/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.alean-dashboard .status-value .color-success{display:inline-flex;align-items:center;gap:6px;color:#155724;background-color:#d4edda;border:1px solid #c3e6cb;padding:4px 10px;border-radius:4px;font-weight:600;}.alean-dashboard .status-value .color-success::before{content:"✓";display:inline-block;width:16px;height:16px;line-height:16px;text-align:center;background:#155724;color:#fff;border-radius:50%;font-size:11px;}.alean-dashboard .status-value .color-error{display:inline-flex;align-items:center;gap:6px;color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;padding:4px 10px;border-radius:4px;font-weight:600;}.alean-dashboard .status-value .color-error::before{content:"✗";display:inline-block;width:16px;height:16px;line-height:16px;text-align:center;background:#721c24;color:#fff;border-radius:50%;font-size:11px;}.alean-reservation-login,.alean-reservation-order-book-detail,.alean-reservation-my-bookings{max-width:800px;margin:0 auto;padding:20px;}.alean-reservation-login h2,.alean-reservation-order-book-detail h2,.alean-reservation-my-bookings h2{margin-bottom:20px;color:#333;}.alean-reservation-login .form-item{margin-bottom:15px;}.alean-reservation-login label{display:block;margin-bottom:5px;font-weight:bold;}.alean-reservation-login input[type="text"],.alean-reservation-login input[type="password"]{width:100%;max-width:300px;padding:8px;border:1px solid #ccc;border-radius:4px;}.alean-reservation-login .form-actions{margin-top:20px;}.order-book-number{background:#f5f5f5;padding:15px;border-radius:4px;margin-bottom:20px;}.order-details{margin:20px 0;}.order-details pre{background:#f9f9f9;padding:15px;border:1px solid #ddd;border-radius:4px;overflow-x:auto;}.order-actions{margin:20px 0;}.back-link{margin-top:20px;}.booking-actions{margin:20px 0;}.booking-actions .button{margin-right:10px;margin-bottom:10px;}.bookings-list{margin-top:30px;padding:20px;background:#f9f9f9;border-radius:4px;}.button--danger{background-color:#dc3545;border-color:#dc3545;color:white;}.button--danger:hover{background-color:#c82333;border-color:#bd2130;}.alean-reservation-hotel-listing{max-width:1200px;margin:0 auto;padding:20px;}.hotel-sync-action{margin-bottom:20px;padding:15px;background:#e7f3ff;border:1px solid #b8daff;border-radius:8px;}.hotel-sync-action .button{margin:0;}.hotel-search{margin-bottom:30px;padding:20px;background:#f5f5f5;border-radius:8px;}.hotel-search .form-item{display:flex;gap:10px;align-items:center;}.hotel-search input[type="text"]{flex:1;max-width:400px;padding:10px;border:1px solid #ccc;border-radius:4px;}.hotels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;margin-bottom:30px;}.hotel-card{border:1px solid #ddd;border-radius:8px;padding:20px;background:#fff;transition:box-shadow 0.2s;}.hotel-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);}.hotel-name{margin-top:0;margin-bottom:10px;}.hotel-name a{color:#333;text-decoration:none;}.hotel-name a:hover{color:#0071b8;}.hotel-category{color:#ffc107;font-size:1.2em;margin-bottom:10px;}.hotel-location{color:#666;margin-bottom:10px;}.hotel-description{color:#555;margin-bottom:15px;line-height:1.5;}.hotel-actions{display:flex;gap:10px;}.hotels-count{text-align:center;color:#666;padding:20px;}.no-hotels{text-align:center;padding:40px;color:#666;}.alean-reservation-hotel-detail{max-width:1000px;margin:0 auto;padding:20px;}.hotel-header{margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #eee;}.hotel-header h1{margin-bottom:10px;}.hotel-content{display:grid;grid-template-columns:2fr 1fr;gap:30px;margin-bottom:30px;}.hotel-main-info h3{color:#333;margin-top:20px;margin-bottom:10px;}.hotel-meta{margin-top:30px;padding:15px;background:#f9f9f9;border-radius:4px;}.hotel-api-details{background:#f5f5f5;padding:20px;border-radius:4px;}.hotel-api-details pre{background:#fff;padding:15px;border:1px solid #ddd;border-radius:4px;overflow-x:auto;font-size:0.85em;}.hotel-actions{display:flex;gap:15px;padding-top:20px;border-top:2px solid #eee;}.button--large{padding:12px 30px;font-size:1.1em;}.hotel-not-found{text-align:center;padding:60px 20px;}.hotel-image{margin:-20px -20px 15px -20px;border-radius:8px 8px 0 0;overflow:hidden;}.hotel-image img{width:100%;height:200px;object-fit:cover;}.hotel-resort{color:#0071b8;font-weight:500;margin-bottom:10px;}.hotel-location .region{color:#999;font-size:0.9em;}.hotel-gallery{margin-bottom:30px;}.hotel-main-image{margin-bottom:15px;border-radius:8px;overflow:hidden;}.hotel-main-image img{width:100%;max-height:400px;object-fit:cover;}.hotel-thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;}.hotel-thumbnails .thumbnail{border-radius:4px;overflow:hidden;}.hotel-thumbnails .thumbnail img{width:100%;height:80px;object-fit:cover;}.hotel-amenities{margin:20px 0;}.amenities-list{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:0;}.amenities-list li{background:#e9ecef;padding:5px 12px;border-radius:20px;font-size:0.9em;color:#495057;}.hotel-contact{margin:20px 0;padding:15px;background:#f8f9fa;border-radius:8px;}.hotel-contact p{margin:8px 0;}.hotel-coordinates{color:#6c757d;margin-top:5px;}.alean-booking-form{max-width:900px;margin:0 auto;padding:20px;}.booking-summary{background:#e7f3ff;padding:15px 20px;border-radius:8px;margin-bottom:20px;}.booking-summary p{margin:5px 0;}.alean-table{width:100%;border-collapse:collapse;margin:15px 0;}.alean-table th,.alean-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #dee2e6;}.alean-table th{background:#f8f9fa;font-weight:600;color:#333;}.alean-table tbody tr:hover{background:#f5f5f5;}.booking-status,.invoice-status{display:inline-block;padding:3px 10px;border-radius:12px;font-size:0.85em;font-weight:500;}.booking-status--pending,.invoice-status--draft{background:#fff3cd;color:#856404;}.booking-status--confirmed,.invoice-status--issued{background:#d4edda;color:#155724;}.booking-status--paid,.invoice-status--paid{background:#cce5ff;color:#004085;}.booking-status--cancelled,.invoice-status--cancelled{background:#f8d7da;color:#721c24;}.booking-status--failed{background:#f5c6cb;color:#721c24;}.alean-invoice-detail{max-width:800px;margin:0 auto;padding:20px;}.invoice-table{width:100%;margin:15px 0;}.invoice-table th{text-align:right;padding-right:20px;width:40%;color:#666;}.invoice-table td{font-weight:500;}.invoice-actions{margin-top:20px;padding-top:20px;border-top:1px solid #eee;}.alean-invoice-list{max-width:1100px;margin:0 auto;padding:20px;}.paid-label{color:#28a745;font-weight:500;}.alean-customer-balance{max-width:800px;margin:0 auto;padding:20px;}.balance-info{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:20px;}.balance-links{display:flex;gap:10px;margin-top:20px;}.alean-check-cancel{max-width:700px;margin:0 auto;padding:20px;}.cancel-info{padding:20px;border-radius:8px;margin:20px 0;}.cancel-info--can-cancel{background:#fff3cd;border:1px solid #ffc107;}.cancel-info--cannot-cancel{background:#f8d7da;border:1px solid #f5c6cb;}.cancel-status{font-size:1.1em;font-weight:600;margin-bottom:15px;}.cancel-penalty{background:rgba(255,255,255,0.5);padding:15px;border-radius:4px;margin:15px 0;}.penalty-amount{font-size:1.3em;font-weight:bold;color:#dc3545;}.no-penalty{color:#28a745;font-weight:500;}.cancel-actions{display:flex;gap:10px;margin-top:20px;}.alean-order-services{max-width:1000px;margin:0 auto;padding:20px;}.services-list{margin:20px 0;}.services-actions{margin-top:20px;}.alean-my-bookings{max-width:1200px;margin:0 auto;padding:20px;}.bookings-actions{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap;}.bookings-table{font-size:0.9em;}.booking-actions{white-space:nowrap;}.booking-actions .button--small{margin:2px;padding:4px 8px;font-size:0.85em;}.no-bookings{text-align:center;padding:40px;background:#f8f9fa;border-radius:8px;}.button--small{padding:5px 12px;font-size:0.9em;}.button--danger{background-color:#dc3545;border-color:#dc3545;color:white;}.button--danger:hover{background-color:#c82333;border-color:#bd2130;}@media (max-width:768px){.hotel-content{grid-template-columns:1fr;}.hotels-grid{grid-template-columns:1fr;}.hotel-search .form-item{flex-direction:column;align-items:stretch;}.hotel-search input[type="text"]{max-width:100%;}.hotel-thumbnails{grid-template-columns:repeat(3,1fr);}.bookings-actions{flex-direction:column;}.cancel-actions{flex-direction:column;}.balance-links{flex-direction:column;}.alean-table{font-size:0.85em;}.alean-table th,.alean-table td{padding:6px 8px;}}
.alean-image-gallery{max-width:100%;}.gallery-main{position:relative;margin-bottom:0px;}.main-image-container{position:relative;width:100%;height:auto;aspect-ratio:660 / 355;overflow:hidden;border-radius:25px;background:#f5f5f5;}.gallery-main-img{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform 0.3s ease;position:relative;}.gallery-main-img:hover{transform:scale(1.02);}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.6);color:white;border:none;width:50px;height:50px;font-size:30px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.3s ease;z-index:100;pointer-events:auto;}.gallery-nav:hover{background:rgba(0,0,0,0.8);}.gallery-prev{left:10px;}.gallery-next{right:10px;}.image-counter{display:none;}.thumbnail-counter{position:absolute;bottom:4px;right:4px;background:rgba(0,0,0,0.7);color:white;font-size:14px;font-weight:bold;padding:3px 8px;border-radius:4px;}.gallery-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:10px 0;scroll-behavior:smooth;}.thumbnail-item{flex:0 0 200px;height:90px;border-radius:12px;overflow:hidden;cursor:pointer;opacity:0.6;transition:all 0.3s ease;border:2px solid transparent;}.thumbnail-item:hover{opacity:0.9;}.thumbnail-item.active{opacity:1;border-color:#007bff;}.gallery-thumb{width:100%;height:100%;object-fit:cover;}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;z-index:2000;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;}.lightbox-img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:4px;}.lightbox-close{position:absolute;top:20px;right:30px;color:white;font-size:40px;cursor:pointer;z-index:2010;transition:color 0.3s ease;pointer-events:auto;}.lightbox-close:hover{color:#ff6b6b;}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.1);color:white;border:none;width:60px;height:60px;font-size:40px;cursor:pointer;border-radius:50%;transition:background 0.3s ease;z-index:2010;pointer-events:auto;}.lightbox-nav:hover{background:rgba(255,255,255,0.3);}.lightbox-prev{left:20px;}.lightbox-next{right:20px;}.lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:white;font-size:16px;background:rgba(0,0,0,0.5);padding:8px 16px;border-radius:20px;}@media (max-width:768px){.gallery-nav{width:40px;height:40px;font-size:24px;}.thumbnail-item{flex:0 0 80px;height:60px;}.lightbox-nav{width:44px;height:44px;font-size:28px;}.main-image-container{aspect-ratio:auto;height:auto;min-height:250px;}}@media (max-width:480px){.gallery-thumbnails{gap:8px;}.thumbnail-item{flex:0 0 80px;height:60px;}.lightbox{padding:10px;}.lightbox-img{max-width:100%;max-height:70vh;}.lightbox-nav{width:36px;height:36px;font-size:22px;}.main-image-container{min-height:200px;}}
.alean-room-popup{visibility:hidden;position:absolute;z-index:-1;}.alean-room-popup.mfp-hide{visibility:hidden;position:absolute;z-index:-1;}.alean-room-popup.alean-room-popup--active{visibility:visible;position:relative;z-index:auto;}.alean-room-categories{margin:0;overflow-x:hidden;--alean-price-accent:#9333ea;--alean-price-accent-border:#c084fc;--alean-price-accent-deep:#7c3aed;--alean-price-slider-top:#b266ff;--alean-price-slider-bottom:#9333ea;--alean-price-header-bg:#1a2035;--alean-price-header-hover:#1e253c;--alean-price-icon:#c084fc;--alean-price-chevron:#9ca3af;--alean-price-track:#e2e8f0;--alean-price-thead-text:#1e293b;--alean-price-row-alt:#f8fafc;--alean-price-text:#1f2937;--alean-price-text-muted:#4b5563;--alean-price-border-card:#f3f4f6;--alean-price-border-muted:#e5e7eb;--alean-price-border-hover:#d1d5db;--alean-price-accent-soft:#f5f3ff;--alean-price-accent-softer:#ede9fe;--tw-shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-xl:0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1);--alean-pkg-radius:1rem;--alean-rc-gray-50:#f9fafb;--alean-rc-gray-100:#f3f4f6;--alean-rc-gray-200:#e5e7eb;--alean-rc-gray-400:#9ca3af;--alean-rc-gray-500:#6b7280;--alean-rc-gray-700:#374151;--alean-rc-gray-900:#111827;--alean-rc-purple-50a:rgb(250 245 255 / 0.5);--alean-rc-white-95:rgb(255 255 255 / 0.95);--alean-rc-white-60:rgb(255 255 255 / 0.6);--alean-rc-purple-divide:rgb(243 232 255 / 0.6);}@media (min-width:768px){.alean-room-categories{--alean-pkg-radius:1.5rem;}}.alean-room-categories__title{position:relative;display:inline-block;margin-top:0;margin-bottom:1rem;padding-bottom:0.25rem;font-size:1.25rem;font-weight:700;color:var(--alean-price-thead-text);letter-spacing:-0.025em;transition:all 0.3s ease;}@media (min-width:768px){.alean-room-categories__title{margin-bottom:1.25rem;padding-bottom:0.375rem;font-size:1.5rem;}}@media (min-width:1024px){.alean-room-categories__title{font-size:1.875rem;}}.alean-room-categories__title-text{position:relative;z-index:0;}.alean-room-categories__title-line{position:absolute;bottom:0;left:0;width:2rem;height:0.25rem;border-radius:999px;background:linear-gradient(to right,var(--alean-price-accent) 0%,var(--alean-price-accent-border) 100%);transition:all 0.3s ease;}@media (min-width:768px){.alean-room-categories__title-line{width:2.5rem;}}@media (min-width:1024px){.alean-room-categories__title-line{width:3rem;}}.alean-room-categories__list{display:flex;flex-direction:column;gap:48px;overflow-x:hidden;}.alean-room-unit{display:flex;flex-direction:column;align-items:stretch;width:100%;}.alean-room-item{display:flex;flex-direction:column;padding:0;background:#fff;border:1px solid var(--alean-rc-gray-100);border-radius:1rem;flex-wrap:wrap;overflow:hidden;align-items:stretch;box-shadow:var(--tw-shadow-sm);transition:box-shadow 0.5s ease,border-color 0.25s ease;}@media (min-width:768px){.alean-room-item{border-radius:1.5rem;}.alean-room-item:hover{box-shadow:var(--tw-shadow-xl);}}.alean-room-item:active{box-shadow:var(--tw-shadow-sm);}@media (max-width:768px){.alean-room-item__gallery{flex:0 0 auto;min-height:200px;width:100%;}}.alean-room-item__gallery{flex:0 0 100%;width:100%;position:relative;overflow:hidden;cursor:pointer;z-index:0;}.alean-room-item__gallery::after{content:'';position:absolute;inset:0;z-index:2;pointer-events:none;opacity:0.9;background:linear-gradient(to bottom,rgba(0,0,0,0.4) 0%,transparent 45%,rgba(0,0,0,0.6) 100%);}.alean-room-item__gallery-overlay{position:absolute;top:0.75rem;left:0.75rem;right:0.75rem;z-index:10;pointer-events:none;}@media (min-width:768px){.alean-room-item__gallery-overlay{top:1.25rem;left:1.25rem;right:1.25rem;}}.alean-room-amenities-bar{display:inline-flex;align-items:center;max-width:100%;background:var(--alean-rc-white-95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:0.75rem;border:1px solid var(--alean-rc-white-60);box-shadow:0 4px 20px rgba(0,0,0,0.15);pointer-events:auto;}.alean-room-amenities-bar__cell{position:relative;display:flex;align-items:center;justify-content:center;}.alean-room-amenities-bar__cell + .alean-room-amenities-bar__cell{border-left:1px solid var(--alean-rc-purple-divide);}.alean-room-amenities-bar__trigger{display:flex;align-items:center;justify-content:center;padding:0.5rem;color:var(--alean-price-accent-deep);cursor:default;transition:background-color 0.3s ease;}@media (min-width:768px){.alean-room-amenities-bar__trigger{padding:0.625rem;}}.alean-room-amenities-bar__cell:first-child .alean-room-amenities-bar__trigger{border-radius:0.75rem 0 0 0.75rem;}.alean-room-amenities-bar__cell:last-child .alean-room-amenities-bar__trigger{border-radius:0 0.75rem 0.75rem 0;}.alean-room-amenities-bar__cell:first-child:last-child .alean-room-amenities-bar__trigger{border-radius:0.75rem;}.alean-room-amenities-bar__trigger:hover{background:rgb(250 245 255 / 0.8);}.alean-room-amenities-bar__trigger .fas{width:18px;height:18px;font-size:15px;line-height:18px;text-align:center;}@media (min-width:768px){.alean-room-amenities-bar__trigger .fas{width:20px;height:20px;font-size:16px;line-height:20px;}}.alean-room-amenities-bar__trigger svg{display:block;width:18px;height:18px;stroke-width:2;}@media (min-width:768px){.alean-room-amenities-bar__trigger svg{width:20px;height:20px;}}.alean-room-amenities-bar__tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%,0.25rem);margin-top:0.25rem;padding:0.25rem 0.5rem;font-size:10px;font-weight:600;color:#fff;white-space:nowrap;background:rgb(17 24 39 / 0.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:0.375rem;box-shadow:var(--tw-shadow-xl);opacity:0;visibility:hidden;transition:opacity 0.3s ease,transform 0.3s ease,visibility 0.3s;z-index:20;pointer-events:none;}@media (min-width:768px){.alean-room-amenities-bar__tooltip{padding:0.375rem 0.75rem;font-size:0.75rem;border-radius:0.5rem;}}.alean-room-amenities-bar__tooltip::before{content:'';position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:4px solid transparent;border-bottom-color:rgb(17 24 39 / 0.9);}.alean-room-amenities-bar__cell:hover .alean-room-amenities-bar__tooltip{opacity:1;visibility:visible;transform:translate(-50%,0);}.alean-room-item__gallery .alean-room-gallery,.alean-room-item__gallery .alean-room-gallery__placeholder{position:relative;z-index:1;}.alean-room-item__gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1s ease;}@media (min-width:768px){.alean-room-item:hover .alean-room-item__gallery img{transform:scale(1.1);}}.alean-room-item__info{flex:1;display:flex;flex-direction:column;padding:1rem;min-width:0;background:#fff;position:relative;}@media (min-width:640px){.alean-room-item__info{padding:1.25rem;}}@media (min-width:768px){.alean-room-item__info{padding:1.5rem;}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__info{padding:1rem;}}@media (min-width:1200px){.alean-room-item__info{padding:1.5rem;}}.alean-room-item__pricing{width:100%;flex:none;margin-top:14px;padding-top:0;border-top:none;display:none;box-sizing:border-box;}.alean-room-item > .alean-room-item__pricing{margin-top:auto;padding-top:20px;border-top:1px solid var(--alean-price-border-muted);}.alean-room-item__heading{margin-bottom:1rem;padding-right:0.5rem;}@media (min-width:768px){.alean-room-item__heading{margin-bottom:1.25rem;padding-right:2rem;}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__heading{margin-bottom:0.75rem;}}@media (min-width:1200px){.alean-room-item__heading{margin-bottom:1.25rem;}}.alean-room-item__name{margin:0 0 0.375rem 0;font-size:1.125rem;font-weight:700;line-height:1.25;letter-spacing:-0.025em;color:var(--alean-rc-gray-900);transition:color 0.3s ease;}@media (min-width:640px){.alean-room-item__name{font-size:1.25rem;margin-bottom:0.5rem;}}@media (min-width:768px){.alean-room-item__name{font-size:1.5rem;}.alean-room-item:hover .alean-room-item__name{color:var(--alean-price-accent);}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__name{font-size:1.25rem;}}@media (min-width:1200px){.alean-room-item__name{font-size:1.5rem;}}.alean-room-item:active .alean-room-item__name{color:var(--alean-price-accent);}.alean-room-item__tagline{display:block;margin:0;padding:0;font-size:0.75rem;font-weight:500;color:var(--alean-rc-gray-500);line-height:1.4;}@media (min-width:640px){.alean-room-item__tagline{font-size:0.875rem;}}.alean-room-item__specs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.375rem;margin-bottom:1rem;}@media (min-width:500px){.alean-room-item__specs-grid{grid-template-columns:repeat(4,minmax(0,1fr));}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__specs-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:0.75rem;}}@media (min-width:1200px){.alean-room-item__specs-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:1rem;}}.alean-room-item__spec{display:flex;align-items:center;gap:0.375rem;padding:0.375rem 0.5rem;background:rgb(249 250 251 / 0.8);border:1px solid var(--alean-rc-gray-100);border-radius:0.5rem;transition:background-color 0.2s ease;min-width:0;}@media (min-width:768px){.alean-room-item__spec{padding:0.5rem;gap:0.375rem;}}.alean-room-item__spec:hover{background:var(--alean-rc-purple-50a);}.alean-room-item__spec-icon{flex-shrink:0;color:var(--alean-price-accent);}.alean-room-item__spec-icon .fas{display:block;width:18px;height:18px;font-size:14px;line-height:18px;text-align:center;}@media (min-width:768px){.alean-room-item__spec-icon .fas{width:20px;height:20px;font-size:15px;line-height:20px;}}.alean-room-item__spec-icon svg{display:block;width:18px;height:18px;flex-shrink:0;}@media (min-width:768px){.alean-room-item__spec-icon svg{width:20px;height:20px;}}.alean-room-item__spec-text{display:flex;flex-direction:column;gap:0.125rem;min-width:0;font-size:11px;font-weight:500;line-height:1.25;color:var(--alean-rc-gray-700);}@media (min-width:768px){.alean-room-item__spec-text{font-size:0.75rem;}}.alean-room-item__spec-line1{display:block;}.alean-room-item__spec-line2{display:block;font-weight:400;color:var(--alean-rc-gray-400);}.alean-room-item__divider{height:1px;width:100%;margin-bottom:1rem;background:linear-gradient(to right,transparent,var(--alean-rc-gray-200),transparent);}@media (min-width:768px){.alean-room-item__divider{margin-bottom:1.5rem;}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__divider{margin-bottom:1rem;}}@media (min-width:1200px){.alean-room-item__divider{margin-bottom:1.5rem;}}.alean-room-item__footer{display:flex;flex-direction:column;align-items:flex-start;gap:0.75rem;}@media (min-width:300px){.alean-room-item__footer{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.5rem;}}@media (min-width:640px){.alean-room-item__footer{align-items:flex-center;gap:1rem;}}@media (min-width:768px){.alean-room-item__footer{gap:1.25rem;}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__footer{align-items:center;gap:0.5rem;}}@media (min-width:1200px){.alean-room-item__footer{align-items:flex-center;gap:1.25rem;}}.alean-room-item__price-block{flex-shrink:0;}.alean-room-item__price-label{display:block;margin:0 0 0.125rem 0;padding:0;font-size:10px;font-weight:500;line-height:1.25;color:var(--alean-rc-gray-500);}@media (min-width:640px){.alean-room-item__price-label{font-size:0.75rem;margin-bottom:0.25rem;}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__price-label{font-size:10px;margin-bottom:0;}}@media (min-width:1200px){.alean-room-item__price-label{font-size:0.75rem;line-height:0.5rem;}}.alean-room-item__price-br{display:inline;}@media (min-width:640px){.alean-room-item__price-br{display:none;}}.alean-room-item__price-row{display:flex;align-items:baseline;flex-wrap:nowrap;gap:0.25rem;white-space:nowrap;}@media (min-width:640px){.alean-room-item__price-row{gap:0.375rem;}}.alean-room-item__price-from{font-size:0.75rem;font-weight:500;color:var(--alean-rc-gray-400);}@media (min-width:640px){.alean-room-item__price-from{font-size:0.875rem;}}@media (min-width:768px){.alean-room-item__price-from{font-size:1rem;}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__price-from{font-size:0.75rem;}}@media (min-width:1200px){.alean-room-item__price-from{font-size:1rem;}}.alean-room-item__price-value{font-size:1.25rem;font-weight:700;letter-spacing:-0.025em;color:var(--alean-rc-gray-900);}@media (min-width:640px){.alean-room-item__price-value{font-size:1.5rem;}}@media (min-width:768px){.alean-room-item__price-value{font-size:1.875rem;}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__price-value{font-size:1.125rem;}}@media (min-width:1200px){.alean-room-item__price-value{font-size:1.875rem;}}.alean-room-item__price-curr{font-size:1rem;font-weight:700;color:var(--alean-rc-gray-900);}@media (min-width:640px){.alean-room-item__price-curr{font-size:1.125rem;}}@media (min-width:768px){.alean-room-item__price-curr{font-size:1.25rem;}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__price-curr{font-size:0.875rem;}}@media (min-width:1200px){.alean-room-item__price-curr{font-size:1.25rem;}}.alean-room-item__actions{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:0.375rem;width:100%;margin:0;padding:0;}@media (min-width:360px){.alean-room-item__actions{flex-direction:row;flex-wrap:nowrap;width:auto;gap:0.5rem;}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__actions{gap:0.375rem;}}.alean-room-item__actions .alean-room-item__more-btn{margin-top:0;}.alean-room-item__price-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.375rem;padding:0.375rem 0.5rem;background:#fff;color:var(--alean-rc-gray-700);border:2px solid var(--alean-rc-gray-200);border-radius:0.75rem;cursor:pointer;font-size:11px;font-weight:600;font-family:inherit;white-space:nowrap;transition:border-color 0.3s ease,color 0.3s ease,background 0.3s ease;}@media (min-width:450px){.alean-room-item__price-btn{gap:0.5rem;padding:0.5rem 1rem;font-size:12px;}}@media (min-width:768px){.alean-room-item__price-btn{padding:0.625rem 1.25rem;font-size:0.875rem;}.alean-room-item__price-btn:hover{border-color:var(--alean-price-accent);color:var(--alean-price-accent);background:rgb(250 245 255 / 0.5);}}.alean-room-item__price-btn[aria-expanded="true"],.alean-room-unit--pricing-open .alean-room-item__price-btn,.alean-room-item--pricing-open .alean-room-item__price-btn{border-color:var(--alean-price-accent);color:var(--alean-price-accent);background:rgb(250 245 255 / 0.5);}.alean-room-item__price-btn[aria-expanded="true"] .alean-room-item__price-btn-icon,.alean-room-unit--pricing-open .alean-room-item__price-btn .alean-room-item__price-btn-icon,.alean-room-item--pricing-open .alean-room-item__price-btn .alean-room-item__price-btn-icon{color:var(--alean-price-accent);}@media (min-width:992px) and (max-width:1199px){.alean-room-item__price-btn{padding:0.375rem 0.5rem;font-size:11px;}}@media (min-width:1200px){.alean-room-item__price-btn{padding:0.625rem 1.25rem;font-size:0.875rem;}}.alean-room-item__price-btn:active{border-color:var(--alean-price-accent);color:var(--alean-price-accent);background:rgb(250 245 255 / 0.5);}.alean-room-item__price-btn-icon{color:var(--alean-rc-gray-400);font-size:0.75rem;transition:color 0.3s ease;}@media (min-width:768px){.alean-room-item__price-btn:hover .alean-room-item__price-btn-icon{color:var(--alean-price-accent);}}.alean-room-item__price-btn:active .alean-room-item__price-btn-icon{color:var(--alean-price-accent);}.alean-room-item__price-btn[aria-expanded="true"]:active .alean-room-item__price-btn-icon{color:var(--alean-price-accent);}.alean-pricing-accordions{display:flex;flex-direction:column;gap:12px;margin:0 0 10px;padding:0;box-sizing:border-box;}.alean-package-accordion{border:1px solid var(--alean-price-border-card);border-radius:var(--alean-pkg-radius);overflow:visible;background:#fff;box-shadow:var(--tw-shadow-sm);transition:box-shadow 0.3s cubic-bezier(0.4,0,0.2,1),border-color 0.25s ease;margin:0;}.alean-package-accordion:not(.expanded) .alean-package-accordion__header{border-radius:var(--alean-pkg-radius);}.alean-package-accordion.expanded .alean-package-accordion__header{border-radius:var(--alean-pkg-radius) var(--alean-pkg-radius) 0 0;}.alean-package-accordion:hover{border-color:#e5e7eb;}.alean-package-accordion.expanded{border-color:var(--alean-price-border-card);box-shadow:var(--tw-shadow-xl);}.alean-package-accordion__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--alean-price-header-bg);color:#fff;cursor:pointer;user-select:none;transition:background 0.2s ease;overflow:hidden;}@media (min-width:768px){.alean-package-accordion__header{padding:16px 18px;}}.alean-package-accordion__header:hover{background:var(--alean-price-header-hover);}.alean-package-accordion__header::before{content:'\f236';font-family:'Font Awesome 5 Free';font-weight:900;font-size:15px;color:var(--alean-price-icon);flex-shrink:0;line-height:1;margin-top:2px;-webkit-font-smoothing:antialiased;display:none;}@media (min-width:640px){.alean-package-accordion__header::before{display:block;}}.alean-package-accordion__title{flex:1;min-width:0;font-weight:600;font-size:0.875rem;line-height:1.375;color:#fff;letter-spacing:-0.025em;}@media (min-width:768px){.alean-package-accordion__title{font-size:1rem;}}.alean-package-accordion.expanded .alean-package-accordion__title{color:#fff;}.alean-package-accordion__toggle{display:inline-flex;align-items:center;justify-content:center;font-size:10px;line-height:1;color:var(--alean-price-chevron);transition:transform 0.3s ease,color 0.2s ease;flex-shrink:0;margin-top:2px;}.alean-package-accordion.expanded .alean-package-accordion__toggle{color:var(--alean-price-chevron);transform:rotate(180deg);}.alean-package-accordion__content{display:none;padding:14px 16px 16px;background:#fff;}@media (min-width:768px){.alean-package-accordion__content{padding:16px 18px 18px;}}.alean-package-accordion.expanded .alean-package-accordion__content{display:block;border-radius:0 0 var(--alean-pkg-radius) var(--alean-pkg-radius);overflow:hidden;}.wfb-rca-mount{display:block;width:100%;max-width:100%;margin-top:1.25rem;clear:both;box-sizing:border-box;}.alean-package-accordion.expanded .alean-package-accordion__content:has(.wfb-rca-mount form){overflow:visible;}.wfb-rca-mount form.wfb-form.wfb-rca-widget{width:100%;max-width:100%;box-sizing:border-box;}.alean-placement-tabs{display:flex;flex-direction:column;gap:0.5rem;margin-bottom:10px;}@media (min-width:768px){.alean-placement-tabs{gap:0.625rem;}}.alean-pricing-content{display:flex;flex-direction:row;gap:1rem;align-items:flex-start;}@media (min-width:768px){.alean-pricing-content{gap:1.25rem;}}.alean-pricing-content .alean-placement-tabs{flex:0 0 35%;min-width:160px;max-width:100%;margin-bottom:0;}.alean-pricing-content .alean-price-periods{flex:1 1 65%;min-width:0;}@media (max-width:768px){.alean-pricing-content{flex-direction:column;gap:14px;align-items:stretch;}.alean-pricing-content .alean-placement-tabs{flex:0 0 auto;order:-1;width:100%;max-width:100%;min-width:0;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:6px;margin-bottom:0;gap:0.5rem;scrollbar-width:thin;align-self:stretch;}.alean-pricing-content .alean-price-periods{flex:0 1 auto;width:100%;max-width:100%;min-width:0;align-self:stretch;}.alean-pricing-content .alean-placement-tab{flex:0 0 225px;width:225px;padding:5px 10px;box-sizing:border-box;white-space:normal;overflow-wrap:break-word;word-break:break-word;}.alean-pricing-content .alean-placement-tab__content{min-width:0;flex:1;line-height:1.35;}}.alean-placement-tab{display:flex;align-items:center;padding:12px 14px;border:1px solid var(--alean-price-border-muted);border-radius:0.75rem;background:#fff;cursor:pointer;font-size:0.8rem;font-weight:500;color:var(--alean-price-text-muted);transition:border-color 0.2s ease,background 0.2s ease,color 0.2s ease;text-align:left;box-shadow:none;}@media (min-width:768px){.alean-placement-tab{padding:14px 16px;}}.alean-placement-tab input[type="radio"]{display:none;}.alean-placement-tab::before{content:'';width:16px;height:16px;border:2px solid #d1d5db;border-radius:50%;margin-right:10px;flex-shrink:0;transition:border-color 0.2s ease,background 0.2s ease,box-shadow 0.2s ease;background:#fff;box-sizing:border-box;}.alean-placement-tab:hover{background:#fff;border-color:var(--alean-price-border-hover);color:var(--alean-price-text-muted);}.alean-placement-tab:hover::before{border-color:#d1d5db;background:#fff;}.alean-placement-tab--active{background:#fff;border-color:var(--alean-price-accent-border);color:#111827;box-shadow:none;}.alean-placement-tab--active::before{background:#fff;border-color:var(--alean-price-accent);box-shadow:inset 0 0 0 4px var(--alean-price-accent);}.alean-placement-tab--active:hover{background:#fff;border-color:var(--alean-price-accent-border);}.alean-price-periods{border:1px solid var(--alean-price-border-card);border-radius:0.75rem;overflow:hidden;background:#fff;min-width:0;}@media (min-width:768px){.alean-price-periods{border:none;}}.alean-price-periods__header{display:flex;justify-content:space-between;padding:8px 10px;background:var(--alean-price-track);font-weight:700;font-size:10px;color:var(--alean-price-thead-text);border-bottom:none;text-transform:uppercase;letter-spacing:0.05em;}@media (min-width:768px){.alean-price-periods__header{padding:10px 12px;font-size:12px;}}.alean-price-period{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-bottom:1px solid #f3f4f6;font-size:0.75rem;transition:background 0.15s ease;white-space:nowrap;background:#fff;}@media (min-width:768px){.alean-price-period{padding:10px 12px;font-size:0.875rem;}}.alean-price-period:nth-child(even){background:#fff;}.alean-price-period:nth-child(odd){background:var(--alean-price-row-alt);}.alean-price-period:hover{filter:brightness(0.99);}.alean-price-period:last-child{border-bottom:none;}.alean-price-period__dates{color:var(--alean-price-text);font-weight:500;margin-right:16px;}.alean-price-period__price{font-weight:700;font-size:14px;color:var(--alean-price-accent);white-space:nowrap;}.alean-room-gallery{width:100%;height:200px;border-radius:4px;overflow:hidden;position:relative;}@media (min-width:640px){.alean-room-gallery{height:240px;}}@media (min-width:768px){.alean-room-gallery{height:280px;}}@media (min-width:992px) and (max-width:1199px){.alean-room-gallery{height:220px;}}@media (min-width:1200px){.alean-room-gallery{height:260px;}}.alean-room-gallery .swiper-wrapper{display:flex !important;flex-direction:row !important;overflow:hidden;width:100%;height:100%;}.alean-room-gallery__slide{width:100%;height:100%;flex-shrink:0;display:none;}.alean-room-gallery__slide:first-child,.alean-room-gallery__slide.swiper-slide-active{display:block;}.alean-room-gallery__slide img{width:100%;height:100%;min-height:200px;object-fit:cover;}@media (min-width:640px){.alean-room-gallery__slide img{min-height:240px;}}@media (min-width:768px){.alean-room-gallery__slide img{min-height:280px;}}@media (min-width:992px) and (max-width:1199px){.alean-room-gallery__slide img{min-height:220px;}}@media (min-width:1200px){.alean-room-gallery__slide img{min-height:260px;}}.alean-room-gallery__placeholder{width:100%;height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;border-radius:4px;flex-direction:column;gap:10px;}@media (min-width:640px){.alean-room-gallery__placeholder{height:240px;}}@media (min-width:768px){.alean-room-gallery__placeholder{height:280px;}}@media (min-width:992px) and (max-width:1199px){.alean-room-gallery__placeholder{height:220px;}}@media (min-width:1200px){.alean-room-gallery__placeholder{height:260px;}}.alean-room-item__more-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.625rem;margin-top:0;padding:0.375rem 0.5rem;background:linear-gradient(to right,#9333ea 0%,#7c3aed 100%);color:#fff;border:2px solid transparent;border-radius:0.75rem;cursor:pointer;font-size:11px;font-weight:600;font-family:inherit;white-space:nowrap;box-shadow:0 10px 15px -3px rgb(168 85 247 / 0.3),0 4px 6px -4px rgb(168 85 247 / 0.2);transition:transform 0.3s ease,box-shadow 0.3s ease,filter 0.3s ease,background 0.3s ease;align-self:stretch;}@media (min-width:450px){.alean-room-item__more-btn{gap:0.875rem;padding:0.5rem 1.25rem;font-size:12px;}}@media (min-width:768px){.alean-room-item__more-btn{gap:1rem;padding:0.625rem 1.5rem;font-size:0.875rem;align-self:auto;}.alean-room-item__more-btn:hover{transform:translateY(-2px);background:linear-gradient(to right,#7e22ce 0%,#6d28d9 100%);box-shadow:0 10px 15px -3px rgb(168 85 247 / 0.45),0 4px 6px -4px rgb(168 85 247 / 0.3);}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__more-btn{gap:0.625rem;padding:0.375rem 0.625rem;font-size:11px;}}@media (min-width:1200px){.alean-room-item__more-btn{gap:1rem;padding:0.625rem 1.5rem;font-size:0.875rem;}}.alean-room-item__more-btn:active{background:linear-gradient(to right,#7e22ce 0%,#6d28d9 100%);box-shadow:0 10px 15px -3px rgb(168 85 247 / 0.45),0 4px 6px -4px rgb(168 85 247 / 0.3);}.alean-room-item__more-btn-arrow{flex-shrink:0;display:inline-block;font-size:0.65rem;line-height:1;transition:transform 0.3s ease;}@media (min-width:640px){.alean-room-item__more-btn-arrow{font-size:0.75rem;}}@media (min-width:768px){.alean-room-item__more-btn-arrow{font-size:0.875rem;}.alean-room-item__more-btn:hover .alean-room-item__more-btn-arrow,.alean-room-item__more-btn:focus-visible .alean-room-item__more-btn-arrow{transform:translateX(0.25rem);}}@media (min-width:992px) and (max-width:1199px){.alean-room-item__more-btn-arrow{font-size:0.65rem;}}@media (min-width:1200px){.alean-room-item__more-btn-arrow{font-size:0.875rem;}}.alean-room-item__more-btn:active .alean-room-item__more-btn-arrow{transform:translateX(0.25rem);}.alean-room-modal-overlay{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100vw !important;height:100vh !important;z-index:2147483647 !important;background:rgb(30 41 59 / 0.6) !important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex !important;align-items:center !important;justify-content:center !important;padding:1rem;overflow-y:auto;box-sizing:border-box;}@media (min-width:640px){.alean-room-modal-overlay{padding:1.5rem;}}.alean-room-modal-overlay .alean-room-popup{margin:auto;max-height:min(90vh,100%);box-shadow:var(--tw-shadow-xl,0 25px 50px -12px rgb(0 0 0 / 0.25));}.alean-room-popup{position:relative;max-width:50rem;width:100%;margin:0 auto;padding:0;background:#fff;border-radius:2rem;overflow:hidden;border:1px solid var(--alean-rc-gray-100,#f3f4f6);font-family:inherit;--alean-popup-accent:#9333ea;--alean-popup-accent-border:#c084fc;--alean-popup-slate-title:#1e293b;}.alean-room-popup__shell{position:relative;display:flex;flex-direction:column;max-height:inherit;}.alean-room-popup__scroll{overflow-x:hidden;overflow-y:auto;max-height:min(90vh,880px);background:#f8fafc;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;}.alean-room-popup__scroll::-webkit-scrollbar{width:6px;}.alean-room-popup__scroll::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px;}.alean-room-popup__scroll::-webkit-scrollbar-thumb:hover{background-color:#94a3b8;}.alean-room-popup__visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.alean-room-popup__gallery-wrap{position:relative;flex-shrink:0;width:100%;overflow:hidden;background:#e2e8f0;}.alean-room-popup__gallery-wrap::after{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,rgb(0 0 0 / 0.3) 0%,transparent 45%,rgb(0 0 0 / 0.3) 100%);}.wfb-rcp-modal-anchor{top:0;z-index:25;padding:0.75rem 1rem 0.75rem;margin:0;background:#f1f5f9;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 12px rgb(15 23 42 / 0.06);}@media (min-width:768px){.wfb-rcp-modal-anchor{position:sticky;}}.wfb-rcp-modal-anchor .wfb-rcp-mount{min-height:1px;}.alean-room-modal-overlay .wfb-rcp-root--modal .wfb-rcp-footer{margin-top:0rem;}.alean-room-popup__close{position:absolute;top:1.25rem;right:1.25rem;z-index:50;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;color:#fff;background:rgb(0 0 0 / 0.2);border:none;border-radius:999px;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background 0.2s ease;}.alean-room-popup__close:hover{background:rgb(0 0 0 / 0.4);}.alean-room-popup__close span{font-size:1.5rem;line-height:1;font-weight:300;}.alean-room-popup__gallery-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#e2e8f0;}.alean-room-popup__gallery-empty-icon{font-size:3rem;opacity:0.5;}.alean-room-popup-gallery{inset:0;width:100%;height:100%;overflow:hidden;z-index:0;}.alean-room-popup-gallery__slide{width:100%;height:100%;flex-shrink:0;display:none;}.alean-room-popup-gallery__slide:first-child,.alean-room-popup-gallery__slide.active{display:block;}.alean-room-popup-gallery__img{display:block;width:100%;height:100%;object-fit:cover;}.alean-room-popup__sticky-booking{position:relative;z-index:40;flex-shrink:0;padding:0.75rem 1rem;background:#e2e8f0;border-bottom:1px solid var(--alean-rc-gray-200,#e5e7eb);box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.07);}@media (min-width:640px){.alean-room-popup__sticky-booking{padding:0.75rem 1.5rem;}}@media (min-width:768px){.alean-room-popup__sticky-booking{position:sticky;top:0;padding:1rem 2rem;}}.alean-room-popup__booking-fieldset{margin:0;padding:0;border:none;min-width:0;}.alean-room-popup__booking-grid{display:grid;grid-template-columns:1fr;gap:0.5rem 0.75rem;align-items:end;}@media (min-width:600px){.alean-room-popup__booking-grid{grid-template-columns:1fr 1fr;gap:0.75rem 1rem;}}.alean-room-popup__booking-field{min-width:0;}.alean-room-popup__booking-label{display:block;margin-bottom:0.375rem;font-size:0.75rem;font-weight:500;color:var(--alean-rc-gray-500,#4b5563);}.alean-room-popup__booking-dates{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0.25rem;background:#fff;border:1px solid var(--alean-rc-gray-200,#e5e7eb);border-radius:0.75rem;overflow:hidden;}@media (min-width:350px){.alean-room-popup__booking-dates{flex-direction:row;align-items:center;min-height:38px;padding:0 0.5rem;}}@media (min-width:768px){.alean-room-popup__booking-dates{min-height:42px;}}.alean-room-popup__booking-date-cell{display:flex;align-items:center;flex:1;min-width:0;padding:0.375rem 0.5rem;}@media (min-width:350px){.alean-room-popup__booking-date-cell{padding:0;}}.alean-room-popup__booking-date-prefix{flex-shrink:0;width:1.25rem;font-size:0.625rem;color:#9ca3af;}@media (min-width:350px){.alean-room-popup__booking-date-prefix{display:none;}}.alean-room-popup__booking-dash{display:none;color:#9ca3af;flex-shrink:0;padding:0 0.25rem;}@media (min-width:350px){.alean-room-popup__booking-dash{display:block;}}.alean-room-popup__booking-input{box-sizing:border-box;width:100%;height:42px;padding:0 0.75rem;font-size:0.875rem;font-weight:500;color:#111827;background:#fff;border:1px solid var(--alean-rc-gray-200,#e5e7eb);border-radius:0.75rem;}.alean-room-popup__booking-input:disabled{background:#fff;opacity:1;cursor:not-allowed;}.alean-room-popup__booking-input--date{height:auto;min-height:36px;padding:0.25rem 0;border:none;border-radius:0;font-size:0.8125rem;background:transparent;outline:none;color:#111827;font-weight:500;}.alean-room-popup__booking-input--date:disabled{pointer-events:none;cursor:not-allowed;}@media (min-width:350px){.alean-room-popup__booking-input--date{min-height:0;height:100%;max-width:120px;}}.alean-room-popup__booking-guest-toggle{display:flex;align-items:center;justify-content:space-between;height:42px;padding:0 0.75rem;font-size:0.875rem;font-weight:500;color:#111827;background:#fff;border:1px solid var(--alean-rc-gray-200,#e5e7eb);border-radius:0.75rem;}.alean-room-popup__booking-guest-toggle[aria-disabled="true"]{pointer-events:none;}.alean-room-popup__booking-chevron{width:1.125rem;height:1.125rem;color:#6b7280;display:block;}.alean-room-popup__booking-submit{width:100%;height:42px;margin:0;font-size:0.875rem;font-weight:500;color:#fff;background:#9333ea;border:none;border-radius:0.75rem;cursor:pointer;opacity:1;transition:background-color 0.2s ease,filter 0.2s ease;}.alean-room-popup__booking-submit:hover{background:#7e22ce;}.alean-room-popup__booking-submit:disabled{opacity:1;cursor:pointer;background:#9333ea;filter:none;}.alean-room-popup__booking-consent{display:flex;align-items:flex-start;gap:0.5rem;margin-top:0.5rem;font-size:0.75rem;color:var(--alean-rc-gray-500,#6b7280);cursor:default;}.alean-room-popup__booking-checkbox{margin-top:0.125rem;flex-shrink:0;}.alean-room-popup__booking-consent-link{color:#9333ea;text-decoration:underline;}.alean-room-popup__booking-consent-link:hover{color:#7e22ce;}.alean-room-popup__body{padding:1.5rem;}@media (min-width:768px){.alean-room-popup__body{padding:2rem;padding-top:1.5rem;}}.alean-room-popup__head-row{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.5rem;}@media (min-width:768px){.alean-room-popup__head-row{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;}}.alean-room-popup__titles{flex:1;min-width:0;padding-right:0;}@media (min-width:768px){.alean-room-popup__titles{padding-right:1rem;}}.alean-room-popup__title{margin:0 0 0.5rem 0;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#111827;}@media (min-width:768px){.alean-room-popup__title{font-size:1.875rem;}}.alean-room-popup__subtitle{margin:0;font-size:0.875rem;font-weight:500;color:var(--alean-rc-gray-500,#6b7280);}.alean-room-popup__price-card{flex-shrink:0;width:100%;padding:0.75rem;text-align:left;background:rgb(250 245 255 / 0.5);border:1px solid #f3e8ff;border-radius:1rem;box-sizing:border-box;}@media (min-width:768px){.alean-room-popup__price-card{width:auto;min-width:11rem;padding:0.75rem 1.25rem;text-align:right;}}.alean-room-popup__price-card-label{margin-bottom:0.125rem;font-size:0.75rem;font-weight:500;color:var(--alean-rc-gray-500,#6b7280);}.alean-room-popup__price-card-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.375rem;}@media (min-width:768px){.alean-room-popup__price-card-row{justify-content:flex-end;}}.alean-room-popup__price-card-from{font-size:0.875rem;font-weight:500;color:#9ca3af;}.alean-room-popup__price-card-value{font-size:1.5rem;font-weight:700;letter-spacing:-0.025em;color:var(--alean-popup-accent);}@media (min-width:768px){.alean-room-popup__price-card-value{font-size:1.875rem;}}.alean-room-popup__price-card-curr{font-size:1.125rem;font-weight:700;color:var(--alean-popup-accent);}@media (min-width:768px){.alean-room-popup__price-card-curr{font-size:1.25rem;}}.alean-room-popup__stats{display:grid;grid-template-columns:1fr;gap:0.5rem;margin-bottom:1.5rem;}@media (min-width:360px){.alean-room-popup__stats{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (min-width:640px){.alean-room-popup__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:0.75rem;}}@media (min-width:768px){.alean-room-popup__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:0.5rem;}}@media (min-width:992px){.alean-room-popup__stats{gap:0.75rem;}}.alean-room-popup__stat{display:flex;align-items:center;gap:0.5rem;padding:0.5rem;background:rgb(249 250 251 / 0.8);border:1px solid var(--alean-rc-gray-100,#f3f4f6);border-radius:0.75rem;transition:background-color 0.2s ease;}@media (min-width:640px){.alean-room-popup__stat{gap:0.75rem;padding:0.75rem;}}@media (min-width:768px){.alean-room-popup__stat{gap:0.5rem;padding:0.5rem;}}@media (min-width:992px){.alean-room-popup__stat{gap:0.75rem;padding:0.75rem;}}.alean-room-popup__stat:hover{background:rgb(250 245 255 / 0.5);}.alean-room-popup__stat-icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0.375rem;color:#7c3aed;background:#fff;border:1px solid #ede9fe;border-radius:0.5rem;box-shadow:var(--tw-shadow-sm,0 1px 2px rgb(0 0 0 / 0.05));}@media (min-width:640px){.alean-room-popup__stat-icon-wrap{padding:0.5rem;}}@media (min-width:768px){.alean-room-popup__stat-icon-wrap{padding:0.375rem;}}@media (min-width:992px){.alean-room-popup__stat-icon-wrap{padding:0.5rem;}}.alean-room-popup__stat-icon-wrap .alean-room-popup__stat-svg{display:block;width:1.125rem;height:1.125rem;flex-shrink:0;color:#7c3aed;}@media (min-width:640px){.alean-room-popup__stat-icon-wrap .alean-room-popup__stat-svg{width:1.25rem;height:1.25rem;}}@media (min-width:992px){.alean-room-popup__stat-icon-wrap .alean-room-popup__stat-svg{width:1.375rem;height:1.375rem;}}.alean-room-popup__furnish-alert .alean-room-popup__furnish-info-svg{display:block;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:0.125rem;color:#9ca3af;}.alean-room-popup__stat-text{display:flex;flex-direction:column;gap:0.125rem;min-width:0;}.alean-room-popup__stat-title{font-size:0.75rem;font-weight:700;line-height:1.25;color:#111827;}@media (min-width:640px){.alean-room-popup__stat-title{font-size:0.875rem;}}@media (min-width:768px){.alean-room-popup__stat-title{font-size:0.75rem;}}@media (min-width:992px){.alean-room-popup__stat-title{font-size:0.875rem;}}.alean-room-popup__stat-sub{font-size:0.625rem;line-height:1.25;color:var(--alean-rc-gray-500,#6b7280);}@media (min-width:640px){.alean-room-popup__stat-sub{font-size:0.75rem;}}@media (min-width:768px){.alean-room-popup__stat-sub{font-size:0.625rem;}}@media (min-width:992px){.alean-room-popup__stat-sub{font-size:0.75rem;}}.alean-room-popup__furnish{margin-bottom:1.5rem;}.alean-room-popup__furnish-title{position:relative;display:inline-block;margin:0 0 1rem 0;padding-bottom:0.5rem;font-size:1.25rem;font-weight:700;letter-spacing:-0.025em;color:var(--alean-popup-slate-title);}.alean-room-popup__furnish-title-line{position:absolute;bottom:0;left:0;width:2rem;height:0.25rem;border-radius:999px;background:linear-gradient(to right,var(--alean-popup-accent),var(--alean-popup-accent-border));}.alean-room-popup__furnish-alert{display:flex;align-items:flex-start;gap:0.75rem;margin-bottom:1.25rem;padding:0.875rem;font-size:0.875rem;line-height:1.625;color:var(--alean-rc-gray-500,#6b7280);background:#f9fafb;border:1px solid var(--alean-rc-gray-100,#f3f4f6);border-radius:0.75rem;}.alean-room-popup__furnish-alert-icon{flex-shrink:0;margin-top:0.125rem;color:#9ca3af;}.alean-room-popup__furnish-alert-text{margin:0;padding:0;}.alean-room-popup__furnish-cards{display:flex;flex-direction:column;gap:1rem;}.alean-room-popup__furnish-card{padding:1.25rem;background:#fff;border:1px solid var(--alean-rc-gray-100,#f3f4f6);border-radius:1rem;box-shadow:var(--tw-shadow-sm,0 1px 2px rgb(0 0 0 / 0.05));transition:box-shadow 0.2s ease;}.alean-room-popup__furnish-card:hover{box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.08);}.alean-room-popup__furnish-card-title{display:flex;align-items:center;gap:0.5rem;margin:0 0 1rem 0;font-size:1rem;font-weight:700;color:#111827;}.alean-room-popup__furnish-dot{width:0.5rem;height:0.5rem;border-radius:999px;background:var(--alean-popup-accent);flex-shrink:0;}.alean-room-popup__furnish-card-desc{margin:0 0 0.75rem 0;font-size:0.875rem;color:var(--alean-rc-gray-500,#6b7280);}.alean-room-popup__furnish-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;gap:0.75rem;}@media (min-width:640px){.alean-room-popup__furnish-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;}}.alean-room-popup__furnish-item{display:flex;align-items:flex-start;gap:0.75rem;font-size:0.875rem;color:var(--alean-rc-gray-500,#6b7280);}.alean-room-popup__furnish-bullet{flex-shrink:0;width:0.375rem;height:0.375rem;margin-top:0.375rem;border-radius:999px;background:#e9d5ff;}.alean-room-popup__furnish-item-text{line-height:1.625;min-width:0;}.alean-room-popup__furnish-strong{font-weight:500;color:rgb(75 85 99);}.alean-room-gallery .swiper-button-prev,.alean-room-gallery .swiper-button-next,.alean-room-popup-gallery .swiper-button-prev,.alean-room-popup-gallery .swiper-button-next{color:#fff;background:rgba(0,0,0,0.3);width:32px;height:32px;border-radius:50%;}.alean-room-popup-gallery .swiper-button-prev,.alean-room-popup-gallery .swiper-button-next{position:absolute !important;top:50% !important;transform:translateY(-50%) !important;width:2.75rem !important;height:2.75rem !important;padding:0 !important;margin:0 !important;background:rgb(255 255 255 / 0.2) !important;-webkit-backdrop-filter:blur(12px) !important;backdrop-filter:blur(12px) !important;border-radius:50% !important;cursor:pointer !important;z-index:10 !important;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:none !important;border:none !important;transition:background 0.2s ease,transform 0.2s ease !important;}.alean-room-popup-gallery .swiper-button-prev{left:1.25rem !important;}.alean-room-popup-gallery .swiper-button-next{right:1.25rem !important;}.alean-room-popup-gallery .swiper-button-prev:hover,.alean-room-popup-gallery .swiper-button-next:hover{background:rgb(255 255 255 / 0.35) !important;transform:translateY(-50%) scale(1.05) !important;}.alean-room-popup-gallery .swiper-button-prev::before,.alean-room-popup-gallery .swiper-button-next::before{color:#fff !important;font-size:1.25rem !important;font-weight:bold !important;}.alean-room-popup-gallery .swiper-button-prev::before{content:'❮' !important;}.alean-room-popup-gallery .swiper-button-next::before{content:'❯' !important;}.alean-room-popup-gallery .swiper-button-prev::after,.alean-room-popup-gallery .swiper-button-next::after{display:none !important;}.alean-room-popup-gallery .swiper-pagination{position:absolute !important;bottom:1.25rem !important;left:0 !important;right:0 !important;display:flex !important;justify-content:center !important;gap:0.5rem !important;z-index:10 !important;pointer-events:auto !important;}.alean-room-popup-gallery .swiper-pagination-bullet{width:0.625rem !important;height:0.625rem !important;border-radius:50% !important;background:rgb(255 255 255 / 0.4) !important;cursor:pointer !important;opacity:1 !important;margin:0 !important;pointer-events:auto !important;box-shadow:0 1px 2px rgb(0 0 0 / 0.08) !important;}.alean-room-popup-gallery .swiper-pagination-bullet-active{background:#fff !important;transform:scale(1.15) !important;}.alean-room-pricing{margin-top:20px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;}.alean-room-pricing__tabs{display:flex;border-bottom:1px solid #e0e0e0;background:#f8f9fa;}.alean-room-pricing__tab{flex:1;padding:12px 20px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;color:#666;transition:all 0.2s ease;text-align:center;}.alean-room-pricing__tab:hover{background:#e9ecef;color:#333;}.alean-room-pricing__tab--active{background:#fff;color:#e74c3c;border-bottom:2px solid #e74c3c;}.alean-room-pricing__tab--active:hover{background:#fff;}.alean-room-pricing__content{padding:20px;background:#fff;display:none;}.alean-room-pricing__content--active{display:block;}.alean-price-table{width:100%;border-collapse:collapse;font-size:14px;}.alean-price-table th,.alean-price-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #e0e0e0;}.alean-price-table th{background:#f8f9fa;font-weight:600;color:#333;font-size:13px;text-transform:uppercase;}.alean-price-table tr:last-child td{border-bottom:none;}.alean-price-table tbody tr:hover{background:#f8f9fa;}.alean-price-table__period{display:flex;flex-direction:column;gap:4px;}.alean-price-table__period-dates{font-weight:500;color:#333;}.alean-price-table__period-nights{font-size:12px;color:#888;}.alean-price-table__price{font-weight:700;color:#e74c3c;font-size:16px;}.alean-price-table__price--old{text-decoration:line-through;color:#999;font-size:14px;font-weight:500;}.alean-price-table__price-currency{font-size:12px;color:#666;font-weight:500;}.alean-price-table__placement{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;}.alean-price-table__placement--single{background:#e3f2fd;color:#1565c0;}.alean-price-table__placement--double{background:#e8f5e9;color:#2e7d32;}.alean-price-table__placement--extra{background:#fff3e0;color:#ef6c00;}.alean-price-table__packet{font-size:13px;color:#666;}.alean-price-table__discount{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#4caf50;color:#fff;border-radius:4px;font-size:11px;font-weight:600;margin-left:8px;}.alean-price-table__promo{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#ff9800;color:#fff;border-radius:4px;font-size:11px;font-weight:600;}.alean-price-cards{display:flex;flex-direction:column;gap:15px;}.alean-price-card{padding:15px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;}.alean-price-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e0e0e0;}.alean-price-card__placement{font-weight:600;color:#333;}.alean-price-card__packet{font-size:13px;color:#666;margin-bottom:12px;}.alean-price-card__period{font-size:13px;color:#666;margin-bottom:8px;}.alean-price-card__price{font-size:20px;font-weight:700;color:#e74c3c;}.alean-price-card__price--old{font-size:14px;text-decoration:line-through;color:#999;font-weight:500;}.alean-price-card__discount{margin-left:8px;font-size:12px;}.alean-price-season{margin-bottom:20px;}.alean-price-season__title{font-size:14px;font-weight:600;color:#333;margin-bottom:12px;padding:8px 12px;background:#f0f0f0;border-radius:4px;}.alean-price-season__title--summer{background:#fff3e0;color:#e65100;}.alean-price-season__title--winter{background:#e3f2fd;color:#1565c0;}.alean-price-season__title--peak{background:#ffebee;color:#c62828;}.alean-room-pricing__empty{padding:40px;text-align:center;color:#888;}.alean-room-pricing__program{font-size:13px;color:#666;margin-bottom:8px;font-style:italic;}.alean-price-accordion{border-bottom:1px solid #e0e0e0;}.alean-price-accordion__header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background:#f5f5f5;cursor:pointer;user-select:none;}.alean-price-accordion__header:hover{background:#eee;}.alean-price-accordion__title{font-weight:600;color:#333;}.alean-price-accordion__toggle{font-size:10px;color:#666;transition:transform 0.2s;}.alean-price-accordion.expanded .alean-price-accordion__toggle{transform:rotate(180deg);}.alean-price-accordion__content{display:none;padding:15px;background:#fff;}.alean-price-accordion.expanded .alean-price-accordion__content{display:block;}.alean-price-placements{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap;}.alean-price-placement__tab{padding:6px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:0.8rem;color:#666;transition:all 0.2s;}.alean-price-placement__tab:hover{background:#f5f5f5;}.alean-price-placement__tab--active{background:#e74c3c;color:#fff;border-color:#e74c3c;}.alean-price-view-tabs{position:relative;display:flex;gap:0;width:100%;max-width:100%;margin-bottom:1rem;padding:4px;box-sizing:border-box;background:var(--alean-price-track);border-radius:999px;box-shadow:inset 0 2px 4px rgba(0,0,0,0.06);}@media (min-width:768px){.alean-price-view-tabs{margin-bottom:1.25rem;}}.alean-price-view-tabs__slider{position:absolute;top:4px;right:auto;bottom:4px;left:4px;width:calc(50% - 4px);border-radius:999px;background:linear-gradient(to bottom,var(--alean-price-slider-top) 0%,var(--alean-price-slider-bottom) 100%);box-shadow:0 4px 12px rgba(147,51,234,0.3),inset 0 2px 2px rgba(255,255,255,0.2);transition:transform 0.3s ease-in-out;pointer-events:none;z-index:0;will-change:transform;}.alean-price-view-tabs[data-active-view="person"] .alean-price-view-tabs__slider{transform:translateX(0);}.alean-price-view-tabs[data-active-view="room"] .alean-price-view-tabs__slider{transform:translateX(calc(100% + 0px));}.alean-price-view-tab{position:relative;z-index:2;flex:1;padding:6px 10px;border:none;border-radius:999px;background:transparent;cursor:pointer;font-size:0.75rem;font-weight:500;color:var(--alean-price-text-muted);transition:color 0.25s ease;font-family:inherit;box-shadow:none;}@media (min-width:768px){.alean-price-view-tab{padding:6px 12px;font-size:0.875rem;}}.alean-price-view-tab:not(.alean-price-view-tab--active):hover{color:var(--alean-price-text-muted);}.alean-price-view-tab--active,.alean-price-view-tab--active:hover{color:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,0.06));}.alean-price-grid{border:1px solid #eee;border-radius:4px;overflow:hidden;}.alean-price-grid__header{display:flex;justify-content:space-between;padding:8px 12px;background:#f9f9f9;font-weight:600;font-size:12px;color:#666;border-bottom:1px solid #eee;}.alean-price-grid__row{display:flex;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #f0f0f0;font-size:13px;}.alean-price-grid__row:last-child{border-bottom:none;}.alean-price-grid__period{color:#666;}.alean-price-grid__price{font-weight:700;color:#e74c3c;}.alean-price-empty{padding:20px;text-align:center;color:#999;font-size:13px;}.alean-price-placement-content{display:none;}.alean-price-placement-content--active{display:block;}@media (max-width:768px){.alean-price-periods__header,.alean-price-period{padding:10px 8px;font-size:12px;}.alean-room-popup{max-width:100%;border-radius:1.25rem;}.alean-room-popup-gallery .swiper-button-prev,.alean-room-popup-gallery .swiper-button-next{width:2.25rem !important;height:2.25rem !important;}.alean-room-pricing__tabs{flex-direction:column;}.alean-room-pricing__tab{padding:10px 15px;text-align:left;border-bottom:1px solid #e0e0e0;}.alean-room-pricing__tab--active{border-bottom:1px solid #e0e0e0;border-left:3px solid #e74c3c;}.alean-price-table{display:none;}.alean-price-cards{display:flex;}.alean-price-placements,.alean-price-view-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px;}.alean-price-placement__tab,.alean-price-view-tab{white-space:nowrap;flex-shrink:0;}}@media (max-width:480px){.alean-room-popup-gallery .swiper-button-prev,.alean-room-popup-gallery .swiper-button-next{width:2rem !important;height:2rem !important;}}@media (min-width:769px){.alean-price-table{display:table;}.alean-price-cards{display:none;}}@media (min-width:992px) and (max-width:1199px){.alean-room-categories{--alean-pkg-radius:1.25rem;margin:24px 0;}.alean-room-categories__list{gap:32px;}.alean-room-categories__title{font-size:1.5rem;margin-bottom:1.25rem;}.alean-pricing-content{gap:0.75rem;}.alean-pricing-content .alean-placement-tabs{flex:0 0 40%;min-width:132px;}.alean-pricing-content .alean-price-periods{flex:1 1 70%;}.alean-package-accordion__header{padding:12px 14px;}.alean-package-accordion__content{padding:12px 14px 14px;}.alean-package-accordion__title{font-size:0.875rem;}.alean-placement-tabs{gap:0.4rem;}.alean-placement-tab{padding:10px 12px;font-size:0.75rem;}.alean-price-view-tabs{margin-bottom:0.875rem;}.alean-price-view-tab{padding:5px 8px;font-size:0.7rem;}.alean-price-periods__header{padding:8px 10px;font-size:11px;}.alean-price-period{padding:8px 10px;font-size:0.8125rem;}.alean-price-period__price{font-size:13px;}}
.hom-sticky-nav{padding:20px 0;position:sticky;top:0;transition:box-shadow 0.25s ease;}.hom-container{width:100%;margin:0 auto;}.hom-shell{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px rgb(0 0 0 / 0.05);}.hom-nav{display:flex;align-items:center;justify-content:flex-start;overflow-x:auto;scroll-behavior:smooth;padding:8px;gap:8px;}.hom-item{display:inline-flex;align-items:center;gap:8px;padding:15px 14px;border-radius:12px;text-decoration:none;font-size:14px;line-height:1.2;font-weight:600;color:#374151;white-space:nowrap;transition:color 0.2s ease,background-color 0.2s ease;}.hom-item__icon{display:inline-flex;align-items:center;flex-shrink:0;}.hom-item .hom-lucide{width:1rem;height:1rem;color:#a855f7;stroke:currentColor;}.hom-item:hover{color:#111827;background:#f9fafb;text-decoration:none;}.hom-item:focus,.hom-item:focus-visible,.hom-item:active{text-decoration:none;}.hom-item:hover .hom-lucide,.hom-item.is-active .hom-lucide{color:#a855f7;}.hom-item.is-active{color:#1f2937;background:#f9fafb;}.hom-separator{width:1px;height:20px;background:#e5e7eb;flex:0 0 auto;}.hom-scroll{position:absolute;top:0;bottom:0;width:55px;display:flex;align-items:center;z-index:10;opacity:1;transition:opacity 0.25s ease;}.hom-scroll.is-hidden{opacity:0;pointer-events:none;}.hom-scroll--left{left:0;justify-content:flex-start;background:linear-gradient(to right,#fff,rgb(255 255 255 / 0.9),rgb(255 255 255 / 0));}.hom-scroll--right{right:0;justify-content:flex-end;background:linear-gradient(to left,#fff,rgb(255 255 255 / 0.9),rgb(255 255 255 / 0));}.hom-scroll-btn{border:0;background:transparent;color:#9333ea;width:100%;height:100%;cursor:pointer;transition:transform 0.2s ease,color 0.2s ease;}.hom-scroll-btn:hover{color:#7e22ce;transform:scale(1.08);}.hom-scroll--left .hom-scroll-btn{padding:0 16px 0 8px;}.hom-scroll--right .hom-scroll-btn{padding:0 8px 0 16px;}.hom-scroll-btn .hom-lucide--scroll{width:1.125rem;height:1.125rem;display:block;stroke:currentColor;}.hide-scrollbar::-webkit-scrollbar{display:none;}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none;}@media (min-width:992px){.hom-item{font-size:16px;}}
.mt-page-section{margin-top:1.5rem;}.mt-prices{width:100%;}.mt-prices-nav{margin:0 0 3.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,17.5rem),1fr));gap:0.65rem 0.75rem;align-items:stretch;}.mt-prices-nav__link{display:flex;align-items:flex-start;gap:0.62rem;width:100%;min-width:0;max-width:100%;box-sizing:border-box;padding:0.62rem 0.95rem;border-radius:0.72rem;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:0.88rem;font-weight:500;line-height:1.35;text-decoration:none;transition:color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease;white-space:normal;overflow:visible;text-overflow:clip;}.mt-prices-nav__label{flex:1 1 auto;min-width:0;word-break:break-word;overflow-wrap:anywhere;white-space:normal;overflow:visible;text-overflow:clip;text-decoration:none;}.mt-prices-nav__link:hover{color:#6d28d9;border-color:#c4b5fd;box-shadow:0 1px 4px rgb(148 163 184 / 0.22);text-decoration:none;}.mt-prices-nav__link:hover .mt-prices-nav__label{text-decoration:none;}.mt-prices-nav__link--promo{background:linear-gradient(90deg,#fffbeb 0%,#fff 100%);border-color:#fcd34d;color:#374151;}.mt-prices-nav__link--promo:hover{color:#92400e;border-color:#f59e0b;text-decoration:none;}.mt-prices-nav__link--promo:hover .mt-prices-nav__label{text-decoration:none;}.mt-prices-nav__link:focus,.mt-prices-nav__link:focus-visible{text-decoration:none;}.mt-price-icon--nav{width:1rem;height:1rem;margin-top:0.1rem;flex-shrink:0;transition:transform 0.2s ease;}.mt-prices-nav__link--default .mt-price-icon--nav{color:#7c3aed;}.mt-prices-nav__link--promo .mt-price-icon--nav{color:#f59e0b;}.mt-prices-nav__link:hover .mt-price-icon--nav{transform:scale(1.1);}.mt-prices__head{margin-bottom:2rem;padding-left:0.25rem;}.mt-prices__title{position:relative;display:inline-block;margin:0;padding-bottom:0.4rem;color:#1e293b;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.35rem,2.8vw,2.2rem);font-weight:700;letter-spacing:0.01em;}.mt-prices__title-line{position:absolute;left:0;bottom:0;width:3rem;height:0.24rem;border-radius:999px;background:linear-gradient(90deg,#9333ea 0%,#c084fc 100%);}.mt-price-program{margin-bottom:3rem;}.mt-price-program__hero{position:relative;overflow:hidden;margin-bottom:2rem;padding:1.5rem;border-radius:1.25rem;box-shadow:0 1px 2px 0 rgba(0,0,0,0.05);}.mt-price-program__hero--default{background:linear-gradient(135deg,#9333ea 0%,#7c3aed 100%);color:#fff;}.mt-price-program__hero--promo{background:linear-gradient(135deg,#ffc42a 0%,#f59e0b 100%);color:#111827;}.mt-price-program__bg-bubble{position:absolute;border-radius:999px;pointer-events:none;background:rgba(255,255,255,0.16);}.mt-price-program__bg-bubble--one{top:-20px;right:-24px;width:128px;height:128px;filter:blur(26px);}.mt-price-program__bg-bubble--two{right:80px;bottom:-12px;width:96px;height:96px;filter:blur(16px);}.mt-price-program__hero-content{position:relative;z-index:1;}.mt-price-program__badge{display:inline-flex;align-items:center;gap:0.45rem;padding:0.35rem 0.7rem;border-radius:999px;margin-bottom:0.75rem;font-size:0.68rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;}.mt-price-program__hero--default .mt-price-program__badge{background:rgba(255,255,255,0.22);color:#fff;}.mt-price-program__hero--promo .mt-price-program__badge{background:rgba(255,255,255,0.52);color:#111827;}.mt-price-program__name{margin:0 0 0.45rem;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.5rem,3.6vw,2rem);line-height:1.2;font-weight:700;white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;overflow-wrap:anywhere;}.mt-price-program__hero--default .mt-price-program__name{color:#fff;}.mt-price-program__hero--promo .mt-price-program__name{font-size:clamp(1.5rem,3.6vw,2rem);color:#111827;}.mt-price-program__desc{margin:0;max-width:58rem;font-size:1rem;line-height:1.45;}.mt-price-program__hero--default .mt-price-program__desc{color:#ede9fe;}.mt-price-program__hero--promo .mt-price-program__desc{color:#1f2937;}.mt-room-card{margin-bottom:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;overflow:hidden;box-shadow:0 1px 2px 0 rgba(0,0,0,0.05);transition:box-shadow 0.2s ease;}.mt-room-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);}.mt-room-card__head{display:flex;align-items:center;gap:0.75rem;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;border-left:4px solid #9333ea;}.mt-room-card--promo .mt-room-card__head{border-left-color:#ffc42a;}.mt-room-card__icon-wrap{width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#faf5ff;color:#9333ea;flex-shrink:0;}.mt-room-card--promo .mt-room-card__icon-wrap{background:#fffbeb;color:#d97706;}.mt-room-card__title{margin:0;color:#111827;font-size:1.2rem;font-weight:700;}.mt-room-card__table-wrap{overflow-x:auto;}.mt-room-table{width:100%;min-width:800px;border-collapse:separate;border-spacing:0;color:#374151;}.mt-room-table th,.mt-room-table td{padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;}.mt-room-table thead th{text-align:center;font-size:0.86rem;font-weight:700;color:#581c87;background:rgb(250 245 255 / 0.5);border-bottom-color:rgba(233,213,255,0.8);white-space:nowrap;}.mt-room-card--promo .mt-room-table thead th{color:#78350f;background:rgba(254,243,199,0.55);border-bottom-color:rgba(253,230,138,0.8);}.mt-room-table__sticky-col{position:sticky;left:0;z-index:2;width:16rem;min-width:16rem;text-align:left !important;background-color:#fff;box-shadow:1px 0 0 #e5e7eb;}.mt-room-table thead .mt-room-table__sticky-col{z-index:4;text-transform:uppercase;letter-spacing:0.05em;background-color:#faf5ff;box-shadow:1px 0 0 #e9d5ff;}.mt-room-card--promo .mt-room-table thead .mt-room-table__sticky-col{background-color:#fffbeb;box-shadow:1px 0 0 #fde68a;}.mt-room-table__date-top,.mt-room-table__date-bottom{display:block;color:#111827;font-weight:700;font-size:0.75rem;}.mt-room-table__date-sep{display:block;color:#c4b5fd;font-size:0.62rem;line-height:1.1;}.mt-room-card--promo .mt-room-table__date-sep{color:#f59e0b;}.mt-room-table__placing-main{color:#111827;font-size:14px;font-weight:600;line-height:1.25;}.mt-room-table__placing-sub{margin-top:0.22rem;color:#6b7280;font-size:0.68rem;font-weight:500;text-transform:uppercase;letter-spacing:0.025em;}.mt-room-table__price-cell{text-align:center;color:#111827;font-size:1rem;font-weight:700;white-space:nowrap;}.mt-room-table__rub{color:#9ca3af;font-size:0.75rem;font-weight:500;}.mt-room-table__price-cell.is-empty{color:#9ca3af;font-weight:500;}.mt-room-table tbody tr:hover td{background-color:rgb(250 245 255 / 0.5);}.mt-room-card--promo .mt-room-table tbody tr:hover td{background-color:rgba(254,243,199,0.45);}.mt-room-table tbody tr:hover .mt-room-table__sticky-col{background-color:#f5f3ff;}.mt-room-card--promo .mt-room-table tbody tr:hover .mt-room-table__sticky-col{background-color:#fff7ed;}.mt-price-icon{display:inline-block;width:1rem;height:1rem;}.mt-price-icon--sm{width:0.9rem;height:0.9rem;}.mt-price-icon--bed{width:1rem;height:1rem;}.mt-contact-form{margin-bottom:1rem;}.mt-contact-how-to-reach{margin-top:0rem;}.mt-booking-options{display:grid;gap:1rem;}.mt-booking-option{border:1px solid #ddd;padding:0.75rem;}.mt-album-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}.mt-album-item{display:block;border:1px solid #ddd;border-radius:6px;overflow:hidden;text-decoration:none;}.mt-album-item img{display:block;width:100%;height:220px;object-fit:cover;}.mt-album-popup{display:none;position:fixed;inset:0;width:100vw;height:100vh;align-items:center;justify-content:center;}.mt-album-popup.is-open{display:flex;}.mt-album-overlay{position:fixed;inset:0;width:100vw;height:100vh;z-index:2147483647;background:rgba(0,0,0,0.8);display:flex;align-items:center;justify-content:center;}.mt-album-popup-image{max-width:min(92vw,1200px);max-height:86vh;width:auto;height:auto;object-fit:contain;}.mt-album-popup-close,.mt-album-popup-prev,.mt-album-popup-next{position:absolute;border:0;background:rgba(0,0,0,0.55);color:#fff;cursor:pointer;font-size:28px;line-height:1;padding:8px 12px;z-index:2147483648;}.mt-album-popup-close{top:16px;right:20px;}.mt-album-popup-prev{left:24px;top:50%;transform:translateY(-50%);}.mt-album-popup-next{right:24px;top:50%;transform:translateY(-50%);}body.mt-album-popup-open{overflow:hidden;}@media (max-width:1024px){.mt-album-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:768px){.mt-price-program__hero{padding:1.2rem;border-radius:1rem;}.mt-room-card{border-radius:1rem;}.mt-room-card__head{padding:0.9rem 1rem;}.mt-room-table th,.mt-room-table td{padding:0.85rem 0.95rem;}.mt-room-table__sticky-col{width:13.5rem;min-width:13.5rem;}}@media (max-width:640px){.mt-album-grid{grid-template-columns:1fr;}.mt-prices__head{margin-bottom:1.35rem;}}
form.wfb-form.wfb-sticky-widget,form.wfb-form.wfb-rca-widget{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;}#wfb-toast-container{position:fixed;bottom:1rem;left:50%;transform:translateX(-50%) translateY(2rem);z-index:2147483647;width:calc(100% - 2rem);max-width:28rem;opacity:0;pointer-events:none;transition:opacity 0.3s ease,transform 0.3s ease;}#wfb-toast-container.wfb-toast-visible{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto;}#wfb-toast-content{display:flex;align-items:flex-start;gap:0.75rem;padding:0.75rem 1rem;border-radius:1rem;border-width:1px;border-style:solid;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1);width:100%;box-sizing:border-box;}#wfb-toast-content.wfb-toast-error{background-color:#fef2f2;border-color:#fecaca;color:#991b1b;}#wfb-toast-content.wfb-toast-success{background-color:#ecfdf5;border-color:#a7f3d0;color:#065f46;}#wfb-toast-icon{margin-top:0.125rem;flex-shrink:0;}#wfb-toast-icon svg{display:block;width:20px;height:20px;}#wfb-toast-messages{display:flex;flex-direction:column;gap:0.375rem;min-height:20px;}#wfb-toast-messages .wfb-toast-line{font-weight:500;font-size:0.875rem;line-height:1.25;}form.wfb-form.wfb-sticky-widget .form-field-container.wfb-validation-error,form.wfb-form.wfb-rca-widget .form-field-container.wfb-validation-error{border-color:#ef4444 !important;background-color:#fef2f2 !important;}form.wfb-form.wfb-sticky-widget .wfb-sticky-consent-wrap input.wfb-validation-error,form.wfb-form.wfb-sticky-widget .drupal-clean-checkbox input.wfb-validation-error,form.wfb-form.wfb-rca-widget .wfb-rca-consent-wrap input.wfb-validation-error,form.wfb-form.wfb-rca-widget .wfb-sticky-consent-wrap input.wfb-validation-error,form.wfb-form.wfb-rca-widget .drupal-clean-checkbox input.wfb-validation-error{border-color:#ef4444 !important;box-shadow:0 0 0 1px #ef4444 !important;}form.wfb-form.wfb-sticky-widget .wfb-sticky-consent-wrap label.option.wfb-validation-error-label,form.wfb-form.wfb-sticky-widget .wfb-sticky-consent-wrap .wfb-validation-error-label,form.wfb-form.wfb-rca-widget .wfb-rca-consent-wrap label.option.wfb-validation-error-label,form.wfb-form.wfb-rca-widget .wfb-rca-consent-wrap .wfb-validation-error-label{color:#ef4444 !important;}.wfb-sticky-root{container-type:inline-size;box-sizing:border-box;width:100%;max-width:100%;background-color:#fff;border-radius:1rem;padding:1.5rem 1rem;--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);box-shadow:var(--tw-shadow);}form.wfb-form.wfb-sticky-widget.wfb-sticky--no-outer-white .wfb-sticky-root{background-color:transparent;padding:0;box-shadow:none;border-radius:0;}form.wfb-form.wfb-rca-widget{container-type:inline-size;box-sizing:border-box;width:100%;max-width:100%;}.wfb-sticky-title{margin:0 0 1rem;font-size:1.125rem;font-weight:500;color:#1e293b;font-family:Georgia,'Times New Roman',Times,serif;}@media (min-width:768px){.wfb-sticky-title{font-size:1.25rem;}}.wfb-sticky-inner{background-color:#e2e8f0;border-radius:0.75rem;padding:0.75rem 1rem;display:flex;flex-direction:column;gap:0.75rem;}@media (min-width:992px){.wfb-sticky-inner{padding:0.625rem 0.625rem;gap:0.5rem;}}@media (min-width:1200px){.wfb-sticky-inner{padding:1rem;gap:0.75rem;}}.wfb-sticky-grid{display:grid;grid-template-columns:1fr;gap:0.5rem;align-items:end;}@container (min-width:30rem){.wfb-sticky-grid{grid-template-columns:1fr 1fr;gap:0.75rem;}form.wfb-form.wfb-rca-widget .wfb-rca-grid .wfb-rca-field--submit{grid-column:1 / -1;}}@supports not (container-type:inline-size){@media (min-width:600px){.wfb-sticky-grid{grid-template-columns:1fr 1fr;gap:0.75rem;}form.wfb-form.wfb-rca-widget .wfb-rca-grid .wfb-rca-field--submit{grid-column:1 / -1;}}}@media (min-width:992px){.wfb-sticky-grid{gap:0.5rem;}}@media (min-width:1200px){.wfb-sticky-grid{gap:0.75rem;}}.wfb-sticky-label{display:block;font-size:0.75rem;color:#4b5563;margin-bottom:0.25rem;}@media (min-width:992px){.wfb-sticky-label{font-size:0.625rem;margin-bottom:0.125rem;}}@media (min-width:1200px){.wfb-sticky-label{font-size:0.75rem;margin-bottom:0.25rem;}}.wfb-sticky-field--guests{position:relative;}.wfb-sticky-inner .form-item,.wfb-sticky-inner .js-form-item,.wfb-sticky-inner .form-wrapper{margin:0 !important;padding:0 !important;border:none !important;background:transparent !important;box-shadow:none !important;}.wfb-sticky-inner .js-form-item > label:not(.option){display:none !important;}.wfb-sticky-inner .form-field-container{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:0.5rem;transition:border-color 0.15s ease,background-color 0.15s ease;}.wfb-sticky-inner .form-field-container:hover,.wfb-sticky-inner .form-field-container:focus-within{border-color:#c084fc;}.wfb-sticky-date-shell{display:flex;flex-direction:column;align-items:stretch;overflow:hidden;min-height:2.375rem;}@media (min-width:350px){.wfb-sticky-date-shell{flex-direction:row;align-items:center;justify-content:flex-start;gap:0.25rem;min-height:2.375rem;padding:0 0.5rem;}}@media (min-width:768px){.wfb-sticky-date-shell{min-height:2.625rem;}}@media (min-width:992px){.wfb-sticky-date-shell{min-height:2rem;padding:0 0.25rem;gap:0.125rem;}}@media (min-width:1200px){.wfb-sticky-date-shell{min-height:2.625rem;padding:0 0.5rem;gap:0.25rem;}}.wfb-sticky-date-part{display:flex;align-items:center;gap:0.375rem;padding:0.25rem 0.5rem;min-width:0;flex:1 1 auto;}@media (min-width:350px){.wfb-sticky-date-part{padding:0;flex:0 1 auto;}}.wfb-sticky-date-prefix{font-size:0.625rem;color:#9ca3af;width:1.25rem;flex-shrink:0;}@media (min-width:350px){.wfb-sticky-date-prefix{display:none;}}.wfb-sticky-date-slot{min-width:0;flex:1 1 auto;}.wfb-sticky-date-dash{display:none;color:#9ca3af;flex-shrink:0;padding:0 0.125rem;}@media (min-width:350px){.wfb-sticky-date-dash{display:block;}}.wfb-sticky-inner .wfb-sticky-date-slot input,.wfb-sticky-inner .wfb-sticky-phone-wrap input{width:100% !important;box-sizing:border-box !important;border:none !important;background:transparent !important;box-shadow:none !important;outline:none !important;font-size:0.8125rem !important;font-weight:500 !important;color:#1f2937 !important;padding:0.25rem 0 !important;margin:0 !important;border-radius:0 !important;}@media (min-width:768px){.wfb-sticky-inner .wfb-sticky-date-slot input,.wfb-sticky-inner .wfb-sticky-phone-wrap input{font-size:0.875rem !important;}}@media (min-width:992px){.wfb-sticky-inner .wfb-sticky-date-slot input,.wfb-sticky-inner .wfb-sticky-phone-wrap input{font-size:0.6875rem !important;}}@media (min-width:1200px){.wfb-sticky-inner .wfb-sticky-date-slot input,.wfb-sticky-inner .wfb-sticky-phone-wrap input{font-size:0.875rem !important;}}.wfb-sticky-guest-shell{display:flex;align-items:center;justify-content:space-between;padding:0 0.5rem;min-height:2.375rem;cursor:pointer;}@media (min-width:768px){.wfb-sticky-guest-shell{min-height:2.625rem;}}@media (min-width:992px){.wfb-sticky-guest-shell{min-height:2rem;padding:0 0.375rem;}}@media (min-width:1200px){.wfb-sticky-guest-shell{min-height:2.625rem;padding:0 0.5rem;}}.wfb-sticky-guest-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0;cursor:pointer;}.wfb-sticky-guest-summary{font-size:0.875rem;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:0.5rem;}@media (min-width:992px){.wfb-sticky-guest-summary{font-size:0.6875rem;margin-right:0.25rem;}}@media (min-width:1200px){.wfb-sticky-guest-summary{font-size:0.875rem;margin-right:0.5rem;}}.wfb-sticky-guest-chevron{display:flex;align-items:center;flex-shrink:0;transition:transform 0.3s ease;}.wfb-sticky-chevron-icon svg{display:block;width:16px;height:16px;color:#6b7280;}@media (min-width:992px){.wfb-sticky-chevron-icon svg{width:12px;height:12px;}}@media (min-width:1200px){.wfb-sticky-chevron-icon svg{width:16px;height:16px;}}.wfb-sticky-guest-chevron.rotate-180{transform:rotate(180deg);}.wfb-sticky-guest-menu{position:absolute;top:100%;left:0;right:0;margin-top:0.5rem;padding:0.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:0.75rem;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1);z-index:50;}@media (min-width:992px){.wfb-sticky-guest-menu{padding:0.5rem;}}.wfb-sticky-guest-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.75rem;}.wfb-sticky-guest-row--last{margin-bottom:0;}@media (min-width:992px){.wfb-sticky-guest-row{margin-bottom:0.5rem;}}.wfb-sticky-guest-row-label{font-size:0.875rem;font-weight:500;color:#1f2937;}.wfb-sticky-guest-steppers{display:flex;align-items:center;gap:0.5rem;}.wfb-sticky-step-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:9999px;background:#f3f4f6;color:#4b5563;cursor:pointer;transition:background-color 0.15s ease;line-height:0;}.wfb-sticky-step-btn:hover:not(:disabled){background:#e5e7eb;}.wfb-sticky-step-btn > span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;}.wfb-sticky-step-btn svg{display:block;width:14px;height:14px;flex-shrink:0;}.wfb-sticky-count{display:inline-block;min-width:1rem;text-align:center;font-size:0.875rem;font-weight:500;}.wfb-sticky-phone-wrap{padding:0 0.5rem;min-height:2.375rem;display:flex;align-items:center;}@media (min-width:768px){.wfb-sticky-phone-wrap{padding:0 0.75rem;min-height:2.625rem;}}@media (min-width:992px){.wfb-sticky-phone-wrap{padding:0 0.375rem;min-height:2rem;}}@media (min-width:1200px){.wfb-sticky-phone-wrap{padding:0 0.75rem;min-height:2.625rem;}}.wfb-sticky-submit-shell{display:flex !important;align-items:center !important;justify-content:center !important;border-radius:0.5rem !important;background-color:#9333ea !important;background-image:none !important;box-shadow:none !important;padding:0 !important;min-height:2.375rem;transition:background-color 0.15s ease !important;}.wfb-sticky-submit-shell:hover{background-color:#7e22ce !important;}@media (min-width:768px){.wfb-sticky-submit-shell{min-height:2.625rem;}}@media (min-width:992px){.wfb-sticky-submit-shell{min-height:2rem;}}@media (min-width:1200px){.wfb-sticky-submit-shell{min-height:2.625rem;}}.wfb-sticky-submit-shell .wfb-form-actions-row,.wfb-sticky-submit-shell .form-actions,.wfb-sticky-submit-shell .webform-actions{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 0.75rem !important;border:none !important;background:transparent !important;}@media (min-width:768px){.wfb-sticky-submit-shell .wfb-form-actions-row,.wfb-sticky-submit-shell .form-actions,.wfb-sticky-submit-shell .webform-actions{padding:0 1rem !important;}}@media (min-width:992px){.wfb-sticky-submit-shell .wfb-form-actions-row,.wfb-sticky-submit-shell .form-actions,.wfb-sticky-submit-shell .webform-actions{padding:0 0.25rem !important;}}@media (min-width:1200px){.wfb-sticky-submit-shell .wfb-form-actions-row,.wfb-sticky-submit-shell .form-actions,.wfb-sticky-submit-shell .webform-actions{padding:0 1rem !important;}}.wfb-sticky-submit-shell input[type="submit"]{flex:1 1 auto !important;width:100% !important;min-width:0 !important;margin:0 !important;padding:0.5rem 0.5rem !important;border:none !important;background:transparent !important;color:#fff !important;font-weight:500 !important;font-size:0.875rem !important;line-height:1.3 !important;cursor:pointer !important;box-shadow:none !important;text-shadow:none !important;text-align:center !important;vertical-align:middle !important;}.wfb-sticky-submit-shell button[type="submit"]{flex:1 1 auto !important;width:100% !important;min-width:0 !important;min-height:100% !important;margin:0 !important;padding:0.5rem 0.5rem !important;border:none !important;background:transparent !important;color:#fff !important;font-weight:500 !important;font-size:0.875rem !important;line-height:1.3 !important;cursor:pointer !important;box-shadow:none !important;text-shadow:none !important;text-align:center !important;display:flex !important;align-items:center !important;justify-content:center !important;}@media (min-width:992px){.wfb-sticky-submit-shell input[type="submit"],.wfb-sticky-submit-shell button[type="submit"]{font-size:0.6875rem !important;padding-left:0.25rem !important;padding-right:0.25rem !important;}}@media (min-width:1200px){.wfb-sticky-submit-shell input[type="submit"],.wfb-sticky-submit-shell button[type="submit"]{font-size:0.875rem !important;padding-left:0.5rem !important;padding-right:0.5rem !important;}}.wfb-sticky-consent-wrap{margin-top:0.25rem;}.wfb-sticky-consent-wrap .js-form-type-checkbox{display:flex;align-items:flex-start;gap:0.5rem;margin:0 !important;}.wfb-sticky-consent-wrap label.option{font-size:0.6875rem;color:#6b7280;line-height:1.4;cursor:pointer;}@media (min-width:768px){.wfb-sticky-consent-wrap label.option{font-size:0.75rem;}}.wfb-sticky-consent-link{color:inherit;text-decoration:underline;}.wfb-sticky-consent-link:hover{color:#9333ea;}.wfb-sticky-consent-wrap input[type="checkbox"]{margin-top:0.125rem;flex-shrink:0;width:0.875rem;height:0.875rem;accent-color:#9333ea;cursor:pointer;}@media (min-width:768px){.wfb-sticky-consent-wrap input[type="checkbox"]{width:1rem;height:1rem;}}.wfb-sticky-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6;}.wfb-sticky-footer-inner{display:flex;align-items:flex-start;gap:0.75rem;}.wfb-sticky-footer-icon{flex-shrink:0;margin-top:0.125rem;color:#9333ea;}.wfb-sticky-footer-icon svg{display:block;width:1rem;height:1rem;}.wfb-sticky-footer-text{margin:0;padding:0;font-size:0.75rem;line-height:1.5;color:#6b7280;}form.wfb-form.wfb-sticky-widget .hidden,form.wfb-form.wfb-rca-widget .hidden{display:none !important;}
.wfb-sticky-sidebar{position:sticky;top:1rem;z-index:2;align-self:flex-start;}@media (max-width:1199.98px){.wfb-sticky-sidebar{position:static;top:auto;}}
