.lhb-wrap *,.lhb-wrap *::before,.lhb-wrap *::after{box-sizing:border-box;margin:0;padding:0}.lhb-wrap{--c-primary:#1a6af4;--c-primary-d:#0f52c7;--c-primary-l:#e8f0fe;--c-gold:#c9a84c;--c-gold-d:#b8953e;--c-green:#22c55e;--c-green-d:#16a34a;--c-red:#ef4444;--c-text:#111827;--c-text2:#6b7280;--c-border:#e5e7eb;--c-bg:#f9fafb;--c-white:#ffffff;--c-shadow:0 1px 3px rgba(0,0,0,.07), 0 4px 16px rgba(0,0,0,.05);--c-shadow-lg:0 8px 32px rgba(0,0,0,.13);--r-card:14px;--r-btn:10px;--r-input:8px;--t:0.18s ease;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--c-text);font-size:15px;line-height:1.5;background:#fff0;min-height:auto;overflow:visible;max-width:100%;box-sizing:border-box}.lhb-screen{display:block;animation:lhbIn .28s ease;width:100%;max-width:100%}.lhb-screen--hidden{display:none!important}@keyframes lhbIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.lhb-wrap input[type="text"],.lhb-wrap input[type="email"],.lhb-wrap input[type="tel"],.lhb-wrap input[type="number"],.lhb-wrap select,.lhb-wrap textarea{width:100%;height:46px;padding:0 13px;border:1.5px solid var(--c-border);border-radius:var(--r-input);font-size:15px;font-family:inherit;color:var(--c-text);background:var(--c-white);transition:border-color var(--t),box-shadow var(--t);outline:none;appearance:none;-webkit-appearance:none}.lhb-wrap textarea{height:auto;padding:12px 13px;resize:vertical}.lhb-wrap input:focus,.lhb-wrap select:focus,.lhb-wrap textarea:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px rgb(26 106 244 / .1)}.lhb-textarea{width:100%}.lhb-field{flex:1;min-width:130px;margin-bottom:0}.lhb-field--full{flex:1 1 100%}.lhb-field label{display:block;font-size:11.5px;font-weight:600;color:var(--c-text2);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.req{color:var(--c-red)}.lhb-toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);background:#1f2937;color:#fff;padding:11px 22px;border-radius:30px;font-size:14px;font-weight:500;box-shadow:var(--c-shadow-lg);z-index:9999;animation:lhbToastIn .22s ease;white-space:nowrap}@keyframes lhbToastIn{from{opacity:0;bottom:8px}to{opacity:1;bottom:22px}}.lhb-error-msg{background:#fee2e2;border:1px solid #fca5a5;border-radius:9px;padding:11px 15px;font-size:13px;color:#991b1b}.lhb-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:64px 20px;color:var(--c-text2)}.lhb-spinner{width:38px;height:38px;border:3px solid var(--c-border);border-top-color:var(--c-primary);border-radius:50%;animation:lhbSpin .8s linear infinite}@keyframes lhbSpin{to{transform:rotate(360deg)}}.lhb-empty{text-align:center;padding:60px 20px;color:var(--c-text2)}.lhb-empty svg{width:60px;height:60px;opacity:.3;margin-bottom:16px}.lhb-empty h3{font-size:20px;font-weight:700;color:var(--c-text);margin-bottom:6px}.lhb-empty p{font-size:14px}.lhb-back-btn{display:inline-flex;align-items:center;gap:5px;background:none;border:none;color:var(--c-primary);font-size:13px;font-weight:500;cursor:pointer;padding:4px 0;transition:gap var(--t);flex-shrink:0;font-family:inherit}.lhb-back-btn:hover{gap:9px}.lhb-screen-header{display:flex;align-items:center;gap:14px;padding:13px 18px;background:var(--c-white);border-bottom:1px solid var(--c-border);position:sticky;top:0;z-index:25;flex-wrap:wrap}.lhb-screen-title{font-size:17px;font-weight:700;margin:0;flex:1}.lhb-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:none;border-radius:var(--r-btn);font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:all var(--t);white-space:nowrap}.lhb-btn--primary{background:var(--c-primary);color:#fff;padding:13px 26px}.lhb-btn--primary:hover{background:var(--c-primary-d);transform:translateY(-1px)}.lhb-btn--full{width:100%}.lhb-btn--large{font-size:17px;padding:16px}.lhb-btn--rooms{background:var(--c-primary);color:#fff;height:50px;padding:0 26px;font-size:15px;width:100%;border-radius:var(--r-btn);border:none;cursor:pointer;transition:all var(--t);font-family:inherit;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.lhb-btn--rooms:hover{background:var(--c-primary-d);transform:translateY(-1px)}.lhb-btn--select{background:var(--c-gold);color:#fff;padding:12px 22px;border:none;border-radius:var(--r-btn);cursor:pointer;font-size:14px;font-weight:700;font-family:inherit;display:inline-flex;align-items:center;gap:7px;transition:all var(--t);white-space:nowrap}.lhb-btn--select svg{width:15px;height:15px}.lhb-btn--select:hover{background:var(--c-gold-d);transform:translateY(-1px)}.lhb-btn--new-search{background:none;border:1.5px solid var(--c-primary);color:var(--c-primary);padding:12px 28px;border-radius:var(--r-btn);font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:7px;transition:all var(--t);margin-top:20px}.lhb-btn--new-search:hover{background:var(--c-primary-l)}.lhb-btn.loading{pointer-events:none;opacity:.7}.lhb-btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}.lhb-ac-list{position:absolute;top:calc(100% + 8px);left:-10px;right:-10px;background:var(--c-white);border:1.5px solid var(--c-border);border-radius:var(--r-card);box-shadow:var(--c-shadow-lg);z-index:500;overflow:hidden;max-height:280px;overflow-y:auto}.lhb-ac-item{padding:11px 16px;cursor:pointer;display:flex;flex-direction:column;gap:2px;border-bottom:1px solid var(--c-border);transition:background var(--t)}.lhb-ac-item:last-child{border-bottom:none}.lhb-ac-item:hover{background:var(--c-primary-l)}.lhb-ac-name{font-weight:600;font-size:14px}.lhb-ac-addr{font-size:12px;color:var(--c-text2)}.lhb-ac-loading{padding:16px;text-align:center;color:var(--c-text2);font-size:14px}.lhb-hero{background:#fff0;padding:16px 20px 24px;position:relative;overflow:visible}.lhb-hero::before{display:none}.lhb-hero-content{position:relative;z-index:1;text-align:center;max-width:1160px;width:100%;margin:0 auto}.lhb-hero-logo,.lhb-hero-title,.lhb-hero-sub{display:none}.lhb-search-bar{background:#fff;border-radius:16px;box-shadow:0 4px 24px rgb(0 0 0 / .12),0 1px 4px rgb(0 0 0 / .06);border:1.5px solid var(--c-border);display:flex;align-items:stretch;overflow:visible;position:relative;flex-wrap:nowrap}.lhb-sb-seg{display:flex;flex-direction:column;justify-content:center;padding:14px 16px;cursor:pointer;flex:1;min-width:0;position:relative;border-right:1px solid var(--c-border);transition:background var(--t);border-radius:0}.lhb-sb-seg:first-child{border-radius:16px 0 0 16px}.lhb-sb-seg:last-of-type{border-right:none}.lhb-sb-seg:hover{background:#f8f9fa;border-radius:0}.lhb-sb-seg:first-child:hover{border-radius:16px 0 0 16px}.lhb-sb-seg.active{background:var(--c-primary-l)}.lhb-sb-dest-seg{flex:2.2}.lhb-sb-dates-seg{flex:1.5}.lhb-sb-guests-seg{flex:1.6}.lhb-sb-nat-seg{flex:2}.lhb-sb-cur-seg{flex:1.6}.lhb-sb-label{font-size:10px;font-weight:700;color:var(--c-text);text-transform:uppercase;letter-spacing:.6px;margin-bottom:3px;user-select:none}.lhb-sb-input{border:none!important;box-shadow:none!important;outline:none!important;padding:0!important;height:auto!important;font-size:14px!important;color:var(--c-text2)!important;background:transparent!important;width:100%;font-family:inherit;caret-color:var(--c-primary)!important;caret-width:2px}.lhb-sb-input::placeholder{color:#aaa}.lhb-sb-input.has-value{color:var(--c-text)!important}.lhb-dates-display,.lhb-guest-label{font-size:14px;color:var(--c-text2);cursor:pointer;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lhb-dates-display.has-value,.lhb-guest-label.has-value{color:var(--c-text)}.lhb-currency-sel{border:none!important;background:transparent!important;height:auto!important;padding:0!important;font-size:14px!important;color:var(--c-text2)!important;box-shadow:none!important;cursor:pointer;white-space:nowrap;width:100%}.lhb-currency-sel:focus{color:var(--c-text)!important}.lhb-sb-nat-seg .lhb-dates-display,.lhb-sb-nat-seg .lhb-guest-label,.lhb-sb-nat-seg span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.lhb-sb-nat-seg .lhb-sb-input{min-width:0;overflow:hidden;text-overflow:ellipsis}.lhb-sb-cur-seg .lhb-currency-sel{min-width:0;overflow:visible}.lhb-search-btn{background:var(--c-gold);color:#fff;border:none;padding:14px 28px;border-radius:0 16px 16px 0;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background var(--t);white-space:nowrap;font-family:inherit;flex-shrink:0}.lhb-search-btn:hover{background:var(--c-gold-d)}.lhb-search-btn:active{transform:scale(.98)}@media (max-width:820px){.lhb-search-bar{flex-direction:column;border-radius:16px}.lhb-sb-seg{border-right:none;border-bottom:1px solid var(--c-border)}.lhb-sb-seg:last-of-type{border-bottom:none}.lhb-search-btn{border-radius:0 0 16px 16px;justify-content:center}}.lhb-cal-popup{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);background:#fff;border:1.5px solid var(--c-border);border-radius:20px;box-shadow:0 12px 48px rgb(0 0 0 / .18);z-index:600;padding:22px 20px 18px;min-width:660px;user-select:none}@media (max-width:720px){.lhb-cal-popup{min-width:0}}.lhb-cal-nav{display:flex;align-items:flex-start;gap:0;position:relative}.lhb-cal-nav-btn{background:none;border:1.5px solid var(--c-border);border-radius:50%;width:34px;height:34px;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all var(--t);margin-top:4px;font-family:inherit}.lhb-cal-nav-btn:hover{border-color:var(--c-primary);color:var(--c-primary)}.lhb-cal-months{display:grid;grid-template-columns:1fr 1fr;gap:24px;flex:1;padding:0 8px}.lhb-cal-month{min-width:0}.lhb-cal-month-title{text-align:center;font-size:15px;font-weight:700;margin-bottom:12px;color:var(--c-text)}.lhb-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.lhb-cal-dow{text-align:center;font-size:11px;font-weight:600;color:var(--c-text2);padding:4px 0;letter-spacing:.3px}.lhb-cal-day{text-align:center;font-size:13px;padding:7px 2px;border-radius:50%;cursor:pointer;transition:all .14s ease;position:relative;line-height:1}.lhb-cal-day:hover:not(.disabled):not(.empty){background:#f0f0f0}.lhb-cal-day.empty{cursor:default;pointer-events:none}.lhb-cal-day.disabled{color:#ccc;cursor:default;pointer-events:none}.lhb-cal-day.today{font-weight:700;color:var(--c-primary)}.lhb-cal-day.selected-start,.lhb-cal-day.selected-end{background:var(--c-gold)!important;color:#fff!important;border-radius:50%}.lhb-cal-day.in-range{background:rgb(201 168 76 / .14);border-radius:0;color:var(--c-text)}.lhb-cal-day.range-start-edge{border-radius:50% 0 0 50%}.lhb-cal-day.range-end-edge{border-radius:0 50% 50% 0}.lhb-rooms-popup{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border:1.5px solid var(--c-border);border-radius:20px;box-shadow:0 12px 48px rgb(0 0 0 / .18);z-index:600;width:340px;max-height:520px;overflow-y:auto;padding-bottom:8px}@media (max-width:480px){.lhb-rooms-popup{right:0;left:0;width:auto}}.lhb-rooms-picker-list{padding:4px 20px 0}.lhb-room-block{padding:14px 0;border-bottom:1px solid var(--c-border)}.lhb-room-block:last-child{border-bottom:none}.lhb-room-block-title{font-size:13px;font-weight:700;color:var(--c-text);margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.lhb-room-remove{background:none;border:none;cursor:pointer;color:var(--c-text2);font-size:12px;padding:2px 8px;border-radius:6px;transition:all var(--t);font-family:inherit}.lhb-room-remove:hover{background:#fee;color:var(--c-red)}.lhb-counter-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0}.lhb-counter-row+.lhb-counter-row{border-top:1px solid #f3f4f6}.lhb-counter-label{font-weight:600;font-size:14px}.lhb-counter-sub{font-size:12px;color:var(--c-text2)}.lhb-counter{display:flex;align-items:center;gap:12px}.lhb-counter-btn{width:32px;height:32px;border:1.5px solid var(--c-border);border-radius:50%;background:var(--c-white);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--t);line-height:1;font-family:inherit}.lhb-counter-btn:hover:not(:disabled){border-color:var(--c-primary);color:var(--c-primary)}.lhb-counter-btn:disabled{opacity:.3;cursor:default}.lhb-counter>span{font-size:15px;font-weight:600;min-width:22px;text-align:center}.lhb-children-ages{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0 4px}.lhb-child-age{display:flex;flex-direction:column;gap:3px}.lhb-child-age label{font-size:11px;color:var(--c-text2);font-weight:600}.lhb-child-age select{height:34px;font-size:13px;width:76px;padding:0 6px}.lhb-add-room-btn{display:block;width:calc(100% - 40px);margin:12px 20px 4px;background:none;border:1.5px dashed var(--c-border);border-radius:var(--r-btn);color:var(--c-primary);font-size:13px;font-weight:600;cursor:pointer;padding:8px;transition:all var(--t);font-family:inherit}.lhb-add-room-btn:hover{border-color:var(--c-primary);background:var(--c-primary-l)}.lhb-rooms-done-btn{display:block;width:calc(100% - 40px);margin:8px 20px;background:var(--c-gold);border:none;border-radius:var(--r-btn);color:#fff;font-size:14px;font-weight:700;cursor:pointer;padding:10px;transition:background var(--t);font-family:inherit}.lhb-rooms-done-btn:hover{background:var(--c-gold-d)}.lhb-sort-wrap{display:flex;align-items:center;gap:7px;font-size:13px;white-space:nowrap}.lhb-sort-label{font-size:12px;color:var(--c-text2);font-weight:600}.lhb-sort-sel{height:36px;padding:0 10px;font-size:13px;min-width:140px}.lhb-results-header{display:flex;align-items:center;gap:14px;padding:12px 20px;background:var(--c-white);border-bottom:1px solid var(--c-border);position:sticky;top:0;z-index:1000;flex-wrap:wrap;isolation:isolate}.lhb-results-title-wrap{flex:1;min-width:0}.lhb-results-title{font-size:18px;font-weight:700;margin:0}.lhb-results-sub{font-size:12px;color:var(--c-text2);margin:0}.lhb-results-header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.lhb-view-toggle{display:flex;align-items:center;border:1.5px solid var(--c-border);border-radius:var(--r-btn);overflow:hidden}.lhb-view-btn{display:flex;align-items:center;gap:5px;padding:7px 14px;font-size:13px;font-weight:600;background:var(--c-white);color:var(--c-text2);border:none;cursor:pointer;transition:background var(--t),color var(--t);border-right:1px solid var(--c-border)}.lhb-view-btn:last-child{border-right:none}.lhb-view-btn:hover{background:var(--c-bg);color:var(--c-text)}.lhb-view-btn--active{background:var(--c-primary)!important;color:#fff!important}.lhb-view-btn--active svg{stroke:#fff}#lhb-screen-results{display:flex;flex-direction:column;height:100vh;overflow:hidden}@media (max-width:720px){#lhb-screen-results{height:auto;min-height:100vh;overflow-x:visible;overflow-y:visible;width:100%;max-width:100vw;box-sizing:border-box}}.lhb-results-layout{display:grid;grid-template-columns:280px 1fr;gap:0;flex:1;height:0;overflow:hidden;align-items:stretch}.lhb-results-layout .lhb-map-pane{display:none}.lhb-results-layout.lhb-map-view{grid-template-columns:1fr 1fr}.lhb-results-layout.lhb-map-view .lhb-filters-sidebar{display:none}.lhb-results-layout.lhb-map-view .lhb-results-main{display:block}.lhb-results-layout.lhb-map-view .lhb-map-pane{display:block;height:100%}@media (max-width:1200px){.lhb-results-layout{grid-template-columns:260px 1fr}.lhb-results-layout.lhb-map-view{grid-template-columns:1fr 1fr}}@media (max-width:1050px){.lhb-results-layout{grid-template-columns:240px 1fr;height:auto;overflow:visible}.lhb-results-layout.lhb-map-view{grid-template-columns:1fr;height:auto}.lhb-results-layout.lhb-map-view .lhb-results-main{display:none}.lhb-results-layout.lhb-map-view .lhb-map-pane{display:block!important;height:80vh;grid-column:1 / -1}}@media (max-width:720px){.lhb-results-layout{grid-template-columns:1fr;height:auto;overflow:visible;flex:none;width:100%;max-width:100vw;box-sizing:border-box;min-width:0}.lhb-filters-sidebar{max-height:none;overflow-y:visible;overflow-x:hidden;border-right:none;border-bottom:1px solid var(--c-border);height:auto;width:100%;max-width:100vw;box-sizing:border-box;contain:layout style}.lhb-mini-map-wrap{display:block!important;padding:10px 14px 4px;width:100%;max-width:100%;box-sizing:border-box}.lhb-mini-map-el{height:140px;width:100%;max-width:100%;display:block;border-radius:9px;overflow:hidden;background:#e5e7eb;position:relative;box-sizing:border-box}.lhb-show-map-btn{display:flex!important}.lhb-hotel-list{max-height:none;height:auto;overflow-y:visible}.lhb-results-main{height:auto;overflow-y:visible;max-height:none;width:100%;max-width:100vw;box-sizing:border-box;min-width:0}.lhb-results-layout.lhb-map-view{grid-template-columns:1fr;grid-template-rows:auto auto;height:auto;overflow:visible;width:100%;max-width:100vw;box-sizing:border-box}.lhb-results-layout.lhb-map-view .lhb-filters-sidebar{display:none}.lhb-results-layout.lhb-map-view .lhb-results-main{display:block!important;height:auto;overflow-y:visible;max-height:none;order:2;width:100%;max-width:100vw;box-sizing:border-box}.lhb-results-layout.lhb-map-view .lhb-map-pane{display:block!important;height:55vh;min-height:320px;grid-column:1 / -1;order:1;width:100%;max-width:100vw;box-sizing:border-box}}.lhb-map-filter-bar{display:none;align-items:center;gap:8px;padding:8px 16px;background:var(--c-white);border-bottom:1px solid var(--c-border);overflow-x:auto;flex-wrap:nowrap;position:relative;z-index:50}.lhb-map-filter-bar::-webkit-scrollbar{height:0}#lhb-screen-results.lhb-mode-map .lhb-map-filter-bar{display:flex}.lhb-map-filter-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border-radius:20px;border:1.5px solid var(--c-border);background:var(--c-white);font-size:12px;font-weight:600;color:var(--c-text);cursor:pointer;white-space:nowrap;transition:all var(--t);flex-shrink:0}.lhb-map-filter-chip:hover{border-color:var(--c-primary);color:var(--c-primary)}.lhb-map-filter-chip--active{background:var(--c-primary);border-color:var(--c-primary);color:#fff}.lhb-map-filter-chip--all-filters{border-color:var(--c-border);background:var(--c-bg)}.lhb-filter-modal-overlay{display:none;position:fixed;inset:0;background:rgb(0 0 0 / .45);z-index:9500;align-items:center;justify-content:center}.lhb-filter-modal-overlay.lhb-filter-modal--open{display:flex}.lhb-filter-modal{background:var(--c-white);border-radius:var(--r-card);box-shadow:var(--c-shadow-lg);width:min(520px, 95vw);max-height:85vh;overflow-y:auto;animation:lhbIn .22s ease}.lhb-filter-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--c-border);position:sticky;top:0;background:var(--c-white);z-index:2}.lhb-filter-modal-title{font-size:16px;font-weight:700}.lhb-filter-modal-close{background:none;border:none;cursor:pointer;color:var(--c-text2);font-size:20px;line-height:1;padding:2px 6px;border-radius:6px;font-family:inherit}.lhb-filter-modal-close:hover{background:var(--c-bg);color:var(--c-text)}.lhb-filter-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-top:1px solid var(--c-border);position:sticky;bottom:0;background:var(--c-white);z-index:2}.lhb-filter-modal-footer .lhb-filters-clear{margin:0;width:auto}.lhb-filter-modal-apply{background:var(--c-primary);color:#fff;border:none;border-radius:var(--r-btn);padding:10px 26px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background var(--t)}.lhb-filter-modal-apply:hover{background:var(--c-primary-d)}.lhb-filters-sidebar{overflow-y:auto;background:var(--c-white);border-right:1px solid var(--c-border);padding-bottom:24px;height:100%;max-height:100%}.lhb-filters-sidebar::-webkit-scrollbar{width:4px}.lhb-filters-sidebar::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:2px}.lhb-filter-block{padding:14px 16px;border-bottom:1px solid var(--c-border)}.lhb-filter-title{font-size:12px;font-weight:700;color:var(--c-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.lhb-filter-input{width:100%;height:36px;font-size:13px;padding:0 10px;border-radius:8px;border:1.5px solid var(--c-border);outline:none;font-family:inherit;box-sizing:border-box;max-width:100%}.lhb-filter-input:focus{border-color:var(--c-primary)}.lhb-filter-chk{display:flex;align-items:center;gap:8px;padding:5px 0;cursor:pointer;font-size:13px;color:var(--c-text);line-height:1.3}.lhb-filter-chk input[type="checkbox"]{width:16px;height:16px;flex-shrink:0;accent-color:var(--c-primary);cursor:pointer;border:none!important;padding:0!important;margin:0!important}.lhb-filter-chk input[type="radio"]{width:16px;height:16px;flex-shrink:0;accent-color:var(--c-primary);cursor:pointer;appearance:auto;-webkit-appearance:auto;padding:0!important;margin:0!important}.lhb-price-histogram-wrap{margin-bottom:8px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.lhb-price-histogram{height:36px;display:flex;align-items:flex-end;gap:2px}.lhb-price-histogram-bar{flex:1;background:var(--c-primary-l);border-radius:2px 2px 0 0;transition:background var(--t)}.lhb-price-histogram-bar.active{background:var(--c-primary)}.lhb-price-slider{width:100%;height:4px!important;padding:0!important;border:none!important;border-radius:2px!important;accent-color:var(--c-gold);cursor:pointer;background:transparent!important;max-width:100%;box-sizing:border-box}.lhb-price-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--c-text2);margin-top:4px}.lhb-mini-map-wrap{padding:12px 14px 4px}.lhb-mini-map-el{height:120px;width:100%;max-width:100%;display:block;background:#e5e7eb;border-radius:9px;overflow:hidden;position:relative;box-sizing:border-box}.lhb-mini-map-el .leaflet-container{width:100%!important;height:100%!important}.lhb-show-map-btn{display:flex;align-items:center;gap:5px;margin-top:6px;font-size:12px;font-weight:600;color:var(--c-primary);background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.lhb-show-map-btn:hover{text-decoration:underline}.lhb-filters-clear{display:block;width:calc(100% - 32px);margin:14px 16px 0;background:none;border:1.5px solid var(--c-border);border-radius:var(--r-btn);color:var(--c-text2);font-size:12px;font-weight:600;cursor:pointer;padding:7px;transition:all var(--t);font-family:inherit}.lhb-filters-clear:hover{border-color:var(--c-red);color:var(--c-red)}.lhb-results-count{font-size:12px;color:var(--c-text2);padding:6px 14px 2px;font-weight:500}.lhb-results-count strong{color:var(--c-text)}.lhb-results-main{overflow-y:auto;height:100%;max-height:100%;background:var(--c-bg)}.lhb-hotel-list{overflow-y:auto;height:100%;max-height:calc(100vh - 120px);min-height:400px;padding:14px 14px 14px 14px;display:flex;flex-direction:column;gap:14px;background:var(--c-bg)}.lhb-hotel-list::-webkit-scrollbar{width:5px}.lhb-hotel-list::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:3px}.lhb-hotel-card{background:var(--c-white);border-radius:var(--r-card);box-shadow:var(--c-shadow);border:2px solid #fff0;cursor:pointer;transition:box-shadow var(--t),transform var(--t),border-color var(--t);display:flex;flex-direction:row;height:auto;min-height:220px;overflow:hidden}.lhb-hotel-card:hover{box-shadow:var(--c-shadow-lg);transform:translateY(-2px)}.lhb-hotel-card.active{border-color:var(--c-primary);box-shadow:0 0 0 3px rgb(26 106 244 / .12)}.lhb-hc-img{position:relative;flex:0 0 260px;width:260px;background:#e9edf1;overflow:hidden}.lhb-hc-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;display:block}.lhb-hotel-card:hover .lhb-hc-img img{transform:scale(1.07)}.lhb-hc-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%)}.lhb-hc-img .lhb-stars{position:absolute;bottom:10px;left:10px;background:rgb(0 0 0 / .58);color:var(--c-gold);font-size:12px;padding:4px 10px;border-radius:20px;backdrop-filter:blur(4px);letter-spacing:2px}.lhb-discount-badge{position:absolute;top:10px;left:10px;background:var(--c-red);color:#fff;font-size:11px;font-weight:800;padding:3px 9px;border-radius:8px;letter-spacing:.3px}.lhb-hc-content{flex:1;display:flex;flex-direction:column;padding:16px 16px 14px;min-width:0}.lhb-hc-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:6px}.lhb-hc-name-wrap{flex:1;min-width:0}.lhb-hc-name{font-size:16px;font-weight:700;line-height:1.35;color:var(--c-text);word-break:break-word;margin-bottom:3px}.lhb-hc-star-row{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--c-gold);letter-spacing:1px}.lhb-hc-stars-gold{color:var(--c-gold);font-size:14px;letter-spacing:2px}.lhb-hc-stars-svg{display:inline-flex;align-items:center;gap:1px;line-height:1}.lhb-hc-star-label{font-size:11px;color:var(--c-text2);font-weight:500;letter-spacing:0}.lhb-hc-score-block{text-align:right;flex-shrink:0}.lhb-hc-score-label{font-size:10px;font-weight:700;color:var(--c-text2);text-align:right;margin-bottom:3px;white-space:nowrap}.lhb-hc-score{background:#003580;color:#fff;font-size:14px;font-weight:800;padding:5px 10px;border-radius:8px 8px 8px 0;display:inline-block;min-width:42px;text-align:center}.lhb-hc-review-count{font-size:10px;color:var(--c-text2);margin-top:3px;white-space:nowrap;text-align:right}.lhb-hc-meta{display:flex;flex-direction:column;gap:3px;margin-bottom:8px}.lhb-hc-addr{font-size:12px;color:var(--c-text2);display:flex;align-items:flex-start;gap:4px}.lhb-hc-addr svg{flex-shrink:0;margin-top:2px}.lhb-hc-addr span{line-height:1.4}.lhb-hc-dist{font-size:11px;color:var(--c-text2);display:flex;align-items:center;gap:4px}.lhb-hc-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:6px;padding-bottom:0}.lhb-hc-tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px}.lhb-hc-tag--board{background:var(--c-primary-l);color:var(--c-primary)}.lhb-hc-tag--rfn{background:#dcfce7;color:#166534}.lhb-hc-tag--nrfn{background:#fee2e2;color:#991b1b}.lhb-hc-facilities{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px;padding-bottom:8px}.lhb-hc-fac{font-size:11px;color:var(--c-text2);background:var(--c-bg);border:1px solid var(--c-border);border-radius:20px;padding:2px 9px;white-space:nowrap}.lhb-hc-right{flex:0 0 auto;min-width:170px;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;padding:16px 18px 14px;border-left:1px solid var(--c-border);background:var(--c-white);gap:12px}.lhb-hc-price-block{text-align:right}.lhb-hc-price-strike{font-size:12px;color:var(--c-text2);text-decoration:line-through;line-height:1.2;margin-bottom:1px}.lhb-hc-price-main{font-size:22px;font-weight:900;color:var(--c-green-d);line-height:1.1}.lhb-per-night{font-size:12px;font-weight:500;color:var(--c-text2)}.lhb-hc-price-sub{font-size:11px;color:var(--c-text2);margin-top:2px;line-height:1.4}.lhb-hc-cta{display:inline-flex;align-items:center;gap:6px;background:var(--c-primary);color:#fff;border:none;border-radius:var(--r-btn);font-size:13px;font-weight:700;padding:11px 18px;cursor:pointer;transition:background var(--t),transform var(--t),box-shadow var(--t);white-space:nowrap;flex-shrink:0;font-family:inherit;letter-spacing:.2px;align-self:flex-end}.lhb-hc-cta:hover{background:var(--c-primary-d);transform:translateY(-1px);box-shadow:0 4px 14px rgb(26 106 244 / .35)}@media (max-width:600px){.lhb-hotel-card{flex-direction:column;min-height:unset}.lhb-hc-img{flex:none;width:100%;height:200px}.lhb-hc-right{flex-direction:row;align-items:center;border-left:none;border-top:1px solid var(--c-border)}.lhb-hc-price-block{text-align:left}.lhb-hc-cta{align-self:center}.lhb-hc-name{font-size:15px}.lhb-hc-price-main{font-size:20px}}.lhb-map-pane{height:100%;min-height:400px;width:100%;overflow:hidden;position:relative;border-left:1px solid var(--c-border);isolation:isolate;z-index:0}.lhb-map-el{width:100%!important;height:100%!important;min-height:400px;display:block;overscroll-behavior:contain}@media (max-width:1050px) and (min-width:721px){.lhb-map-pane{height:400px;max-height:400px}.lhb-map-el{min-height:400px;height:100%}}.lhb-map-fallback{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f1f5f9;color:var(--c-text2);text-align:center;padding:32px;gap:14px}.leaflet-popup-content-wrapper{border-radius:10px!important;box-shadow:0 4px 20px rgb(0 0 0 / .18)!important;font-family:'Inter',sans-serif!important;padding:0!important}.leaflet-popup-content{margin:0!important;width:200px!important}.lhb-map-popup{padding:12px 14px}.lhb-map-popup-name{font-size:13px;font-weight:700;color:#111827;margin-bottom:3px;line-height:1.3}.lhb-map-popup-addr{font-size:11px;color:#6b7280;margin-bottom:6px}.lhb-map-popup-price{font-size:14px;font-weight:800;color:var(--c-primary)}.leaflet-popup-close-button{color:#6b7280!important;top:6px!important;right:8px!important}.lhb-map-marker:hover{background:#0a3fa0!important;transform:scale(1.12)!important;z-index:1000!important;box-shadow:0 4px 16px rgb(0 0 0 / .4)!important}.lhb-map-marker.lhb-active{background:#0a3fa0!important;box-shadow:0 4px 16px rgb(0 0 0 / .4)!important;z-index:1001!important}.leaflet-div-icon{background:transparent!important;border:none!important}.lhb-detail-content{max-width:1060px;margin:0 auto;padding:24px 18px 48px}.lhb-gallery{border-radius:var(--r-card);overflow:hidden;margin-bottom:28px}.lhb-gallery-main{height:400px;position:relative;overflow:hidden;background:#dde3ea;cursor:zoom-in}.lhb-gallery-main img{width:100%;height:100%;object-fit:cover}.lhb-gallery-count{position:absolute;bottom:14px;right:14px;background:rgb(0 0 0 / .65);color:#fff;backdrop-filter:blur(4px);font-size:13px;font-weight:600;padding:5px 12px;border-radius:20px}.lhb-gallery-thumbs{display:flex;gap:4px;padding:4px 0 0;background:#1f2937;overflow-x:auto}.lhb-gallery-thumb{width:96px;height:72px;flex-shrink:0;cursor:pointer;overflow:hidden;border-radius:4px;border:2px solid #fff0;transition:all var(--t)}.lhb-gallery-thumb.active{border-color:var(--c-gold)}.lhb-gallery-thumb img{width:100%;height:100%;object-fit:cover}.lhb-lightbox{position:fixed;inset:0;background:rgb(0 0 0 / .92);z-index:9999;display:flex;align-items:center;justify-content:center}.lhb-lightbox img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:6px}.lhb-lb-close{position:absolute;top:16px;right:20px;background:rgb(255 255 255 / .15);border:none;color:#fff;font-size:22px;width:42px;height:42px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--t);font-family:inherit}.lhb-lb-close:hover{background:rgb(255 255 255 / .3)}.lhb-lb-prev,.lhb-lb-next{position:absolute;top:50%;transform:translateY(-50%);background:rgb(255 255 255 / .15);border:none;color:#fff;font-size:22px;width:46px;height:46px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--t);font-family:inherit}.lhb-lb-prev{left:16px}.lhb-lb-next{right:16px}.lhb-lb-prev:hover,.lhb-lb-next:hover{background:rgb(255 255 255 / .3)}@media (max-width:720px){.lhb-lb-prev,.lhb-lb-next{background:rgb(0 0 0 / .55);border:2px solid rgb(255 255 255 / .75);width:44px;height:44px;font-size:20px;box-shadow:0 2px 8px rgb(0 0 0 / .4)}.lhb-lb-prev{left:10px}.lhb-lb-next{right:10px}.lhb-lb-prev:hover,.lhb-lb-next:hover{background:rgb(0 0 0 / .75)}}.lhb-detail-grid{display:grid;grid-template-columns:1fr 320px;gap:28px}@media (max-width:780px){.lhb-detail-grid{grid-template-columns:1fr}}.lhb-detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px}.lhb-detail-name{font-family:'Playfair Display',Georgia,serif;font-size:clamp(20px, 3.5vw, 30px);font-weight:700;line-height:1.2}.lhb-detail-stars{color:var(--c-gold);font-size:16px;margin-top:4px}.lhb-detail-score-wrap{text-align:right;flex-shrink:0}.lhb-detail-score{background:var(--c-primary);color:#fff;font-size:22px;font-weight:800;width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:3px}.lhb-detail-review-count{font-size:11px;color:var(--c-text2)}.lhb-detail-addr{display:flex;align-items:center;gap:5px;color:var(--c-text2);font-size:13px;margin-bottom:20px}.lhb-detail-addr a{color:var(--c-primary);text-decoration:none}.lhb-detail-addr a:hover{text-decoration:underline}.lhb-detail-desc{font-size:14px;line-height:1.8;color:#374151}.lhb-section-title{font-size:17px;font-weight:700;margin:26px 0 13px;padding-bottom:10px;border-bottom:2px solid var(--c-border);display:flex;align-items:center;gap:7px}.lhb-facilities{display:flex;flex-wrap:wrap;gap:7px}.lhb-facility-chip{display:inline-flex;align-items:center;gap:5px;background:var(--c-bg);border:1px solid var(--c-border);border-radius:20px;padding:5px 12px;font-size:12px}.lhb-facility-chip svg{width:13px;height:13px;color:var(--c-primary);flex-shrink:0}.lhb-policies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.lhb-policy-box{background:var(--c-bg);border-radius:9px;padding:13px 15px;border:1px solid var(--c-border)}.lhb-policy-label{font-size:11px;text-transform:uppercase;letter-spacing:.4px;color:var(--c-text2);margin-bottom:4px}.lhb-policy-val{font-size:14px;font-weight:600}.lhb-policy-sub{font-size:11px;color:var(--c-text2);margin-top:3px}.lhb-reviews{display:flex;flex-direction:column;gap:12px}.lhb-review{background:var(--c-bg);border-radius:10px;padding:14px;border-left:3px solid var(--c-primary)}.lhb-review-hd{display:flex;justify-content:space-between;margin-bottom:6px}.lhb-review-author{font-weight:600;font-size:13px}.lhb-review-date{font-size:11px;color:var(--c-text2)}.lhb-review-score{background:var(--c-primary);color:#fff;font-size:11px;font-weight:700;padding:2px 7px;border-radius:5px}.lhb-review-text{font-size:13px;line-height:1.65;color:#374151}.lhb-sticky-card{position:sticky;top:74px;background:var(--c-white);border-radius:var(--r-card);box-shadow:var(--c-shadow-lg);padding:22px}.lhb-sticky-from{font-size:12px;color:var(--c-text2)}.lhb-sticky-price{font-size:34px;font-weight:800;color:var(--c-primary);line-height:1}.lhb-sticky-per{font-size:12px;color:var(--c-text2);margin-bottom:16px}.lhb-sticky-dates{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.lhb-sticky-date{background:var(--c-bg);border-radius:7px;padding:9px 11px;border:1px solid var(--c-border)}.lhb-sticky-dl{font-size:10px;text-transform:uppercase;letter-spacing:.4px;color:var(--c-text2)}.lhb-sticky-dv{font-size:13px;font-weight:600}.lhb-sticky-guests-row{font-size:13px;color:var(--c-text2);display:flex;align-items:center;gap:5px;margin-bottom:18px}.lhb-rooms-content{max-width:960px;margin:0 auto;padding:22px 18px 48px}.lhb-rooms-summary{color:var(--c-text2);margin-bottom:18px;font-size:13px}.lhb-rooms-list{display:flex;flex-direction:column;gap:16px}.lhb-room-card{background:var(--c-white);border-radius:var(--r-card);overflow:hidden;box-shadow:var(--c-shadow);border:2px solid #fff0;display:grid;grid-template-columns:240px 1fr;transition:box-shadow var(--t),border-color var(--t)}.lhb-room-card:hover{box-shadow:var(--c-shadow-lg);border-color:var(--c-primary-l)}@media (max-width:660px){.lhb-room-card{grid-template-columns:1fr}}.lhb-room-img{position:relative;min-height:200px;background:#dde3ea;overflow:hidden}.lhb-room-img img{width:100%;height:100%;object-fit:cover}.lhb-room-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e9edf1;color:#9ca3af}.lhb-room-body{padding:18px 20px;display:flex;flex-direction:column;gap:10px}.lhb-room-name{font-size:16px;font-weight:700;color:var(--c-text)}.lhb-room-meta{display:flex;flex-wrap:wrap;gap:6px}.lhb-room-pill{display:inline-flex;align-items:center;gap:4px;background:var(--c-bg);border:1px solid var(--c-border);border-radius:20px;padding:4px 10px;font-size:12px}.lhb-pill-board{background:#f0fdf4;border-color:#bbf7d0;color:#15803d;font-weight:500}.lhb-room-cancel{font-size:13px;display:flex;align-items:center;gap:5px;font-weight:600}.lhb-room-cancel--rfn{color:var(--c-green)}.lhb-room-cancel--nrfn{color:var(--c-red)}.lhb-cancel-details{margin-top:3px}.lhb-cancel-detail-item{font-size:12px;color:var(--c-text2);padding:3px 0 3px 10px;border-left:2px solid var(--c-border);margin-top:3px}.lhb-room-taxes{font-size:12px}.lhb-tax-row{display:flex;justify-content:space-between;padding:2px 0;color:var(--c-text2)}.lhb-tax-row--notincl{color:var(--c-red)}.lhb-tax-row--incl{color:var(--c-green-d)}.lhb-tax-header{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;margin-bottom:3px}.lhb-room-remarks{font-size:12px;color:var(--c-text2);font-style:italic}.lhb-room-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--c-border);padding-top:14px;margin-top:auto;flex-wrap:wrap;gap:12px}.lhb-room-price-ssp{font-size:12px;color:var(--c-text2);text-decoration:line-through}.lhb-room-price-label{font-size:11px;color:var(--c-text2)}.lhb-room-price-amount{font-size:26px;font-weight:800;color:var(--c-primary);line-height:1.1}.lhb-room-price-per{font-size:12px;color:var(--c-text2)}.lhb-booking-layout{display:grid;grid-template-columns:1fr 360px;gap:28px;max-width:1040px;margin:0 auto;padding:24px 18px 40px}@media (max-width:780px){.lhb-booking-layout{grid-template-columns:1fr}}.lhb-booking-form-col{display:flex;flex-direction:column;gap:0}.lhb-form-section{background:var(--c-white);border-radius:var(--r-card);padding:22px 24px;box-shadow:var(--c-shadow);margin-bottom:16px}.lhb-form-section-title{font-size:16px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.lhb-form-section-title svg{color:var(--c-primary)}.lhb-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.lhb-form-row:last-child{margin-bottom:0}@media (max-width:540px){.lhb-form-row{grid-template-columns:1fr}}.lhb-field{margin-bottom:14px}.lhb-field:last-child{margin-bottom:0}.lhb-chk-label{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;margin-top:6px}.lhb-chk-label input{width:auto;height:auto;flex-shrink:0;accent-color:var(--c-primary)}.lhb-guest-row{background:var(--c-bg);border-radius:9px;padding:16px;margin-bottom:12px;border:1px solid var(--c-border)}.lhb-guest-row:last-child{margin-bottom:0}.lhb-guest-row h4{font-size:13px;font-weight:700;margin-bottom:12px;color:var(--c-text2)}.lhb-order-summary{position:sticky;top:74px;background:var(--c-white);border-radius:var(--r-card);box-shadow:var(--c-shadow-lg);padding:22px;height:fit-content}.lhb-order-summary h3{font-size:16px;font-weight:700;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--c-border)}.lhb-summary-img{width:100%;height:150px;object-fit:cover;border-radius:9px;margin-bottom:13px}.lhb-summary-hotel{font-size:15px;font-weight:700;margin-bottom:4px}.lhb-summary-room{font-size:13px;color:var(--c-text2);margin-bottom:14px}.lhb-summary-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:7px}.lhb-summary-row-label{color:var(--c-text2)}.lhb-summary-row-val{font-weight:500}.lhb-summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:800;margin-top:12px;padding-top:12px;border-top:2px solid var(--c-border)}.lhb-summary-note{font-size:11px;color:var(--c-text2);margin-top:10px;text-align:center}.lhb-review-layout{max-width:680px;margin:0 auto;padding:24px 18px 40px}.lhb-review-content{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.lhb-review-card{background:var(--c-white);border-radius:var(--r-card);padding:20px 22px;box-shadow:var(--c-shadow)}.lhb-review-card h3{font-size:15px;font-weight:700;margin-bottom:12px}.lhb-review-line{display:flex;justify-content:space-between;font-size:13px;padding:7px 0;border-bottom:1px solid var(--c-border)}.lhb-review-line:last-child{border-bottom:none}.lhb-review-line-label{color:var(--c-text2)}.lhb-review-line-val{font-weight:500;max-width:60%;text-align:right}.lhb-review-total{font-size:20px;font-weight:800;color:var(--c-primary)}.lhb-price-alert{background:#fffbeb;border:1px solid #fde68a;border-radius:9px;padding:13px 15px;font-size:13px;display:flex;gap:10px;align-items:flex-start}.lhb-price-alert svg{width:18px;height:18px;color:#d97706;flex-shrink:0;margin-top:1px}.lhb-review-note{font-size:12px;color:var(--c-text2);text-align:center;margin-top:10px}.lhb-confirmation-content{max-width:620px;margin:0 auto;padding:52px 18px 60px;text-align:center}.lhb-confirm-icon{width:80px;height:80px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.lhb-confirm-icon svg{width:42px;height:42px;color:var(--c-green)}.lhb-confirm-title{font-family:'Playfair Display',Georgia,serif;font-size:32px;font-weight:700;margin-bottom:8px}.lhb-confirm-sub{font-size:15px;color:var(--c-text2);margin-bottom:30px}.lhb-confirm-card{background:var(--c-white);border-radius:var(--r-card);box-shadow:var(--c-shadow-lg);padding:24px;text-align:left;margin-bottom:18px}.lhb-confirm-card h3{font-size:15px;font-weight:700;margin-bottom:13px;padding-bottom:9px;border-bottom:1px solid var(--c-border)}.lhb-confirm-row{display:flex;justify-content:space-between;font-size:13px;padding:7px 0;border-bottom:1px solid var(--c-border)}.lhb-confirm-row:last-child{border-bottom:none}.lhb-confirm-label{color:var(--c-text2)}.lhb-confirm-val{font-weight:600;max-width:55%;text-align:right}.lhb-booking-id{display:inline-block;background:var(--c-primary-l);color:var(--c-primary);font-family:monospace;font-size:15px;font-weight:700;padding:6px 16px;border-radius:8px;letter-spacing:.8px}@media (max-width:600px){.lhb-results-header{flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 14px}.lhb-results-title-wrap{min-width:0;flex:1}.lhb-results-title{font-size:15px}.lhb-results-sub{font-size:11px}.lhb-results-header-right{gap:8px}.lhb-sort-sel{min-width:110px;font-size:12px}.lhb-view-btn{padding:6px 10px;font-size:12px;gap:3px}.lhb-detail-title-row{flex-direction:column}.lhb-gallery-main{height:220px}.lhb-gallery-thumb{width:64px;height:50px}.lhb-sticky-card{position:static}.lhb-room-body{padding:14px 16px}}.lhb-search-area-btn{position:absolute;top:12px;left:50%;transform:translateX(-50%);z-index:1000;background:var(--c-white);color:var(--c-text);border:1px solid var(--c-border);border-radius:24px;padding:8px 18px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px;box-shadow:0 2px 8px rgb(0 0 0 / .15);cursor:pointer;white-space:nowrap;transition:all .15s ease;max-width:calc(100% - 120px)}.lhb-search-area-btn:hover{background:var(--c-primary);color:#fff;box-shadow:0 4px 16px rgb(26 106 244 / .3)}@media (max-width:720px){.lhb-search-area-btn{top:50px;left:50%;transform:translateX(-50%);font-size:12px;padding:7px 14px;max-width:calc(100% - 24px)}}.lhb-cluster-btn{position:absolute;top:10px;right:10px;z-index:1000;background:var(--c-white);color:var(--c-primary);border:1px solid var(--c-border);border-radius:4px;padding:5px 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;box-shadow:0 2px 6px rgb(0 0 0 / .18);transition:all .15s ease;line-height:1.4;display:inline-flex;align-items:center;gap:5px}.lhb-cluster-btn svg{pointer-events:none}.lhb-cluster-btn:hover{background:var(--c-primary);color:#fff;box-shadow:0 4px 12px rgb(26 106 244 / .3)}@media (max-width:720px){.lhb-cluster-btn{top:10px;right:10px;font-size:11px;padding:4px 10px}}.lhb-detail-tabs{display:flex;gap:0;border-bottom:2px solid var(--c-border);margin:18px 0 20px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.lhb-detail-tabs::-webkit-scrollbar{display:none}.lhb-detail-tab{background:none;border:none;border-bottom:2px solid #fff0;margin-bottom:-2px;padding:10px 20px;font-size:14px;font-weight:500;color:var(--c-text2);cursor:pointer;white-space:nowrap;transition:all .15s}.lhb-detail-tab:hover{color:var(--c-primary)}.lhb-detail-tab.active{color:var(--c-primary);border-bottom-color:var(--c-primary);font-weight:700}.lhb-tab-panel--hidden{display:none!important}.lhb-link-btn{background:none;border:none;color:var(--c-primary);font-size:13px;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;white-space:nowrap}.lhb-link-btn:hover{opacity:.75}.lhb-facilities--full{flex-wrap:wrap;gap:8px;max-height:none}.lhb-review-highlights-box{background:var(--c-bg);border:1px solid var(--c-border);border-radius:12px;padding:18px;margin-bottom:20px}.lhb-review-score-big{display:flex;align-items:center;gap:14px;margin-bottom:14px}.lhb-review-score-num{background:var(--c-green);color:#fff;font-size:20px;font-weight:800;width:46px;height:46px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lhb-review-score-label{font-size:15px;font-weight:700}.lhb-review-score-sub{font-size:12px;color:var(--c-text2)}.lhb-review-tags-label{font-size:12px;color:var(--c-text2);margin-bottom:8px;font-weight:600}.lhb-review-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.lhb-review-tag{background:var(--c-white);border:1px solid var(--c-border);border-radius:16px;padding:4px 12px;font-size:12px;color:var(--c-text);font-weight:500}.lhb-cat-scores{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}@media (max-width:600px){.lhb-cat-scores{grid-template-columns:1fr}}.lhb-cat-score-row{display:flex;align-items:center;gap:8px}.lhb-cat-label{font-size:12px;color:var(--c-text2);width:100px;flex-shrink:0}.lhb-cat-bar-wrap{flex:1;height:4px;background:#e5e7eb;border-radius:4px;overflow:hidden}.lhb-cat-bar{height:100%;background:var(--c-green);border-radius:4px}.lhb-cat-val{font-size:12px;font-weight:700;width:28px;text-align:right}.lhb-modal-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .45);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.lhb-modal{background:var(--c-white);border-radius:16px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:var(--c-shadow-lg)}.lhb-modal-hd{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--c-border);position:sticky;top:0;background:var(--c-white);z-index:1}.lhb-modal-hd h3{font-size:16px;font-weight:700}.lhb-modal-close{background:none;border:none;font-size:18px;cursor:pointer;color:var(--c-text2);padding:4px 8px;border-radius:50%;transition:background .15s}.lhb-modal-close:hover{background:var(--c-bg)}.lhb-guest-row-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.lhb-guest-row-header h4{margin:0}.lhb-room-counter{background:var(--c-primary);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:12px;letter-spacing:.3px}.lhb-cancel-section{margin:16px 0;padding:14px;background:var(--c-bg);border:1px solid var(--c-border);border-radius:10px}.lhb-cancel-title{font-size:13px;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:6px}.lhb-cancel-timeline{display:flex;flex-direction:column;gap:0}.lhb-cancel-timeline-row{display:grid;grid-template-columns:1fr auto auto;gap:6px;align-items:center;padding:8px 0;border-bottom:1px solid var(--c-border);font-size:12px}.lhb-cancel-timeline-row:last-child{border-bottom:none}.lhb-cancel-date{color:var(--c-text2)}.lhb-cancel-label{font-weight:600;text-align:center}.lhb-cancel-refund{font-weight:600;text-align:right}.lhb-cancel-free .lhb-cancel-label{color:var(--c-green)}.lhb-green{color:var(--c-green)}.lhb-price-breakdown{border-top:1px solid var(--c-border);margin-top:12px;padding-top:10px}.lhb-filter-count{color:var(--c-text2);font-size:11px}.lhb-room-group-card{display:grid;grid-template-columns:280px 1fr;background:var(--c-white);border-radius:var(--r-card);border:1px solid var(--c-border);box-shadow:var(--c-shadow);margin-bottom:18px;overflow:hidden;transition:box-shadow var(--t)}.lhb-room-group-card:hover{box-shadow:var(--c-shadow-lg)}@media (max-width:720px){.lhb-room-group-card{grid-template-columns:1fr}}.lhb-room-group-left{background:#f0f2f5;display:flex;flex-direction:column;border-right:1px solid var(--c-border)}.lhb-room-gallery{position:relative;overflow:hidden;background:#dde3ea;min-height:200px;flex-shrink:0;cursor:pointer}.lhb-room-gallery-track{width:100%;height:200px;overflow:hidden}.lhb-room-gallery-img{width:100%;height:200px;object-fit:cover;display:block;transition:opacity 0.2s}.lhb-room-gallery-img:hover{opacity:.92}.lhb-room-gallery-counter{position:absolute;bottom:8px;right:10px;background:rgb(0 0 0 / .55);color:#fff;font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px;pointer-events:none}.lhb-room-gallery-prev,.lhb-room-gallery-next{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:rgb(255 255 255 / .88);border:none;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px rgb(0 0 0 / .18);transition:background var(--t);z-index:2}.lhb-room-gallery-prev{left:6px}.lhb-room-gallery-next{right:6px}.lhb-room-gallery-prev:hover,.lhb-room-gallery-next:hover{background:#fff}.lhb-room-img-placeholder--sm{min-height:140px;display:flex;align-items:center;justify-content:center;background:#dde3ea;color:#aaa}.lhb-room-group-name{padding:12px 14px 4px;font-size:14px;font-weight:700;color:var(--c-text)}.lhb-room-group-meta{padding:0 14px 10px;display:flex;flex-wrap:wrap;gap:6px;font-size:12px;color:var(--c-text2)}.lhb-room-group-meta span{background:var(--c-bg);border:1px solid var(--c-border);border-radius:6px;padding:2px 8px}.lhb-room-details-btn{margin:0 14px 14px;font-size:12px!important;padding:6px 12px!important}.lhb-room-group-rates{padding:14px 16px;display:flex;flex-direction:column;gap:0}.lhb-rate-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--c-border);transition:background var(--t)}.lhb-rate-row:last-of-type{border-bottom:none}.lhb-rate-row--hidden{display:none}.lhb-rate-row-name{font-size:13px;font-weight:600;margin-bottom:5px}.lhb-rate-row-meta{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:6px}.lhb-rate-taxes{font-size:11px;margin-top:4px}.lhb-tax-row--incl{color:var(--c-green)}.lhb-rate-remark{font-size:11px;color:var(--c-text2);margin-top:4px;font-style:italic}.lhb-rate-row-right{text-align:right;min-width:120px}.lhb-rate-price-main{font-size:18px;font-weight:700;color:var(--c-text)}.lhb-rate-price-per{font-size:12px;color:var(--c-text2)}.lhb-rate-price-label{font-size:11px;color:var(--c-text2);margin-bottom:8px}.lhb-rate-select-btn{display:inline-flex;align-items:center;gap:4px;padding:8px 16px!important;font-size:13px!important}.lhb-show-all-rates{display:flex;align-items:center;gap:6px;background:none;border:none;color:var(--c-primary);font-size:13px;font-weight:600;cursor:pointer;padding:8px 0;margin-top:4px;font-family:inherit}.lhb-show-all-rates:hover{text-decoration:underline}.lhb-modal--room-detail{max-width:680px;max-height:88vh;overflow:hidden;display:flex;flex-direction:column}.lhb-modal-body{overflow-y:auto;padding:18px 22px;flex:1}.lhb-rd-gallery{margin-bottom:16px}.lhb-rd-gallery-main{position:relative;border-radius:10px;overflow:hidden;background:#dde3ea;height:260px}.lhb-rd-gallery-main img{width:100%;height:260px;object-fit:cover;display:block}.lhb-rd-prev,.lhb-rd-next{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:rgb(255 255 255 / .88);border:none;cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgb(0 0 0 / .2);z-index:2}.lhb-rd-prev{left:8px}.lhb-rd-next{right:8px}.lhb-rd-counter{position:absolute;bottom:8px;right:10px;background:rgb(0 0 0 / .55);color:#fff;font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px}.lhb-rd-desc{font-size:13px;color:var(--c-text2);margin-bottom:16px;line-height:1.6}.lhb-rd-meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;margin-bottom:16px}.lhb-rd-meta-item{background:var(--c-bg);border:1px solid var(--c-border);border-radius:8px;padding:8px 10px;font-size:12px}.lhb-rd-meta-item strong{display:block;font-size:11px;color:var(--c-text2);margin-bottom:2px}.lhb-rd-section{margin-bottom:18px}.lhb-rd-section-title{font-size:13px;font-weight:700;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--c-border)}.lhb-rd-amenities{display:flex;flex-wrap:wrap;gap:6px}.lhb-rd-price-breakdown{background:var(--c-bg);border-radius:9px;padding:12px 14px}.lhb-rd-price-row{display:flex;justify-content:space-between;font-size:13px;padding:6px 0;border-bottom:1px solid var(--c-border)}.lhb-rd-price-row:last-child{border-bottom:none}.lhb-rd-price-total{font-weight:700;font-size:15px}.lhb-rd-cancel{display:flex;flex-direction:column;gap:8px}.lhb-rd-rate-row{display:flex;justify-content:space-between;align-items:center;background:var(--c-bg);border-radius:9px;padding:12px 14px;border:1px solid var(--c-border);margin-bottom:8px}.lhb-guest-mode-section{padding-bottom:0!important}.lhb-guest-mode-toggle{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.lhb-mode-option{cursor:pointer}.lhb-mode-option input[type="radio"]{display:none}.lhb-mode-btn{display:block;border:1.5px solid var(--c-border);border-radius:10px;padding:12px 14px;text-align:center;transition:all var(--t);background:var(--c-white)}.lhb-mode-btn strong{display:block;font-size:13px;margin-bottom:3px}.lhb-mode-btn small{font-size:11px;color:var(--c-text2);display:block}.lhb-mode-option input:checked+.lhb-mode-btn{border-color:var(--c-primary);background:var(--c-primary-l)}.lhb-mode-option input:checked+.lhb-mode-btn strong{color:var(--c-primary)}.lhb-guest-mode-note{font-size:12px;color:var(--c-text2);margin-top:10px;padding:8px 12px;background:var(--c-bg);border-radius:8px;border:1px solid var(--c-border)}.lhb-voucher-row{display:flex;gap:8px;align-items:stretch}.lhb-voucher-row input{flex:1}.lhb-voucher-row .lhb-btn--outline{flex-shrink:0;padding:0 16px;height:46px;font-size:13px;border:1.5px solid var(--c-border);border-radius:var(--r-input);background:var(--c-white);cursor:pointer;font-family:inherit;font-weight:600;color:var(--c-text);transition:all var(--t)}.lhb-voucher-row .lhb-btn--outline:hover{border-color:var(--c-primary);color:var(--c-primary)}.lhb-voucher-msg{font-size:12px;margin-top:6px;padding:6px 10px;border-radius:7px}.lhb-voucher-msg--ok{background:#dcfce7;color:#166534}.lhb-voucher-msg--err{background:#fee2e2;color:#991b1b}.lhb-booking-room-actions{display:flex;flex-direction:column;gap:8px;margin-top:12px}.lhb-booking-room-actions .lhb-btn--outline{display:flex;align-items:center;justify-content:center;gap:7px;padding:10px 16px;border:1.5px solid var(--c-border);border-radius:var(--r-btn);background:var(--c-white);font-size:13px;font-weight:600;cursor:pointer;color:var(--c-text);transition:all var(--t);font-family:inherit;width:100%}.lhb-booking-room-actions .lhb-btn--outline:hover{border-color:var(--c-primary);color:var(--c-primary)}.lhb-info-remark{font-size:13px;padding:12px;background:var(--c-bg);border-radius:8px;border-left:3px solid var(--c-gold);margin-bottom:10px;line-height:1.6}.lhb-search-bar{overflow:visible}.lhb-sb-seg{min-width:0;flex-shrink:1}.lhb-sb-dest-seg{flex:2.2;min-width:160px}.lhb-sb-dates-seg{flex:1.5;min-width:120px}.lhb-sb-guests-seg{flex:1.6;min-width:120px}.lhb-sb-nat-seg{flex:2;min-width:130px}.lhb-sb-cur-seg{flex:1.2;min-width:90px}.lhb-sb-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lhb-sb-input{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lhb-fac-section{margin-bottom:20px}.lhb-fac-section-title{font-size:13px;font-weight:700;color:var(--c-text2);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.lhb-fac-popular-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.lhb-fac-popular-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--c-text);padding:8px 10px;background:var(--c-bg);border-radius:8px;border:1px solid var(--c-border)}.lhb-fac-icon{font-size:18px}.lhb-fac-divider{border:none;border-top:1px solid var(--c-border);margin:16px 0}.lhb-fac-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:6px 12px}.lhb-fac-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--c-text);padding:2px 0}.lhb-fac-item svg{color:var(--c-green);flex-shrink:0}.lhb-modal--facilities{max-width:680px;max-height:80vh}.lhb-modal--facilities .lhb-modal-body{overflow-y:auto;max-height:calc(80vh - 80px)}.lhb-inline-rooms-header{margin-bottom:16px}.lhb-inline-rooms-summary{font-size:13px;color:var(--c-text2);margin-bottom:10px}.lhb-inline-rooms-list{display:flex;flex-direction:column;gap:16px}.lhb-inline-room-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.lhb-room-filter-btn{padding:5px 12px;border-radius:20px;border:1.5px solid var(--c-border);background:var(--c-white);font-size:12px;font-weight:500;cursor:pointer;transition:all var(--t);color:var(--c-text);font-family:inherit}.lhb-room-filter-btn:hover{border-color:var(--c-primary);color:var(--c-primary)}.lhb-room-filter-btn.active{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}.lhb-room-group-card{display:flex;gap:16px;background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-card);padding:16px;overflow:hidden}.lhb-room-group-left{flex:0 0 220px;min-width:0}.lhb-room-group-right{flex:1;min-width:0}.lhb-room-group-name{font-weight:700;font-size:15px;margin:8px 0 4px}.lhb-room-group-meta{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:var(--c-text2)}.lhb-room-offers-list{display:flex;flex-direction:column;gap:10px}@media (max-width:640px){.lhb-room-group-card{flex-direction:column}.lhb-room-group-left{flex:none}}.lhb-spinner--sm{width:20px;height:20px;border-width:2px}.lhb-addons-container{display:flex;flex-direction:column;gap:10px}.lhb-addon-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;border:1.5px solid var(--c-border);background:var(--c-white);transition:border-color var(--t)}.lhb-addon-item--selected{border-color:var(--c-primary);background:var(--c-primary-l)}.lhb-addon-icon{flex-shrink:0;width:40px;height:40px;background:var(--c-bg);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px}.lhb-addon-info{flex:1;min-width:0}.lhb-addon-name{font-weight:600;font-size:13px}.lhb-addon-desc{font-size:12px;color:var(--c-text2);margin-top:2px}.lhb-addon-price{font-size:12px;color:var(--c-primary);font-weight:600;margin-top:2px}.lhb-addon-select-btn{flex-shrink:0;padding:6px 14px;border-radius:20px;border:1.5px solid var(--c-border);background:var(--c-white);font-size:12px;font-weight:600;cursor:pointer;transition:all var(--t);font-family:inherit;color:var(--c-text);white-space:nowrap}.lhb-addon-select-btn:hover{border-color:var(--c-primary);color:var(--c-primary)}.lhb-addon-select-btn.lhb-addon-selected{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}.lhb-addon-actions{display:flex;gap:6px;flex-shrink:0}.lhb-addon-edit-btn,.lhb-addon-del-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1.5px solid var(--c-border);background:var(--c-white);cursor:pointer;transition:all var(--t);color:var(--c-text2);font-family:inherit}.lhb-addon-edit-btn:hover{border-color:var(--c-primary);color:var(--c-primary);background:var(--c-primary-l)}.lhb-addon-del-btn:hover{border-color:var(--c-red);color:var(--c-red);background:#fff1f2}.lhb-addon-summary-row .lhb-summary-row-label{line-height:1.4}.lhb-btn--rooms{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.lhb-hc-price-total{font-size:11px;color:var(--c-text2);margin-top:2px}#lhb-tab-rooms{width:100%}.lhb-modal-overlay{position:fixed!important;inset:0!important;background:rgb(0 0 0 / .55)!important;z-index:99999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:20px!important}.lhb-modal{background:#ffffff!important;border-radius:16px!important;max-width:600px!important;width:100%!important;max-height:85vh!important;overflow-y:auto!important;box-shadow:0 20px 60px rgb(0 0 0 / .3)!important;position:relative!important;z-index:100000!important}.lhb-modal-hd{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:18px 20px!important;border-bottom:1px solid #e5e7eb!important;position:sticky!important;top:0!important;background:#ffffff!important;z-index:1!important}.lhb-modal-body{padding:18px 22px!important;background:#ffffff!important}.lhb-modal--room-detail{max-width:680px!important;max-height:88vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.lhb-modal--room-detail .lhb-modal-body{overflow-y:auto!important;flex:1!important}.lhb-modal--facilities{max-width:700px!important}.lhb-detail-content{max-width:900px!important;margin:0 auto!important;padding:24px 18px 60px!important}.lhb-detail-main{width:100%}.lhb-detail-grid{display:block!important}.lhb-sticky-card{display:none!important}.lhb-detail-section{padding:24px 0;border-bottom:1px solid var(--c-border);scroll-margin-top:80px}.lhb-detail-section:last-child{border-bottom:none}.lhb-detail-tabs--sticky{position:sticky!important;top:0!important;background:#fff!important;z-index:20!important;border-bottom:2px solid var(--c-border)!important;margin:0 -18px!important;padding:0 18px!important;box-shadow:0 2px 8px rgb(0 0 0 / .06)!important}.lhb-detail-tabs--sticky .lhb-detail-tab{text-decoration:none!important;display:inline-block!important}#lhb-sec-rooms .lhb-room-group-card{margin-bottom:16px}#lhb-inline-rooms-content{width:100%}.lhb-payment-inline{margin-top:20px;border-top:2px solid var(--c-border);padding-top:20px}.lhb-payment-summary{background:var(--c-bg);border:1px solid var(--c-border);border-radius:12px;padding:16px 18px;margin-bottom:20px}.lhb-payment-summary-title{font-size:15px;font-weight:700;display:flex;align-items:center;gap:7px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--c-border)}.lhb-payment-summary-row{display:flex;justify-content:space-between;font-size:13px;color:var(--c-text2);padding:5px 0}.lhb-payment-summary-total{display:flex;justify-content:space-between;font-size:17px;font-weight:800;color:var(--c-primary);padding:10px 0 0;border-top:1px solid var(--c-border);margin-top:8px}.lhb-payment-summary-note{font-size:11px;color:var(--c-text2);margin-top:6px;text-align:center}#lhb-sdk-payment-inline{display:flex;flex-direction:column;align-items:center}#lhb-sdk-payment-inline button[type="submit"],#lhb-sdk-payment-inline .submit-button,#lhb-sdk-payment-inline [data-testid="submit"],#lhb-sdk-payment-inline form button:last-of-type{width:100%!important;max-width:420px!important;min-height:52px!important;font-size:17px!important;font-weight:700!important;border-radius:12px!important;margin:16px auto 0!important;display:block!important;cursor:pointer!important}.lhb-currency-sel{width:100%!important;min-width:80px!important}.lhb-rooms-popup{z-index:601!important}.lhb-hc-price-sub{font-size:11px!important;color:var(--c-text2)!important;margin-top:3px!important;line-height:1.3!important;white-space:normal!important}.lhb-info-banner{display:flex;align-items:center;gap:8px;background:#f0f7ff;border:1px solid #c6deff;border-radius:8px;padding:10px 14px;font-size:13px;color:#2563eb;margin-bottom:12px}.lhb-your-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.lhb-your-details-header .lhb-form-section-title{margin-bottom:0!important}.lhb-signin-link{font-size:13px;color:var(--c-primary);text-decoration:none;font-weight:500}.lhb-signin-link:hover{text-decoration:underline}.lhb-field--phone-wrap{width:100%}.lhb-phone-row{display:flex!important;gap:0;border:1.5px solid var(--c-border);border-radius:8px;overflow:visible!important;width:100%}.lhb-phone-row:focus-within{border-color:var(--c-primary)}.lhb-phone-code-sel{border:none!important;outline:none;background:var(--c-bg2);padding:0 6px;font-size:14px;font-weight:500;border-right:1px solid var(--c-border)!important;border-radius:0!important;cursor:pointer;width:72px!important;max-width:72px!important;flex-shrink:0;height:42px;box-sizing:border-box!important}.lhb-phone-row input[type="tel"]{border:none!important;outline:none!important;flex:1!important;padding:10px 12px!important;font-size:14px!important;background:transparent!important;border-radius:0!important;display:block!important;min-width:0;width:auto!important;box-shadow:none!important}.lhb-work-row{display:flex;align-items:center;gap:16px;margin-top:16px;flex-wrap:wrap}.lhb-work-label{font-size:14px;font-weight:500;color:var(--c-text)}.lhb-radio-opt{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;color:var(--c-text)}.lhb-radio-opt input[type="radio"]{width:18px;height:18px;accent-color:var(--c-primary);cursor:pointer}.lhb-work-fields{margin-top:12px}.lhb-booking-for-row{display:flex;gap:12px;margin-bottom:12px}.lhb-booking-for-opt{flex:1;display:flex;align-items:center;justify-content:center;padding:12px 20px;border:1.5px solid var(--c-border);border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:var(--c-text);transition:border-color .15s,background .15s;background:var(--c-bg)}.lhb-booking-for-opt input[type="radio"]{display:none}.lhb-booking-for-opt--active{border-color:var(--c-primary);background:#fff8f0;color:var(--c-primary)}.lhb-special-req-header{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:var(--c-text);cursor:pointer}.lhb-special-req-toggle{background:none;border:none;font-size:20px;line-height:1;cursor:pointer;color:var(--c-primary);padding:0 4px}.lhb-special-req-body{margin-top:10px}.lhb-special-req-note{font-size:12px;color:var(--c-text2);margin-bottom:8px}.lhb-guest-row{margin-top:14px}.lhb-guest-row-header{margin-bottom:10px}.lhb-guest-row-header h4{font-size:14px;font-weight:600;color:var(--c-text)}#lhb-booking-room-actions{margin-top:12px;display:flex;flex-direction:column;gap:8px}.lhb-results-counter{display:flex;align-items:baseline;gap:6px;padding:8px 0 12px;font-size:14px;color:var(--c-text2);font-weight:500;border-bottom:1px solid var(--c-border);margin-bottom:12px}.lhb-results-counter .lhb-counter-num{font-size:22px;font-weight:700;color:var(--c-accent);line-height:1}.lhb-results-counter .lhb-counter-txt{font-size:13px;color:var(--c-text2)}.lhb-results-counter strong{color:var(--c-text)}.lhb-filter-show-more{background:none;border:none;color:var(--c-accent);font-size:12px;cursor:pointer;padding:4px 0;margin-top:2px;font-weight:500;text-decoration:underline;text-underline-offset:2px}.lhb-filter-show-more:hover{opacity:.8}.lhb-filter-active-badge{display:inline-flex;align-items:center;background:var(--c-primary);color:#fff;font-size:11px;font-weight:600;border-radius:20px;padding:3px 10px;margin:0 16px 8px}.lhb-map-img-tooltip{pointer-events:none;border-radius:10px;box-shadow:0 4px 20px rgb(0 0 0 / .22);overflow:hidden;width:220px;background:#fff;transition:opacity .15s}.lhb-map-img-tooltip img{width:220px;height:130px;object-fit:cover;display:block}.lhb-rd-meta-item{display:flex;align-items:center;gap:6px;background:var(--c-bg);border:1px solid var(--c-border);border-radius:8px;padding:8px 12px;font-size:13px;font-weight:500}.lhb-rd-meta-item svg{flex-shrink:0;color:var(--c-text2)}.lhb-rd-popular-amenities{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:6px 12px}.lhb-rd-popular-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--c-text)}.lhb-rd-popular-item svg{flex-shrink:0;color:var(--c-primary)}.lhb-rd-cat-amenities{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}.lhb-rd-cat-item{font-size:13px;color:var(--c-text2);padding:3px 0;border-bottom:1px solid var(--c-bg)}.lhb-room-amenities-preview{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.lhb-amenity-preview-item{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:var(--c-text2);background:var(--c-bg);border:1px solid var(--c-border);border-radius:20px;padding:2px 8px}.lhb-addon-panel{position:fixed;inset:0;z-index:9999;background:rgb(0 0 0 / .45);display:flex;justify-content:flex-end;opacity:0;pointer-events:none;transition:opacity 0.3s ease}.lhb-addon-panel--open{opacity:1;pointer-events:all}.lhb-addon-panel-inner{background:#fff;width:min(420px, 100vw);height:100%;overflow-y:auto;padding:24px 20px;transform:translateX(100%);transition:transform 0.3s ease;display:flex;flex-direction:column;gap:16px}.lhb-addon-panel--open .lhb-addon-panel-inner{transform:translateX(0)}.lhb-addon-panel-hd{display:flex;justify-content:space-between;align-items:center;font-size:16px}.lhb-addon-panel-close{background:none;border:none;cursor:pointer;font-size:18px;color:var(--c-text2);padding:4px 8px;border-radius:6px}.lhb-addon-panel-close:hover{background:var(--c-bg)}.lhb-addon-panel-desc{font-size:13px;color:var(--c-text2);line-height:1.5;margin:0}.lhb-addon-panel-note{font-size:12px;color:var(--c-text2);margin:0}.lhb-addon-panel-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 0;color:var(--c-text2);font-size:14px}.lhb-addon-panel-options{display:flex;flex-wrap:wrap;gap:10px}.lhb-addon-amount-btn{border:2px solid var(--c-border);border-radius:10px;background:var(--c-bg);color:var(--c-text);font-size:15px;font-weight:600;padding:10px 20px;cursor:pointer;transition:all 0.15s}.lhb-addon-amount-btn:hover{border-color:var(--c-primary);background:var(--c-primary);color:#fff}.lhb-esim-packages{display:flex;flex-direction:column;gap:10px}.lhb-esim-pkg-btn{display:flex;align-items:center;gap:10px;flex-wrap:wrap;border:2px solid var(--c-border);border-radius:10px;background:var(--c-bg);padding:12px 16px;cursor:pointer;text-align:left;transition:all 0.15s;width:100%}.lhb-esim-pkg-btn:hover{border-color:var(--c-primary);background:#f0f7ff}.lhb-esim-pkg-name{font-weight:600;font-size:14px;color:var(--c-text);flex:1}.lhb-esim-pkg-data,.lhb-esim-pkg-days{font-size:12px;color:var(--c-text2);background:#e8f0fe;border-radius:20px;padding:2px 8px}.lhb-esim-pkg-price{font-weight:700;font-size:15px;color:var(--c-primary);margin-left:auto}.lhb-uber-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.lhb-addon-amount-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:12px 8px;border:2px solid var(--c-border);border-radius:10px;background:var(--c-bg);cursor:pointer;transition:all 0.15s;font-family:inherit;color:var(--c-text)}.lhb-addon-amount-btn:hover,.lhb-addon-amount-btn--active{border-color:var(--c-primary);background:var(--c-primary);color:#fff}.lhb-addon-amount-btn--active .lhb-uber-desc{color:rgb(255 255 255 / .8)}.lhb-uber-usd{font-size:17px;font-weight:700}.lhb-uber-desc{font-size:11px;color:var(--c-text2)}.lhb-esim-packages{display:flex;flex-direction:column;gap:8px}.lhb-esim-pkg-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;border:2px solid var(--c-border);border-radius:10px;background:var(--c-bg);cursor:pointer;text-align:left;transition:all 0.15s;width:100%;font-family:inherit}.lhb-esim-pkg-btn:hover{border-color:var(--c-primary);background:#f0f7ff}.lhb-esim-pkg-btn--active{border-color:var(--c-primary);background:#e8f0fe;box-shadow:0 0 0 3px rgb(37 99 235 / .12)}.lhb-esim-pkg-name{font-weight:600;font-size:14px;color:var(--c-text);flex:1}.lhb-esim-pkg-days{font-size:12px;color:var(--c-text2);background:var(--c-bg);border:1px solid var(--c-border);border-radius:20px;padding:2px 8px;white-space:nowrap}.lhb-esim-pkg-price{font-weight:700;font-size:15px;color:var(--c-primary);white-space:nowrap}.lhb-esim-dates-title{font-weight:600;font-size:14px;color:var(--c-text);margin-bottom:2px}.lhb-esim-dates input[type="date"]{width:100%;padding:8px 10px;border:1.5px solid var(--c-border);border-radius:8px;font-size:13px;background:var(--c-bg);color:var(--c-text)}#lhb-esim-add-btn{background:#1a6af4!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:12px 20px!important;font-size:15px!important;font-weight:600!important;width:100%!important;cursor:pointer!important;font-family:inherit!important;transition:background 0.15s,opacity 0.15s!important;display:block!important;box-sizing:border-box!important}#lhb-esim-add-btn:not(:disabled):hover{background:#0f52c7!important}#lhb-esim-add-btn:disabled{background:#1a6af4!important;color:#fff!important;opacity:0.45!important;cursor:not-allowed!important}.lhb-addon-amount-btn--active{border-color:#1a6af4!important;background:#1a6af4!important;color:#fff!important}.lhb-addon-amount-btn--active .lhb-uber-desc{color:rgb(255 255 255 / .85)!important}.lhb-addon-amount-btn--active .lhb-uber-usd{color:#fff!important}.lhb-payment-loading-placeholder{display:flex;align-items:center;gap:10px;padding:20px 16px;border:1.5px solid var(--c-border);border-radius:12px;background:var(--c-bg);color:var(--c-text2);font-size:14px;margin-top:12px}.lhb-rooms-search-widget{display:flex;align-items:center;gap:0;background:var(--c-white);border:1.5px solid var(--c-border);border-radius:14px;padding:6px 8px;margin-bottom:20px;flex-wrap:wrap;box-shadow:0 2px 8px rgb(0 0 0 / .06)}.lhb-rsw-seg{position:relative;display:flex;flex-direction:column;padding:8px 14px;cursor:pointer;border-radius:10px;transition:background var(--t);flex:1;min-width:0}.lhb-rsw-seg:hover{background:var(--c-bg)}.lhb-rsw-seg+.lhb-rsw-seg::before{content:'';position:absolute;left:0;top:20%;height:60%;width:1px;background:var(--c-border)}.lhb-rsw-label{font-size:10px;font-weight:700;color:var(--c-text2);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;white-space:nowrap}.lhb-rsw-input{font-size:13px;font-weight:500;color:var(--c-text);background:#fff0;border:none;outline:none;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;cursor:pointer;font-family:inherit}select.lhb-rsw-input{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 4px center;padding-right:18px}.lhb-rsw-dates-seg{flex:1.6;min-width:140px}.lhb-rsw-guests-seg{flex:1.4;min-width:130px}.lhb-rsw-nat-seg{flex:1.2;min-width:110px}.lhb-rsw-cur-seg{flex:.8;min-width:70px}.lhb-rsw-search-btn{display:flex;align-items:center;gap:7px;background:var(--c-primary);color:#fff;border:none;border-radius:10px;padding:12px 18px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:opacity var(--t),transform var(--t);font-family:inherit;margin-left:6px}.lhb-rsw-search-btn:hover{opacity:.88;transform:translateY(-1px)}#lhb-rsw-cal-popup{position:absolute;top:calc(100% + 8px);left:-8px;z-index:700}#lhb-rsw-rooms-popup{position:absolute;top:calc(100% + 8px);left:0;z-index:700;min-width:300px}@media (max-width:700px){.lhb-rooms-search-widget{flex-direction:column;gap:4px;position:relative}.lhb-rsw-seg+.lhb-rsw-seg::before{display:none}.lhb-rsw-seg{width:100%;flex:none;border-bottom:1px solid var(--c-border);border-radius:0;position:relative}.lhb-rsw-seg:last-child{border-bottom:none}.lhb-rsw-search-btn{width:100%;justify-content:center;margin-left:0;margin-top:4px}#lhb-rsw-cal-popup{position:fixed;top:auto!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;z-index:10000;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px rgb(0 0 0 / .18);max-height:90vh;overflow-y:auto}#lhb-rsw-rooms-popup{position:fixed;top:auto!important;bottom:0!important;left:0!important;right:0!important;min-width:100%!important;width:100%!important;z-index:10000;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px rgb(0 0 0 / .18);max-height:85vh;overflow-y:auto}}.lhb-reviews-scroll-container{max-height:600px;overflow-y:auto;border:1.5px solid var(--c-border);border-radius:14px;padding:8px 4px;background:var(--c-white);scroll-behavior:smooth}.lhb-reviews-scroll-container::-webkit-scrollbar{width:6px}.lhb-reviews-scroll-container::-webkit-scrollbar-track{background:#fff0}.lhb-reviews-scroll-container::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:3px}.lhb-reviews-scroll-container .lhb-reviews{gap:0;padding:0 8px}.lhb-reviews-scroll-container .lhb-review{border-left:none;border-bottom:1px solid var(--c-border);border-radius:0;padding:16px 8px;background:#fff0}.lhb-reviews-scroll-container .lhb-review:last-child{border-bottom:none}.lhb-rooms-search-widget{display:flex;align-items:center;background:var(--c-white);border:1.5px solid var(--c-border);border-radius:14px;padding:6px 8px;margin-bottom:20px;box-shadow:0 2px 8px rgb(0 0 0 / .06);position:relative;gap:0;flex-wrap:wrap}.lhb-rsw-seg{position:relative;display:flex;flex-direction:column;padding:8px 14px;cursor:pointer;border-radius:10px;transition:background var(--t);flex:1;min-width:0}.lhb-rsw-seg:hover,.lhb-rsw-seg.active{background:var(--c-bg)}.lhb-rsw-seg+.lhb-rsw-seg::before{content:'';position:absolute;left:0;top:20%;height:60%;width:1px;background:var(--c-border)}.lhb-rsw-label{font-size:10px;font-weight:700;color:var(--c-text2);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;white-space:nowrap}.lhb-rsw-input{font-size:13px;font-weight:500;color:var(--c-text);background:#fff0;border:none;outline:none;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;cursor:pointer;font-family:inherit}.lhb-rsw-input.has-value{color:var(--c-text)}.lhb-rsw-dates-seg{flex:1.6;min-width:140px}.lhb-rsw-guests-seg{flex:1.4;min-width:130px}.lhb-rsw-nat-seg{flex:1.3;min-width:120px}#lhb-rsw-cal-popup{position:absolute;top:calc(100% + 8px);left:0;z-index:700;background:#fff;border-radius:14px;box-shadow:0 8px 30px rgb(0 0 0 / .18);border:1px solid var(--c-border)}#lhb-rsw-rooms-popup{position:absolute;top:calc(100% + 8px);left:0;z-index:700;min-width:300px;background:#fff;border-radius:14px;box-shadow:0 8px 30px rgb(0 0 0 / .18);border:1px solid var(--c-border);padding:16px}#lhb-rsw-nat-seg .lhb-ac-list{position:absolute;top:calc(100% + 4px);left:0;z-index:700;min-width:240px}.lhb-rsw-search-btn{display:flex;align-items:center;gap:7px;background:var(--c-primary);color:#fff;border:none;border-radius:10px;padding:12px 18px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;font-family:inherit;transition:opacity var(--t),transform var(--t);margin-left:6px}.lhb-rsw-search-btn:hover{opacity:.88;transform:translateY(-1px)}@media (max-width:700px){.lhb-rooms-search-widget{flex-direction:column;padding:8px}.lhb-rsw-seg+.lhb-rsw-seg::before{display:none}.lhb-rsw-seg{width:100%;flex:none;padding:10px 12px;border-bottom:1px solid var(--c-border);border-radius:0}.lhb-rsw-seg:last-of-type{border-bottom:none}.lhb-rsw-search-btn{width:100%;justify-content:center;margin-left:0;margin-top:4px}#lhb-rsw-rooms-popup{min-width:calc(100vw - 40px)}}.lhb-reviews-scroll-container{max-height:600px;overflow-y:auto;border:1.5px solid var(--c-border);border-radius:14px;background:var(--c-white);scroll-behavior:smooth}.lhb-reviews-scroll-container::-webkit-scrollbar{width:6px}.lhb-reviews-scroll-container::-webkit-scrollbar-track{background:#fff0}.lhb-reviews-scroll-container::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:3px}.lhb-reviews-scroll-container .lhb-reviews{gap:0;padding:0}.lhb-reviews-scroll-container .lhb-review{border-left:none;border-bottom:1px solid var(--c-border);border-radius:0;padding:16px 20px;background:#fff0}.lhb-reviews-scroll-container .lhb-review:last-child{border-bottom:none}.lhb-skeleton-card{display:flex;gap:0;background:var(--c-white);border:1.5px solid var(--c-border);border-radius:16px;overflow:hidden;margin-bottom:12px;height:180px}.lhb-skeleton-img{width:220px;min-width:220px;height:100%;flex-shrink:0}.lhb-skeleton-body{flex:1;padding:20px 24px;display:flex;flex-direction:column;gap:10px;justify-content:center}.lhb-skel{background:linear-gradient(90deg,var(--c-border) 0%,#f0f0f0 50%,var(--c-border) 100%);background-size:200% 100%;animation:lhb-shimmer 1.4s infinite linear;border-radius:8px}.lhb-skel-title{height:20px;width:65%}.lhb-skel-sub{height:14px;width:80%}.lhb-skel-short{width:45%}.lhb-skel-price{height:22px;width:30%;margin-top:6px}@keyframes lhb-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@media (max-width:700px){.lhb-skeleton-card{height:130px}.lhb-skeleton-img{width:110px;min-width:110px}.lhb-skeleton-body{padding:12px 14px}}.lhb-pay-split{margin-top:10px;border-radius:10px;overflow:hidden;border:1.5px solid var(--c-border)}.lhb-pay-split-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;gap:10px}.lhb-pay-split-row+.lhb-pay-split-row{border-top:1px solid var(--c-border)}.lhb-pay-split-row--now{background:#f0fdf4}.lhb-pay-split-row--prop{background:#fefce8}.lhb-pay-split-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--c-text)}.lhb-pay-split-row--now .lhb-pay-split-label{color:#166534}.lhb-pay-split-row--prop .lhb-pay-split-label{color:#854d0e}.lhb-pay-split-val{font-size:14px;font-weight:700;color:var(--c-text)}.lhb-pay-split-row--now .lhb-pay-split-val{color:#16a34a}.lhb-pay-split-row--prop .lhb-pay-split-val{color:#ca8a04}.lhb-pill--combo{font-size:11px!important;white-space:normal!important;line-height:1.3;max-width:100%;padding:4px 8px!important}.lhb-phone-combobox{position:relative!important;flex-shrink:0;width:110px;overflow:visible!important}.lhb-ppc-trigger{display:flex;align-items:center;justify-content:space-between;gap:4px;width:100%;height:46px;padding:0 10px;border:1.5px solid var(--c-border);border-radius:var(--r-input);background:var(--c-white);color:var(--c-text);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;outline:none;box-sizing:border-box;transition:border-color var(--t),box-shadow var(--t);white-space:nowrap;overflow:hidden;user-select:none}.lhb-ppc-trigger:hover{border-color:var(--c-primary)}.lhb-ppc-trigger:focus,.lhb-ppc-trigger[aria-expanded="true"]{border-color:var(--c-primary);box-shadow:0 0 0 3px rgb(26 106 244 / .12)}.lhb-ppc-trigger-val{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.lhb-ppc-arrow{flex-shrink:0;color:var(--c-text2);transition:transform var(--t)}.lhb-ppc-trigger[aria-expanded="true"] .lhb-ppc-arrow{transform:rotate(180deg)}.lhb-ppc-dropdown{position:absolute!important;top:100%!important;left:0!important;z-index:999999!important;margin-top:4px;width:max-content!important;min-width:220px!important;background:#ffffff!important;border:1.5px solid var(--c-border);border-radius:10px;box-shadow:0 8px 32px rgb(0 0 0 / .14);overflow:hidden}.lhb-ppc-search-wrap{position:relative;padding:8px 10px;border-bottom:1px solid var(--c-border)}.lhb-ppc-search{width:100%!important;height:34px!important;padding:0 30px 0 10px!important;border:1.5px solid var(--c-border)!important;border-radius:6px!important;font-size:13px!important;font-family:inherit;background:var(--c-bg)!important;color:var(--c-text)!important;outline:none;box-sizing:border-box!important;transition:border-color var(--t)}.lhb-ppc-search:focus{border-color:var(--c-primary)!important;background:var(--c-white)!important}.lhb-ppc-search-icon{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--c-text2);pointer-events:none}.lhb-ppc-list{list-style:none;margin:0;padding:4px 0;max-height:220px;overflow-y:auto;scroll-behavior:smooth}.lhb-ppc-list::-webkit-scrollbar{width:6px}.lhb-ppc-list::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:3px}.lhb-ppc-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:13px;color:var(--c-text);transition:background var(--t);outline:none}.lhb-ppc-item:hover,.lhb-ppc-item:focus{background:var(--c-primary-l)}.lhb-ppc-item--active{background:#e8f0fe;font-weight:600;color:var(--c-primary)}.lhb-ppc-flag{font-size:16px;flex-shrink:0;line-height:1}.lhb-ppc-name{flex:1;font-size:12px;color:var(--c-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lhb-ppc-dial{font-size:12px;font-weight:700;color:var(--c-primary);flex-shrink:0;min-width:38px;text-align:right}.lhb-phone-row{display:flex;gap:8px;align-items:stretch}.lhb-phone-row .lhb-phone-combobox{flex-shrink:0}.lhb-phone-row input[type="tel"]{flex:1}.lhb-phone-combobox input[type="hidden"]{display:none!important;width:0!important;height:0!important;padding:0!important;border:none!important;position:absolute!important;visibility:hidden!important}.lhb-phone-prefix,#lhb-phone-code:not([type="hidden"]){width:90px!important;max-width:90px!important;font-size:13px!important;padding:0 4px!important;cursor:pointer}.lhb-review-line--total{border-top:1.5px solid var(--c-border);margin-top:8px;padding-top:10px}.leaflet-container{pointer-events:auto!important}.leaflet-pane{pointer-events:none}.leaflet-tile-pane,.leaflet-overlay-pane,.leaflet-marker-pane,.leaflet-popup-pane,.leaflet-map-pane{pointer-events:auto!important}.leaflet-control-container{pointer-events:none!important}.leaflet-control-container .leaflet-control{pointer-events:auto!important}.lhb-map-fallback{pointer-events:none!important}@media (max-width:720px){.lhb-results-header{position:sticky;top:0;z-index:1000;padding:8px 12px;gap:6px;flex-wrap:wrap;align-items:center;width:100%;max-width:100%;overflow:hidden}.lhb-results-header .lhb-back-btn{flex-shrink:0;order:1}.lhb-results-title-wrap{flex:1;min-width:0;order:2}.lhb-results-title{font-size:13px;white-space:normal;overflow:visible;text-overflow:unset;line-height:1.3;word-break:break-word}.lhb-results-sub{display:block;font-size:10px;color:var(--c-text2);white-space:normal}.lhb-results-header-right{flex:0 0 100%;order:3;display:flex;align-items:center;gap:6px;justify-content:flex-end}.lhb-sort-wrap{gap:4px}.lhb-sort-sel{min-width:90px;height:32px;font-size:12px;padding:0 6px}.lhb-sort-label{display:none}.lhb-view-toggle{border-radius:8px}.lhb-view-btn{padding:5px 10px;font-size:12px;gap:3px}.lhb-view-btn svg{width:14px;height:14px}}@media (max-width:720px){.lhb-filters-sidebar{width:100%;max-width:100vw;box-sizing:border-box;border-right:none;border-bottom:1px solid var(--c-border);height:auto;max-height:none;overflow-x:hidden;overflow-y:visible;padding-bottom:8px;contain:layout style;position:relative}.lhb-filters-sidebar>*{max-width:100%;box-sizing:border-box}.lhb-mini-map-wrap{display:block!important;width:100%;max-width:100%;box-sizing:border-box;padding:10px 14px 4px}.lhb-mini-map-el{width:100%;max-width:100%;height:140px;box-sizing:border-box;border-radius:9px;overflow:hidden;background:#e5e7eb;display:block;position:relative}.lhb-show-map-btn{display:flex!important}.lhb-filter-block{padding:10px 14px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.lhb-filter-title{font-size:11px;margin-bottom:8px}.lhb-price-histogram{height:28px}.lhb-filters-clear{display:flex;align-items:center;justify-content:center;width:calc(100% - 28px);margin:10px 14px 0;min-height:36px;padding:8px 12px;font-size:12px;font-weight:600;line-height:1.4;color:var(--c-text2);background:none;border:1.5px solid var(--c-border);border-radius:var(--r-btn);cursor:pointer;font-family:inherit;text-align:center;box-sizing:border-box;overflow:visible;white-space:nowrap}.lhb-filters-clear:hover{border-color:var(--c-red);color:var(--c-red)}}@media (max-width:720px){.lhb-map-filter-bar{padding:6px 12px;gap:6px}.lhb-map-filter-chip{padding:5px 12px;font-size:11px}}@media (max-width:720px){.lhb-results-main{height:auto;max-height:none;overflow:visible;background:var(--c-bg);width:100%;max-width:100vw;box-sizing:border-box;min-width:0}.lhb-hotel-list{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;padding:10px 12px 16px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;max-height:none;min-height:unset;height:auto;width:100%;max-width:100vw;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.lhb-hotel-list::-webkit-scrollbar{display:none}.lhb-hotel-list>.lhb-hotel-card{flex:0 0 80vw;max-width:300px;min-width:240px;min-height:unset;flex-direction:column;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}.lhb-hotel-list>.lhb-hotel-card .lhb-hc-img{flex:none;width:100%;max-width:100%;height:150px;overflow:hidden}.lhb-hotel-list>.lhb-hotel-card .lhb-hc-img img{width:100%;max-width:100%;height:100%;object-fit:cover;display:block}.lhb-hotel-list>.lhb-hotel-card .lhb-hc-content{padding:10px 12px 8px;flex:1;width:100%;box-sizing:border-box;overflow:hidden}.lhb-hotel-list>.lhb-hotel-card .lhb-hc-name{font-size:14px}.lhb-hotel-list>.lhb-hotel-card .lhb-hc-right{flex-direction:row;align-items:center;border-left:none;border-top:1px solid var(--c-border);padding:10px 12px;gap:8px;width:100%;box-sizing:border-box}.lhb-hotel-list>.lhb-hotel-card .lhb-hc-price-block{text-align:left;flex:1}.lhb-hotel-list>.lhb-hotel-card .lhb-hc-price-main{font-size:17px}.lhb-hotel-list>.lhb-hotel-card .lhb-hc-cta{padding:8px 12px;font-size:12px;align-self:center;white-space:nowrap;flex-shrink:0}.lhb-hotel-list>.lhb-hotel-card .lhb-hc-facilities{display:none}.lhb-results-count{padding:6px 10px 2px}}@media (max-width:720px){.lhb-map-pane{min-height:320px;border-left:none;border-top:1px solid var(--c-border)}.lhb-map-el{min-height:320px}.leaflet-popup-content{width:180px!important}.lhb-map-popup{padding:10px 12px}.lhb-map-popup-name{font-size:12px}.lhb-map-popup-price{font-size:13px}}@media (max-width:720px){.lhb-detail-content{padding:16px 12px 36px}.lhb-gallery-main{height:220px}.lhb-gallery-thumb{width:64px;height:50px}.lhb-detail-grid{grid-template-columns:1fr;gap:16px}.lhb-sticky-card{position:static;box-shadow:var(--c-shadow)}.lhb-detail-name{font-size:clamp(18px, 5vw, 24px)}.lhb-detail-title-row{gap:10px}.lhb-section-title{font-size:15px;margin:18px 0 10px}.lhb-policies-grid{grid-template-columns:1fr 1fr;gap:8px}.lhb-detail-tabs{margin:12px 0 14px}.lhb-detail-tab{padding:8px 14px;font-size:13px}}@media (max-width:720px){.lhb-rooms-content{padding:10px 0 36px;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:visible}.lhb-rooms-list,.lhb-inline-rooms-list{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;padding:8px 12px 20px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;width:100%;max-width:100vw;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;height:auto;max-height:none;min-height:unset}.lhb-rooms-list::-webkit-scrollbar,.lhb-inline-rooms-list::-webkit-scrollbar{display:none}.lhb-rooms-list>.lhb-room-group-card,.lhb-inline-rooms-list>.lhb-room-group-card{flex:0 0 82vw;max-width:340px;min-width:260px;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;box-sizing:border-box;flex-direction:column;padding:0;gap:0;display:flex}.lhb-rooms-list>.lhb-room-group-card:not(.lhb-room-combo-card) .lhb-room-group-left,.lhb-inline-rooms-list>.lhb-room-group-card:not(.lhb-room-combo-card) .lhb-room-group-left{flex:none;width:100%;border-right:none;border-bottom:1px solid var(--c-border)}.lhb-rooms-list>.lhb-room-group-card:not(.lhb-room-combo-card) .lhb-room-group-right,.lhb-inline-rooms-list>.lhb-room-group-card:not(.lhb-room-combo-card) .lhb-room-group-right{flex:1;width:100%;min-width:0;padding:0}.lhb-rooms-list .lhb-room-group-right .lhb-room-group-name,.lhb-inline-rooms-list .lhb-room-group-right .lhb-room-group-name{padding:12px 14px 4px!important}.lhb-rooms-list .lhb-room-group-right .lhb-room-group-meta,.lhb-inline-rooms-list .lhb-room-group-right .lhb-room-group-meta{padding:0 14px 10px!important}.lhb-rooms-list .lhb-room-group-right .lhb-room-details-btn,.lhb-inline-rooms-list .lhb-room-group-right .lhb-room-details-btn{margin:0 14px 14px!important}.lhb-room-gallery-track{height:180px}.lhb-room-gallery-img{height:180px}.lhb-rooms-list>.lhb-room-combo-card,.lhb-inline-rooms-list>.lhb-room-combo-card{display:flex!important;flex-direction:column!important}.lhb-room-combo-card>div[style*="display:flex"],.lhb-room-combo-card>div[style*="display: flex"]{display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important}.lhb-room-combo-card .lhb-room-group-left{flex:none!important;width:100%!important;max-width:100%!important;border-right:none!important;border-bottom:1px solid var(--c-border)!important;overflow:hidden!important;box-sizing:border-box!important}.lhb-room-combo-card .lhb-room-group-right{flex:1!important;width:100%!important;min-width:0!important;padding:0!important;box-sizing:border-box!important;overflow:hidden!important}.lhb-combo-room-gallery{width:100%!important;max-width:100%!important}.lhb-combo-room-gallery .lhb-room-gallery-track,.lhb-combo-room-gallery .lhb-room-gallery-img{height:160px;width:100%}.lhb-rate-row{grid-template-columns:1fr;gap:8px}.lhb-rate-row-right{text-align:left;min-width:unset;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;border-top:1px solid var(--c-border);padding-top:8px}.lhb-rate-price-main{font-size:16px}.lhb-rate-select-btn{align-self:flex-end}.lhb-room-group-rates{padding:12px 14px;width:100%;box-sizing:border-box;overflow-x:hidden}.lhb-rooms-list .lhb-room-group-name,.lhb-inline-rooms-list .lhb-room-group-name{padding:12px 14px 4px!important}.lhb-rooms-list .lhb-room-group-meta,.lhb-inline-rooms-list .lhb-room-group-meta{padding:0 14px 10px!important}.lhb-rooms-list .lhb-room-details-btn,.lhb-inline-rooms-list .lhb-room-details-btn{margin:0 14px 14px!important}.lhb-rooms-list .lhb-room-group-rates,.lhb-inline-rooms-list .lhb-room-group-rates{padding:12px 14px!important}.lhb-rate-select-btn{align-self:flex-end;margin-bottom:4px}.lhb-rate-row-meta{flex-wrap:wrap;gap:4px}.lhb-room-card{grid-template-columns:1fr}.lhb-room-img{min-height:160px}.lhb-room-body{padding:14px 14px}.lhb-room-footer{flex-direction:column;align-items:flex-start;gap:10px}.lhb-room-price-amount{font-size:22px}.lhb-btn--rooms{width:100%}.lhb-rooms-search-widget{flex-direction:column;width:100%;box-sizing:border-box}}@media (max-width:720px){.lhb-booking-layout{grid-template-columns:1fr;gap:16px;padding:14px 12px 32px;max-width:100%;width:100%;box-sizing:border-box;overflow-x:hidden}.lhb-booking-summary-col{order:-1}.lhb-order-summary{position:static;max-width:100%;width:100%;box-sizing:border-box}.lhb-form-section{padding:16px 14px;margin-bottom:12px;max-width:100%;box-sizing:border-box;overflow:hidden}.lhb-form-section-title{font-size:14px;margin-bottom:12px}.lhb-form-row{grid-template-columns:1fr;gap:10px;margin-bottom:10px}}@media (max-width:720px){.lhb-review-layout{padding:14px 12px 32px;max-width:100%;width:100%;box-sizing:border-box;overflow-x:hidden}.lhb-review-card{padding:16px 14px;max-width:100%;box-sizing:border-box}.lhb-review-card h3{font-size:14px;margin-bottom:10px}.lhb-review-total{font-size:18px}}@media (max-width:720px){.lhb-confirmation-content{padding:36px 12px 48px;max-width:100%;width:100%;box-sizing:border-box;overflow-x:hidden}.lhb-confirm-title{font-size:24px}.lhb-confirm-card{padding:16px 14px;max-width:100%;box-sizing:border-box}}@media (max-width:720px){.lhb-screen-header{padding:10px 14px;gap:10px;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.lhb-screen-title{font-size:15px}}@media (max-width:720px){.lhb-cal-popup{position:fixed;top:auto!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;min-width:0;transform:none;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px rgb(0 0 0 / .18);z-index:10000;max-height:90vh;overflow-y:auto;padding:16px 12px 24px}.lhb-cal-months{grid-template-columns:1fr;gap:16px}.lhb-cal-day{font-size:12px;padding:6px 1px}.lhb-cal-dow{font-size:10px}}@media (max-width:720px){.lhb-rooms-popup{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%;border-radius:20px 20px 0 0;max-height:80vh;overflow-y:auto;z-index:10000}}@media (max-width:720px){.lhb-back-btn{font-size:13px}}@media (max-width:720px){.lhb-ac-list{left:0;right:0;max-height:200px}}@media (max-width:720px){#lhb-screen-results.lhb-mode-map .lhb-hotel-list{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;padding:10px 12px 16px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;max-height:none;min-height:unset;height:auto;width:100%;max-width:100vw;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}#lhb-screen-results.lhb-mode-map .lhb-hotel-list::-webkit-scrollbar{display:none}#lhb-screen-results.lhb-mode-map .lhb-hotel-list>.lhb-hotel-card{flex:0 0 80vw;max-width:300px;min-width:240px;min-height:unset;flex-direction:column;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}#lhb-screen-results.lhb-mode-map .lhb-hotel-list>.lhb-hotel-card .lhb-hc-img{flex:none;width:100%;max-width:100%;height:150px;overflow:hidden}#lhb-screen-results.lhb-mode-map .lhb-hotel-list>.lhb-hotel-card .lhb-hc-img img{width:100%;max-width:100%;height:100%;object-fit:cover;display:block}#lhb-screen-results.lhb-mode-map .lhb-hotel-list>.lhb-hotel-card .lhb-hc-content{padding:10px 12px 8px;flex:1;width:100%;box-sizing:border-box;overflow:hidden}#lhb-screen-results.lhb-mode-map .lhb-hotel-list>.lhb-hotel-card .lhb-hc-name{font-size:14px}#lhb-screen-results.lhb-mode-map .lhb-hotel-list>.lhb-hotel-card .lhb-hc-right{flex-direction:row;align-items:center;border-left:none;border-top:1px solid var(--c-border);padding:10px 12px;gap:8px;width:100%;box-sizing:border-box;min-width:unset}#lhb-screen-results.lhb-mode-map .lhb-hotel-list>.lhb-hotel-card .lhb-hc-price-block{text-align:left;flex:1}#lhb-screen-results.lhb-mode-map .lhb-hotel-list>.lhb-hotel-card .lhb-hc-price-main{font-size:17px}#lhb-screen-results.lhb-mode-map .lhb-hotel-list>.lhb-hotel-card .lhb-hc-cta{padding:8px 12px;font-size:12px;align-self:center;white-space:nowrap;flex-shrink:0}#lhb-screen-results.lhb-mode-map .lhb-hotel-list>.lhb-hotel-card .lhb-hc-facilities{display:none}#lhb-screen-results.lhb-mode-map .lhb-results-count{padding:6px 10px 2px}}@media (max-width:480px){.lhb-sb-seg{padding:10px 12px}.lhb-sb-label{font-size:9px}.lhb-search-btn{padding:13px 20px;font-size:15px}.lhb-hero{padding:10px 12px 16px}}@media (max-width:720px){.lhb-filter-modal-overlay{align-items:flex-end;padding:0}.lhb-filter-modal{width:100%;max-height:90vh;border-radius:20px 20px 0 0}}@media (max-width:720px){.lhb-ppc-dropdown{min-width:200px!important}}@media (max-width:720px){.lhb-wrap{overflow-x:hidden;width:100%;max-width:100vw;box-sizing:border-box}#lhb-screen-results{overflow-x:visible!important;width:100%;max-width:100vw;box-sizing:border-box}#lhb-screen-rooms{overflow-x:visible!important;width:100%;max-width:100vw;box-sizing:border-box}#lhb-screen-detail,#lhb-screen-booking,#lhb-screen-prebook,#lhb-screen-confirm,.lhb-wrap>.lhb-screen:not(#lhb-screen-results):not(#lhb-screen-rooms){overflow-x:hidden;width:100%;max-width:100%;box-sizing:border-box}.lhb-booking-layout{max-width:100%;width:100%;box-sizing:border-box;overflow-x:hidden}.lhb-booking-form-col,.lhb-booking-summary-col{max-width:100%;width:100%;box-sizing:border-box;overflow:hidden}.lhb-order-summary{max-width:100%;width:100%;box-sizing:border-box;overflow:hidden}.lhb-summary-img{width:100%;max-width:100%;height:140px;object-fit:cover}.lhb-detail-content{max-width:100%;width:100%;box-sizing:border-box;overflow-x:hidden}.lhb-rooms-content{max-width:100%;width:100%;box-sizing:border-box;overflow-x:hidden}.lhb-review-layout{max-width:100%;width:100%;box-sizing:border-box;overflow-x:hidden}.lhb-confirmation-content{max-width:100%;width:100%;box-sizing:border-box;overflow-x:hidden}.lhb-form-section{max-width:100%;box-sizing:border-box;overflow:hidden}.lhb-screen-header{max-width:100%;width:100%;box-sizing:border-box;overflow:hidden}}@media (max-width:720px){.lhb-rooms-list>.lhb-room-group-card .lhb-room-group-right,.lhb-inline-rooms-list>.lhb-room-group-card .lhb-room-group-right,.lhb-rooms-list>.lhb-room-combo-card .lhb-room-group-right,.lhb-inline-rooms-list>.lhb-room-combo-card .lhb-room-group-right,.lhb-room-combo-card .lhb-room-group-right{padding:16px 16px!important;box-sizing:border-box!important}.lhb-rooms-list .lhb-room-group-right .lhb-room-group-name,.lhb-inline-rooms-list .lhb-room-group-right .lhb-room-group-name,.lhb-rooms-list .lhb-room-group-name,.lhb-inline-rooms-list .lhb-room-group-name{padding:0 0 8px 0!important}.lhb-rooms-list .lhb-room-group-right .lhb-room-group-meta,.lhb-inline-rooms-list .lhb-room-group-right .lhb-room-group-meta,.lhb-rooms-list .lhb-room-group-meta,.lhb-inline-rooms-list .lhb-room-group-meta{padding:0 0 12px 0!important}.lhb-rooms-list .lhb-room-group-right .lhb-room-details-btn,.lhb-inline-rooms-list .lhb-room-group-right .lhb-room-details-btn,.lhb-rooms-list .lhb-room-details-btn,.lhb-inline-rooms-list .lhb-room-details-btn{margin:0 0 16px 0!important}.lhb-rooms-list .lhb-room-group-right .lhb-room-group-rates,.lhb-inline-rooms-list .lhb-room-group-right .lhb-room-group-rates,.lhb-rooms-list .lhb-room-group-rates,.lhb-inline-rooms-list .lhb-room-group-rates{padding:0!important}}