/* ============================================
   26 SUITES - BOOKING ENGINE WIDGET CSS
   Version: 2.8.1
   Extracted from inline JS injection blocks
   ============================================ */

/* --- Nav Language Switcher --- */
#bw-nav-lang{position:fixed;right:16px;top:10px;z-index:99999;font-family:Poppins}
#bw-nav-lang .bw-nav-lang-btn{display:flex;align-items:center;gap:6px;background:transparent;border:none;cursor:pointer;padding:6px 10px;font-family:Poppins;font-size:13px;color:#555;letter-spacing:0.4px;border-radius:6px;transition:all .15s}
#bw-nav-lang .bw-nav-lang-btn:hover{color:#b8860b;background:rgba(184,134,11,0.06)}
#bw-nav-lang .bw-nav-lang-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}
.bw-lang-dropdown{position:fixed;right:16px;margin-top:4px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.15);padding:6px 0;min-width:180px;max-height:320px;overflow-y:auto;z-index:100000;display:none}
#bw-nav-lang.open .bw-lang-dropdown{display:block}
.bw-lang-option{display:flex;align-items:center;gap:10px;padding:9px 16px;cursor:pointer;font-size:14px;color:#333;background:none;border:none;width:100%;text-align:left;transition:background .15s}
.bw-lang-option:hover{background:#f5f0e0}
.bw-lang-option.active{background:#fdf6e3;font-weight:600;color:#b8860b}
.bw-lang-flag{font-size:16px;width:20px;text-align:center}

/* --- Main Widget Styles --- */
#bw-app *, #bw-app *::before, #bw-app *::after { box-sizing: border-box; }
#bw-app { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.6; color: #2d2d2d; max-width: 1200px; margin: 0 auto; padding: 0 20px; -webkit-font-smoothing: antialiased; }
#bw-app h1, #bw-app h2, #bw-app h3, #bw-app h4 { color: #1a1a1a; font-weight: 600; line-height: 1.3; margin: 0 0 8px; }
#bw-app h1 { font-size: 2rem; font-weight: 700; }
#bw-app h2 { font-size: 1.5rem; }
#bw-app h3 { font-size: 1.15rem; }
#bw-app p { margin: 0 0 12px; color: #444; }
#bw-app a { color: #b8860b; text-decoration: underline; }
#bw-app img { max-width: 100%; height: auto; display: block; }
#bw-app-parent { padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; }
#bw-app-parent { padding-top: 0 !important; }
#bw-app .bw-progress { margin-top: 0; }
.bw-progress { padding: 20px 0 28px; position: relative; }
.bw-progress-inner { max-width: 640px; margin: 0 auto; }
.bw-progress-lang { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.bw-steps { display: flex; align-items: flex-start; justify-content: space-between; position: relative; }
.bw-step { display: flex; flex-direction: column; align-items: center; flex: 1; position: relative; cursor: pointer; z-index: 1; }
.bw-step-circle { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #ddd; background: #fff; transition: all 0.3s ease; margin-bottom: 8px; }
.bw-step-circle svg { width: 18px; height: 18px; stroke: #aaa; fill: none; stroke-width: 2; transition: stroke 0.3s ease; }
.bw-step.completed .bw-step-circle { background: #b8860b; border-color: #b8860b; }
.bw-step.completed .bw-step-circle svg { stroke: #fff; }
.bw-step.active .bw-step-circle { border-color: #b8860b; background: #fdf8ef; box-shadow: 0 0 0 4px rgba(184,134,11,0.12); }
.bw-step.active .bw-step-circle svg { stroke: #b8860b; }
.bw-step-label { font-size: 0.75rem; font-weight: 500; color: #aaa; text-align: center; transition: color 0.3s; letter-spacing: 0.3px; }
.bw-step.active .bw-step-label { color: #1a1a1a; font-weight: 700; }
.bw-step.completed .bw-step-label { color: #b8860b; font-weight: 600; }
.bw-step-connector { position: absolute; top: 20px; left: calc(50% + 24px); right: calc(-50% + 24px); height: 2px; background: #e0e0e0; z-index: 0; }
.bw-step-connector-fill { height: 100%; background: #b8860b; width: 0%; transition: width 0.4s ease; }
.bw-step.completed .bw-step-connector .bw-step-connector-fill { width: 100%; }
.bw-step:last-child .bw-step-connector { display: none; }
@media (max-width: 768px) {
.bw-step-circle { width: 36px; height: 36px; }
.bw-step-circle svg { width: 16px; height: 16px; }
.bw-step-label { font-size: 0.65rem; }
.bw-step-connector { top: 18px; left: calc(50% + 22px); right: calc(-50% + 22px); }
.bw-progress { padding: 14px 0 20px; }
.bw-progress-lang { position: static; transform: none; text-align: center; margin-top: 8px; }
}
.bw-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 28px; border: none; border-radius: 8px; font-size: 0.95rem; font-weight: 600; cursor: pointer; transition: all 0.2s; min-height: 48px; line-height: 1.4; }
.bw-btn-dark { background: #1a1a1a; color: #fff; }
.bw-btn-dark:hover { background: #333; }
.bw-btn-gold { background: linear-gradient(135deg, #b8860b, #d4a843); color: #fff; }
.bw-btn-gold:hover { background: linear-gradient(135deg, #9a7209, #b8860b); }
.bw-btn-gold:disabled, .bw-btn-gold[disabled] { background: #ccc; color: #888; cursor: not-allowed; }
.bw-btn-full { width: 100%; padding: 16px 28px; font-size: 1.05rem; }
.bw-btn-outline { background: transparent; color: #1a1a1a; border: 2px solid #1a1a1a; }
.bw-btn-outline:hover { background: #1a1a1a; color: #fff; }
.bw-btn-ghost { background: none; color: #555; border: none; padding: 8px 12px; font-size: 0.9rem; }
.bw-btn-ghost:hover { color: #1a1a1a; }
.bw-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 20px; gap: 16px; }
.bw-spinner { width: 36px; height: 36px; border: 3px solid #e0e0e0; border-top-color: #b8860b; border-radius: 50%; animation: bwSpin 0.8s linear infinite; }
@keyframes bwSpin { to { transform: rotate(360deg); } }
.bw-loading-text { color: #555; font-size: 0.95rem; }
.bw-search-hero { text-align: center; padding: 24px 0 16px; }
.bw-eyebrow { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; color: #b8860b; font-weight: 600; margin-bottom: 8px; }
.bw-search-hero h1 { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-weight: 400; font-size: 2.2rem; color: #1a1a1a; margin-bottom: 8px; }
.bw-search-hero p { color: #666; font-size: 1rem; }
.bw-search-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px; margin: 0 auto 32px; max-width: 800px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.bw-search-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; align-items: end; }
.bw-field { display: flex; flex-direction: column; gap: 6px; }
.bw-field-label { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #555; }
.bw-date-trigger { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border: 2px solid #e0e0e0; border-radius: 8px; cursor: pointer; background: #fff; min-height: 48px; font-size: 1rem; color: #1a1a1a; transition: border-color 0.2s; user-select: none; }
.bw-date-trigger:hover, .bw-date-trigger.active { border-color: #b8860b; }
.bw-date-trigger .bw-dt-icon { width: 18px; height: 18px; stroke: #888; fill: none; flex-shrink: 0; }
.bw-date-trigger .bw-dt-text { flex: 1; }
.bw-date-trigger .bw-dt-placeholder { color: #999; }
#bw-app select, #bw-app input[type="text"], #bw-app input[type="email"], #bw-app input[type="tel"], #bw-app input[type="date"], #bw-app textarea { width: 100%; padding: 12px 14px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 16px; color: #1a1a1a; background: #fff; min-height: 48px; transition: border-color 0.2s; font-family: inherit; appearance: none; -webkit-appearance: none; }
#bw-app select { background-image: url("data:image/svg+xml,%3Csvg xmlns=\
 viewBox=\
 fill=\
 stroke=\
 stroke-width=\
%3E%3Cpolyline points=\
/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 36px; }
#bw-app input:focus, #bw-app select:focus, #bw-app textarea:focus { border-color: #b8860b; outline: none; box-shadow: 0 0 0 3px rgba(184,134,11,0.1); }
#bw-app textarea { min-height: 80px; resize: vertical; }
.bw-search-footer { margin-top: 20px; text-align: center; }
.bw-search-footer .bw-btn { width: 100%; max-width: 320px; padding: 14px 32px; font-size: 1rem; }
.bw-cal-wrap { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1000; background: #fff; border: 1px solid #e0e0e0; border-radius: 16px; box-shadow: 0 12px 48px rgba(0,0,0,0.2); padding: 24px; display: none; min-width: 580px; max-width: 95vw; max-height: 90vh; overflow-y: auto; }
.bw-cal-wrap.open { display: block; }
.bw-cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.bw-cal-header button { background: none; border: none; cursor: pointer; padding: 8px; border-radius: 50%; color: #555; }
.bw-cal-header button:hover { background: #f0f0f0; }
.bw-cal-header button svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }
.bw-cal-title { font-weight: 600; font-size: 1rem; color: #1a1a1a; }
.bw-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; text-align: center; }
.bw-cal-dow { font-size: 0.75rem; font-weight: 600; color: #888; padding: 8px 0; text-transform: uppercase; }
.bw-cal-day { width: 100%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; border-radius: 50%; cursor: pointer; color: #1a1a1a; transition: all 0.15s; border: none; background: none; padding: 0; font-family: inherit; }
.bw-cal-day:hover:not(.disabled):not(.empty) { background: #f5f0e6; }
.bw-cal-day.today { font-weight: 700; color: #b8860b; }
.bw-cal-day.disabled { color: #ccc; cursor: default; }
.bw-cal-day.empty { cursor: default; }
.bw-cal-day.selected { background: #b8860b; color: #fff; font-weight: 600; }
.bw-cal-day.in-range { background: #fdf5e6; color: #1a1a1a; border-radius: 0; }
.bw-cal-day.range-start { background: #b8860b; color: #fff; border-radius: 50% 0 0 50%; }
.bw-cal-day.range-end { background: #b8860b; color: #fff; border-radius: 0 50% 50% 0; }
.bw-cal-day.range-start.range-end { border-radius: 50%; }
.bw-cal-hint { font-size: 0.85rem; color: #888; text-align: center; margin-top: 12px; padding-top: 12px; border-top: 1px solid #f0f0f0; }
.bw-cal-months { display: flex; gap: 24px; }
.bw-cal-month { flex: 1; min-width: 260px; }
.bw-cal-month-title { font-weight: 600; font-size: 0.95rem; text-align: center; margin-bottom: 12px; color: #1a1a1a; }
.bw-search-dates-row { position: relative; }
.bw-dates-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bw-cal-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.35); z-index: 999; }
.bw-cal-overlay.open { display: block; }
.bw-results-top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; }
.bw-results-top h2 { margin-bottom: 4px; }
.bw-subtitle { color: #666; font-size: 0.95rem; margin: 0; }
.bw-stay-pill { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: #555; background: #fafafa; padding: 10px 16px; border-radius: 8px; border: 1px solid #e8e8e8; flex-wrap: wrap; }
.bw-stay-pill strong { color: #1a1a1a; }
.bw-divider { width: 1px; height: 16px; background: #ddd; }
.bw-edit-link { background: none; border: none; color: #b8860b; font-weight: 600; cursor: pointer; padding: 4px 8px; font-size: 0.9rem; }
.bw-room-card { display: grid; grid-template-columns: minmax(260px, 380px) 1fr; border: 1px solid #e8e8e8; border-radius: 12px; overflow: hidden; margin-bottom: 20px; cursor: pointer; transition: box-shadow 0.2s, border-color 0.2s; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.bw-room-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); border-color: #d0d0d0; }
.bw-room-img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.bw-room-img img { width: 100%; height: 100%; object-fit: cover; }
.bw-popular-badge { position: absolute; top: 12px; left: 12px; background: #b8860b; color: #fff; font-size: 0.75rem; font-weight: 600; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
.bw-img-overlay { position: absolute; bottom: 40px; right: 10px; z-index: 2; }
.bw-card-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.85); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 4px rgba(0,0,0,0.15); opacity: 0; transition: opacity 0.2s; z-index: 2; }
.bw-room-img:hover .bw-card-nav { opacity: 1; }
.bw-card-nav-prev { left: 8px; }
.bw-card-nav-next { right: 8px; }
.bw-card-nav svg { width: 16px; height: 16px; stroke: #333; fill: none; stroke-width: 2.5; }
.bw-card-dots { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); display: flex; gap: 4px; z-index: 2; }
.bw-card-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.5); }
.bw-card-dot.active { background: #fff; }
.bw-photo-badge { display: inline-flex; align-items: center; gap: 4px; background: rgba(0,0,0,0.6); color: #fff; font-size: 0.75rem; padding: 4px 10px; border-radius: 20px; }
.bw-photo-badge svg { width: 14px; height: 14px; }
.bw-room-body { padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.bw-top-section h3 { font-size: 1.2rem; margin-bottom: 4px; color: #1a1a1a; }
.bw-tagline { font-style: italic; color: #777; font-size: 0.9rem; margin-bottom: 8px; }
.bw-desc { color: #555; font-size: 0.9rem; margin-bottom: 12px; line-height: 1.5; }
.bw-avail-dot { display: inline-flex; align-items: center; gap: 6px; font-size: 0.8rem; color: #2e7d32; font-weight: 500; margin-bottom: 8px; }
.bw-avail-dot::before { content: ""; width: 8px; height: 8px; background: #2e7d32; border-radius: 50%; }
.bw-amenities { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.bw-amenity { display: inline-flex; align-items: center; gap: 5px; background: #f8f6f0; color: #555; font-size: 0.78rem; font-weight: 500; padding: 4px 12px; border-radius: 6px; border: 1px solid #e8e2d4; }
.bw-amenity svg { width: 14px; height: 14px; stroke: #b8860b; fill: none; stroke-width: 2; flex-shrink: 0; }
.bw-amenity-more { display: inline-flex; align-items: center; background: #f0ede6; color: #8b7335; font-size: 0.78rem; font-weight: 600; padding: 4px 10px; border-radius: 6px; border: 1px solid #e8e2d4; cursor: pointer; }
.bw-results-trust-strip { display: flex; justify-content: center; gap: 24px; padding: 10px 16px; margin-bottom: 16px; background: #fff; border: 1px solid #e8e2d4; border-radius: 8px; }
.bw-results-trust-strip span { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; color: #666; font-weight: 500; }
.bw-results-trust-strip svg { width: 14px; height: 14px; flex-shrink: 0; }
.bw-property-type-tag { display: inline-block; background: #f0f0f0; color: #666; font-size: 0.75rem; padding: 2px 10px; border-radius: 10px; margin-bottom: 6px; font-weight: 500; }
.bw-specs { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 12px; font-size: 0.85rem; color: #555; }
.bw-spec { display: inline-flex; align-items: center; gap: 5px; }
.bw-spec svg { width: 15px; height: 15px; stroke: #888; fill: none; stroke-width: 2; flex-shrink: 0; }
.bw-review-badge { display: inline-flex; align-items: center; gap: 5px; background: #fdf8ef; border: 1px solid #e8dcc8; padding: 3px 10px; border-radius: 6px; font-size: 0.82rem; font-weight: 600; color: #b8860b; margin-bottom: 12px; }
.bw-review-badge svg { width: 13px; height: 13px; fill: #b8860b; stroke: none; }
.bw-room-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding-top: 14px; margin-top: auto; border-top: 1px solid #f0f0f0; }
.bw-price-from { font-size: 0.8rem; color: #888; }
.bw-price-amount { font-size: 1.4rem; font-weight: 700; color: #1a1a1a; }
.bw-price-per { font-size: 0.85rem; color: #888; }
.bw-price-total { font-size: 0.85rem; color: #666; margin-top: 2px; }
.bw-price-original { font-size: 1rem; color: #999; text-decoration: line-through; margin-right: 6px; font-weight: 400; }
.bw-price-discount-badge { display: inline-block; background: #e8f5e9; color: #2e7d32; font-size: 0.75rem; font-weight: 600; padding: 2px 8px; border-radius: 4px; margin-left: 6px; vertical-align: middle; }
.bw-detail-grid { display: grid; grid-template-columns: 1fr minmax(280px, 380px); gap: 32px; }
.bw-detail-grid > div { min-width: 0; }
.bw-detail-header-mobile { display: none; }
.bw-gallery { margin-bottom: 24px; }
.bw-gallery-main { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 16/10; background: #f5f5f5; }
.bw-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.bw-gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.9); border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.bw-gallery-nav svg { width: 20px; height: 20px; stroke: #1a1a1a; fill: none; stroke-width: 2; }
.bw-gallery-nav.prev { left: 12px; }
.bw-gallery-nav.next { right: 12px; }
.bw-gallery-thumbs { display: flex; gap: 8px; margin-top: 12px; overflow-x: auto; padding-bottom: 4px; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.bw-gallery-thumb { flex-shrink: 0; width: 72px; height: 54px; border-radius: 6px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color 0.2s; opacity: 0.7; }
.bw-gallery-thumb.active { border-color: #b8860b; opacity: 1; }
.bw-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bw-gallery-counter { position: absolute; bottom: 12px; right: 12px; background: rgba(0,0,0,0.6); color: #fff; font-size: 0.75rem; padding: 3px 10px; border-radius: 12px; pointer-events: none; z-index: 2; }
.bw-detail-sidebar { position: sticky; top: 20px; align-self: start; }
.bw-detail-sidebar h2 { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-weight: 400; font-size: 1.5rem; }
.bw-dates-bar { display: flex; align-items: center; gap: 8px; background: #fafafa; border: 1px solid #e8e8e8; border-radius: 8px; padding: 12px 16px; margin: 16px 0; font-size: 0.9rem; color: #444; }
.bw-dates-bar svg { flex-shrink: 0; }
.bw-dates-bar strong { color: #1a1a1a; }
.bw-rate-card { border: 2px solid #e8e8e8; border-radius: 8px; padding: 10px 12px; margin-bottom: 8px; cursor: pointer; transition: all 0.2s; position: relative; background: #fff; }
.bw-rate-card:hover { border-color: #d4a843; }
.bw-rate-card.selected { border-color: #b8860b; background: #fdf8ef; }
.bw-rate-check { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; border: 2px solid #ccc; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.bw-rate-card.selected .bw-rate-check { background: #b8860b; border-color: #b8860b; }
.bw-rate-check svg { width: 12px; height: 12px; stroke: #fff; fill: none; stroke-width: 3; display: none; }
.bw-rate-card.selected .bw-rate-check svg { display: block; }
.bw-rate-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; padding-right: 28px; }
.bw-rp-name { font-weight: 600; color: #1a1a1a; font-size: 0.88rem; margin-bottom: 2px; }
.bw-rp-desc { font-size: 0.78rem; color: #666; line-height: 1.35; }
.bw-rp-price { font-size: 1.1rem; font-weight: 700; color: #1a1a1a; white-space: nowrap; }
.bw-rp-per { font-size: 0.75rem; font-weight: 400; color: #888; }
.bw-breakdown { background: #fafafa; border: 1px solid #e8e8e8; border-radius: 8px; padding: 12px 14px; margin-top: 12px; }
.bw-breakdown-title { font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #888; margin-bottom: 8px; }
.bw-bd-row { display: flex; justify-content: space-between; padding: 4px 0; font-size: 0.88rem; color: #444; }
.bw-bd-row.total { border-top: 2px solid #ddd; margin-top: 6px; padding: 10px 4px 4px; font-weight: 700; font-size: 1rem; color: #1a1a1a; }
.bw-bd-row.discount { color: #2e7d32; }
.bw-bd-row.discount span:last-child { font-weight: 600; }
.bw-promo { margin-top: 16px; }
.bw-promo-toggle { background: none; border: none; cursor: pointer; font-size: 0.88rem; color: #b8860b; font-weight: 500; padding: 0; display: inline-flex; align-items: center; gap: 6px; }
.bw-promo-toggle:hover { text-decoration: underline; }
.bw-promo-toggle svg { width: 16px; height: 16px; stroke: #b8860b; fill: none; stroke-width: 2; transition: transform 0.2s; }
.bw-promo-toggle.open svg { transform: rotate(180deg); }
.bw-promo-form { display: none; margin-top: 10px; }
.bw-promo-form.visible { display: flex; gap: 8px; align-items: flex-start; }
.bw-promo-input { flex: 1; padding: 10px 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 0.9rem; font-family: inherit; outline: none; transition: border-color 0.2s; text-transform: uppercase; letter-spacing: 0.5px; }
.bw-promo-input:focus { border-color: #b8860b; }
.bw-promo-input.error { border-color: #dc3545; }
.bw-promo-input.success { border-color: #2e7d32; }
.bw-promo-apply { padding: 10px 18px; background: #1a1a1a; color: #fff; border: none; border-radius: 8px; font-size: 0.88rem; font-weight: 600; cursor: pointer; white-space: nowrap; min-height: 42px; }
.bw-promo-apply:hover { background: #333; }
.bw-promo-apply:disabled { background: #999; cursor: not-allowed; }
.bw-promo-msg { font-size: 0.82rem; margin-top: 6px; }
.bw-promo-msg.error { color: #dc3545; }
.bw-promo-msg.success { color: #2e7d32; }
.bw-promo-applied { display: flex; align-items: center; justify-content: space-between; background: #e8f5e9; border: 1px solid #c8e6c9; border-radius: 8px; padding: 10px 14px; margin-top: 10px; }
.bw-promo-applied-info { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: #2e7d32; font-weight: 500; }
.bw-promo-applied-info svg { width: 16px; height: 16px; stroke: #2e7d32; fill: none; stroke-width: 2.5; }
.bw-promo-remove { background: none; border: none; cursor: pointer; font-size: 0.82rem; color: #888; text-decoration: underline; }
.bw-promo-remove:hover { color: #dc3545; }
.bw-detail-description { margin-bottom: 24px; }
.bw-detail-description h3 { font-size: 1.1rem; margin-bottom: 12px; color: #1a1a1a; }
.bw-detail-description p { color: #444; font-size: 0.95rem; line-height: 1.7; white-space: pre-line; }
.bw-desc-more p { color: #444; font-size: 0.95rem; line-height: 1.7; white-space: pre-line; }
.bw-read-more-btn { margin-top: 4px; }
.bw-detail-specs { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; padding: 16px; background: #fafafa; border: 1px solid #e8e8e8; border-radius: 10px; }
.bw-detail-spec { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: #333; font-weight: 500; }
.bw-detail-spec svg { width: 18px; height: 18px; stroke: #b8860b; fill: none; stroke-width: 2; }
.bw-amenities-section { margin-bottom: 24px; }
.bw-amenities-section h3 { font-size: 1.1rem; margin-bottom: 14px; color: #1a1a1a; }
.bw-amenity-category { margin-bottom: 20px; }
.bw-amenity-category:last-child { margin-bottom: 0; }
.bw-amenity-cat-title { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.2px; color: #999; font-weight: 600; margin-bottom: 10px; padding-bottom: 6px; border-bottom: 1px solid #f0f0f0; }
.bw-amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.bw-amenity-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 12px 6px; border-radius: 10px; transition: background 0.2s; }
.bw-amenity-item:hover { background: #faf8f4; }
.bw-amenity-item svg { width: 26px; height: 26px; stroke: #555; fill: none; stroke-width: 1.5; margin-bottom: 5px; flex-shrink: 0; }
.bw-amenity-item span { font-size: 0.78rem; color: #555; line-height: 1.3; }
.bw-amenities-collapsed { max-height: 380px; overflow: hidden; position: relative; }
.bw-amenities-collapsed::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 60px; background: linear-gradient(transparent, #faf8f4); pointer-events: none; }
.bw-amenities-expanded { max-height: none; overflow: visible; }
.bw-amenities-expanded::after { display: none; }
.bw-amenities-toggle { background: none; border: none; cursor: pointer; color: #b8860b; font-weight: 600; font-size: 0.88rem; padding: 8px 0; margin-top: 4px; }
.bw-amenities-toggle:hover { text-decoration: underline; }
.bw-show-all-amenities { display: block; margin-top: 8px; }
.bw-reviews-section { margin-bottom: 24px; border-top: 1px solid #e8e8e8; padding-top: 20px; }
.bw-reviews-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.bw-reviews-score { font-size: 1.8rem; font-weight: 700; color: #1a1a1a; }
.bw-reviews-stars { color: #f5a623; font-size: 1rem; }
.bw-reviews-count { font-size: 0.85rem; color: #888; }
.bw-review-card { border: 1px solid #eee; border-radius: 10px; padding: 14px; margin-bottom: 10px; }
.bw-review-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.bw-review-avatar { width: 34px; height: 34px; border-radius: 50%; background: #e0d5c1; display: flex; align-items: center; justify-content: center; font-weight: 600; color: #8b7355; font-size: 0.82rem; flex-shrink: 0; }
.bw-review-name { font-weight: 600; font-size: 0.88rem; }
.bw-review-date { color: #aaa; font-size: 0.78rem; }
.bw-review-card-stars { color: #f5a623; font-size: 0.82rem; margin-bottom: 4px; }
.bw-review-text { font-size: 0.85rem; color: #555; line-height: 1.5; }
.bw-know-box { background: #f8f9fa; border: 1px solid #e2e8f0; border-radius: 10px; padding: 20px; margin-bottom: 24px; }
.bw-know-box h3 { font-size: 0.95rem; color: #1a1a1a; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.bw-know-box h3 svg { width: 18px; height: 18px; stroke: #b8860b; fill: none; stroke-width: 2; }
.bw-know-item { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px solid #eee; font-size: 0.85rem; color: #555; line-height: 1.5; }
.bw-know-item:last-child { border-bottom: none; }
.bw-know-item svg { width: 16px; height: 16px; stroke: #b8860b; fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 2px; }
.bw-important-box { background: #fffbf0; border: 1px solid #f0e6cc; border-radius: 10px; padding: 20px; margin-bottom: 20px; }
.bw-important-box h3 { font-size: 0.95rem; color: #1a1a1a; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.bw-important-box h3 svg { width: 18px; height: 18px; stroke: #b8860b; fill: none; stroke-width: 2; }
.bw-imp-section { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #f0e6cc; }
.bw-imp-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.bw-imp-section h4 { font-size: 0.85rem; font-weight: 600; color: #1a1a1a; margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
.bw-imp-section h4 span { font-size: 1rem; }
.bw-imp-section p { font-size: 0.82rem; color: #666; line-height: 1.5; margin: 0; }
.bw-gdpr-notice { font-size: 0.78rem; color: #888; line-height: 1.5; margin-top: 10px; padding: 10px 12px; background: #f8f9fa; border-radius: 6px; }
.bw-gdpr-notice a { color: #b8860b; text-decoration: none; }
.bw-next-steps { background: #f8f9fa; border: 1px solid #e2e8f0; border-radius: 10px; padding: 20px; margin: 20px auto; max-width: 500px; text-align: left; }
.bw-next-steps h4 { font-size: 0.92rem; color: #1a1a1a; margin-bottom: 12px; }
.bw-next-step { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; font-size: 0.85rem; color: #555; line-height: 1.5; }
.bw-next-step .bw-step-num { width: 22px; height: 22px; background: #b8860b; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 600; flex-shrink: 0; }
.bw-cancel-reminder { margin-top: 14px; padding: 10px 12px; border-radius: 6px; font-size: 0.82rem; line-height: 1.4; }
.bw-cancel-reminder.flexible { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; }
.bw-cancel-reminder.nonrefundable { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }
.bw-short-stay-notice { background: #fffbeb; border: 1px solid #fde68a; color: #92400e; padding: 10px 14px; border-radius: 8px; font-size: 0.84rem; line-height: 1.5; margin-bottom: 16px; display: flex; align-items: flex-start; gap: 8px; }
.bw-short-stay-notice svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px; stroke: #d97706; fill: none; stroke-width: 2; }
.bw-countdown { display: inline-flex; align-items: center; gap: 6px; font-size: 0.88rem; font-weight: 600; color: #b8860b; }
.bw-countdown.urgent { color: #dc3545; }
.bw-countdown svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }
.bw-countdown-time { font-variant-numeric: tabular-nums; letter-spacing: 0.5px; }
.bw-session-expired-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); z-index: 100000; display: flex; align-items: center; justify-content: center; }
.bw-session-expired-box { background: #fff; border-radius: 16px; padding: 40px; max-width: 400px; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.bw-session-expired-box h3 { font-size: 1.3rem; margin: 0 0 8px; color: #1a1a1a; }
.bw-session-expired-box p { font-size: 0.9rem; color: #666; margin: 0 0 20px; }
.bw-session-expired-box button { background: #b8860b; color: #fff; border: none; padding: 12px 32px; border-radius: 8px; font-size: 1rem; cursor: pointer; font-weight: 600; }
.bw-sticky-detail-cta { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #e8e2d4; padding: 12px 24px; display: flex; align-items: center; justify-content: center; gap: 20px; z-index: 9998; box-shadow: 0 -4px 20px rgba(0,0,0,0.08); transform: translateY(100%); transition: transform 0.3s ease; }
.bw-sticky-detail-cta.visible { transform: translateY(0); }
.bw-sticky-detail-cta .bw-sticky-name { font-weight: 600; font-size: 0.95rem; color: #1a1a1a; max-width: 300px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bw-sticky-detail-cta .bw-sticky-price { font-size: 1.1rem; font-weight: 700; color: #b8860b; }
.bw-sticky-detail-cta .bw-sticky-btn { background: #b8860b; color: #fff; border: none; padding: 10px 28px; border-radius: 8px; font-size: 0.95rem; font-weight: 600; cursor: pointer; white-space: nowrap; }
.bw-sticky-detail-cta .bw-sticky-btn:hover { background: #a07608; }
.bw-save-badge { position: absolute; top: 12px; right: 12px; background: #16a34a; color: #fff; font-size: 0.72rem; font-weight: 700; padding: 4px 8px; border-radius: 4px; z-index: 3; letter-spacing: 0.3px; text-transform: uppercase; }
.bw-rate-nudge { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; padding: 8px 12px; border-radius: 6px; font-size: 0.8rem; margin: -6px 0 10px; display: flex; align-items: center; gap: 6px; }
.bw-rate-nudge svg { width: 14px; height: 14px; stroke: #16a34a; fill: none; stroke-width: 2; flex-shrink: 0; }
.bw-social-toast { position: fixed; bottom: 24px; left: 24px; background: #fff; border: 1px solid #e8e2d4; border-radius: 12px; padding: 12px 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.12); z-index: 9997; display: flex; align-items: center; gap: 10px; max-width: 340px; transform: translateY(120%); transition: transform 0.4s ease, opacity 0.4s ease; opacity: 0; font-size: 0.82rem; color: #555; }
.bw-social-toast.show { transform: translateY(0); opacity: 1; }
.bw-social-toast .bw-toast-icon { width: 32px; height: 32px; border-radius: 50%; background: #f0fdf4; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bw-social-toast .bw-toast-icon svg { width: 16px; height: 16px; stroke: #16a34a; fill: none; stroke-width: 2; }
.bw-social-toast strong { color: #1a1a1a; }
.bw-social-toast .bw-toast-close { position: absolute; top: 6px; right: 8px; background: none; border: none; font-size: 14px; color: #aaa; cursor: pointer; padding: 2px; }
.bw-review-snippet { background: #faf8f4; border-radius: 8px; padding: 12px 14px; margin-bottom: 10px; }
.bw-review-snippet .bw-review-text { font-size: 0.84rem; color: #555; font-style: italic; line-height: 1.5; margin-bottom: 6px; }
.bw-review-snippet .bw-review-author { font-size: 0.78rem; color: #999; }
.bw-review-snippet .bw-review-stars { color: #f59e0b; font-size: 0.75rem; letter-spacing: 1px; }
.bw-confirm-upsell { background: #faf8f4; border: 1px solid #e8e2d4; border-radius: 12px; padding: 20px; margin-top: 20px; }
.bw-confirm-upsell h4 { font-size: 0.95rem; color: #1a1a1a; margin: 0 0 12px; }
.bw-upsell-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bw-upsell-item { background: #fff; border: 1px solid #e8e8e8; border-radius: 8px; padding: 14px; text-align: center; text-decoration: none; color: #555; transition: border-color 0.2s, box-shadow 0.2s; }
.bw-upsell-item:hover { border-color: #b8860b; box-shadow: 0 2px 8px rgba(184,134,11,0.1); }
.bw-upsell-item svg { width: 24px; height: 24px; stroke: #b8860b; fill: none; stroke-width: 1.5; margin-bottom: 6px; }
.bw-upsell-item .bw-upsell-label { font-size: 0.82rem; font-weight: 600; color: #1a1a1a; }
.bw-upsell-item .bw-upsell-desc { font-size: 0.72rem; color: #888; margin-top: 2px; }
.bw-confirm-share { margin-top: 16px; display: flex; align-items: center; gap: 10px; justify-content: center; }
.bw-confirm-share span { font-size: 0.82rem; color: #888; }
.bw-share-btn { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #e8e8e8; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; }
.bw-share-btn:hover { background: #f5f5f0; }
.bw-share-btn svg { width: 16px; height: 16px; stroke: #555; fill: none; stroke-width: 2; }
.bw-flex-dates { background: #eff6ff; border: 1px solid #bfdbfe; color: #1e40af; padding: 10px 14px; border-radius: 8px; font-size: 0.82rem; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.bw-flex-dates svg { width: 16px; height: 16px; stroke: #3b82f6; fill: none; stroke-width: 2; flex-shrink: 0; }
.bw-flex-dates strong { color: #1e3a5f; }
.bw-field-valid { border-color: #16a34a !important; }
.bw-field-invalid { border-color: #dc3545 !important; }
.bw-field-check { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: #16a34a; font-size: 14px; pointer-events: none; }
.bw-book-direct { display: flex; align-items: center; gap: 6px; background: #faf8f4; border: 1px solid #e8e2d4; border-radius: 8px; padding: 8px 12px; margin-bottom: 12px; }
.bw-book-direct-text { font-size: 0.72rem; color: #555; line-height: 1.3; }
.bw-confirm-contact { margin-top: 14px; padding-top: 14px; border-top: 1px solid #e2e8f0; font-size: 0.82rem; color: #888; text-align: center; }
.bw-confirm-contact a { color: #b8860b; text-decoration: none; }
.bw-contact-bar { background: #faf8f4; border: 1px solid #e8e2d4; border-radius: 10px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.bw-contact-left h4 { font-size: 0.95rem; color: #1a1a1a; margin-bottom: 2px; }
.bw-contact-left p { font-size: 0.82rem; color: #888; margin: 0; }
.bw-contact-right { display: flex; gap: 10px; }
#bw-app .bw-contact-btn { display: inline-flex; align-items: center; gap: 5px; padding: 7px 14px; border-radius: 8px; font-size: 0.82rem; font-weight: 500; text-decoration: none; transition: all 0.2s; border: none; cursor: pointer; }
#bw-app .bw-contact-btn.email { background: #fff; border: 1px solid #ddd; color: #555; }
#bw-app .bw-contact-btn.phone { background: #b8860b; color: #fff; }
#bw-app .bw-contact-btn:hover { opacity: 0.85; }
#bw-app .bw-contact-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
.bw-widget-footer { background: #faf8f4; border-top: 1px solid #e8e2d4; padding: 14px 20px; text-align: center; border-radius: 10px; margin-bottom: 24px; }
.bw-widget-footer p { font-size: 0.78rem; color: #999; margin: 0; }
.bw-widget-footer a { color: #b8860b; text-decoration: none; }
.bw-map-section { margin-bottom: 24px; }
.bw-map-section h3 { font-size: 1.1rem; margin-bottom: 12px; color: #1a1a1a; }
.bw-map-frame { border-radius: 10px; overflow: hidden; border: 1px solid #e8e8e8; }
.bw-map-frame iframe { width: 100%; height: 280px; border: 0; }
.bw-map-address { font-size: 0.88rem; color: #666; margin-top: 8px; display: flex; align-items: center; gap: 6px; }
.bw-map-address svg { width: 14px; height: 14px; stroke: #888; fill: none; stroke-width: 2; flex-shrink: 0; }
.bw-detail-review-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.bw-detail-rating { display: inline-flex; align-items: center; gap: 4px; background: #b8860b; color: #fff; font-size: 0.85rem; font-weight: 700; padding: 4px 10px; border-radius: 6px; }
.bw-detail-rating svg { width: 13px; height: 13px; fill: #fff; stroke: none; }
.bw-detail-review-text { font-size: 0.88rem; color: #666; }
.bw-checkout-grid { display: grid; grid-template-columns: 1fr minmax(280px, 380px); gap: 32px; }
.bw-checkout-grid > div { min-width: 0; }
.bw-form-card { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 24px; margin-bottom: 20px; }
.bw-form-card h3 { display: flex; align-items: center; gap: 8px; font-size: 1.05rem; margin-bottom: 20px; color: #1a1a1a; }
.bw-icon { display: inline-flex; width: 20px; height: 20px; }
.bw-icon svg { width: 100%; height: 100%; stroke: #b8860b; fill: none; stroke-width: 2; }
.bw-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.bw-form-row:last-child { margin-bottom: 0; }
.bw-form-field { display: flex; flex-direction: column; gap: 6px; }
.bw-form-field label { font-size: 0.85rem; font-weight: 600; color: #555; text-align: left; }
.bw-form-field .bw-field-error { font-size: 0.8rem; color: #dc3545; display: none; margin-top: 2px; }
.bw-form-field.has-error input, .bw-form-field.has-error select, .bw-form-field.has-error textarea { border-color: #dc3545; }
.bw-form-field.has-error .bw-field-error { display: block; }
.bw-form-field.valid input, .bw-form-field.valid select { border-color: #2e7d32; }
.bw-checkout-header { margin-bottom: 24px; }
.bw-checkout-header h2 { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-weight: 400; font-size: 1.6rem; color: #1a1a1a; margin-bottom: 4px; }
.bw-checkout-subtext { font-size: 0.95rem; color: #666; }
.bw-checkout-subtext span { color: #dc3545; }
.bw-checkout-urgency { display: flex; align-items: center; gap: 8px; background: #fef3cd; border: 1px solid #ffc107; border-radius: 8px; padding: 10px 14px; margin-top: 12px; font-size: 0.88rem; color: #856404; }
.bw-checkout-urgency svg { width: 16px; height: 16px; stroke: #856404; fill: none; stroke-width: 2; flex-shrink: 0; }
.bw-form-field.has-error input, .bw-form-field.has-error select, .bw-form-field.has-error textarea { border-color: #dc3545 !important; background: #fef2f2; box-shadow: 0 0 0 3px rgba(220,53,69,0.1); }
.bw-form-field.has-error label { color: #dc3545; }
@keyframes bwShake { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-4px)} 75%{transform:translateX(4px)} }
.bw-form-field.shake { animation: bwShake 0.3s ease; }
.bw-trust-badges { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 16px; padding-top: 16px; border-top: 1px solid #f0f0f0; }
.bw-trust-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.8rem; color: #666; }
.bw-trust-badge svg { width: 16px; height: 16px; stroke: #2e7d32; fill: none; stroke-width: 2; }
.bw-stripe-element { border: 1px solid #ddd; border-radius: 8px; padding: 14px 16px; background: #fff; transition: border-color 0.2s; min-height: 44px; }
.bw-stripe-element.StripeElement--focus { border-color: #b8860b; box-shadow: 0 0 0 3px rgba(184,134,11,0.1); }
.bw-stripe-element.StripeElement--invalid { border-color: #dc3545; }
.bw-stripe-error { color: #dc3545; font-size: 0.85rem; margin-top: 6px; min-height: 1.2em; }
.bw-tc-agree { display: flex; align-items: flex-start; gap: 10px; padding: 16px 0; }
.bw-tc-agree input[type="checkbox"] { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; accent-color: #b8860b; cursor: pointer; }
.bw-tc-agree label { font-size: 0.9rem; color: #444; cursor: pointer; line-height: 1.5; }
.bw-tc-agree.tc-error { background: #fef2f2; padding: 12px 16px; border-radius: 8px; border: 1px solid #fecaca; }
.bw-tc-error-msg { font-size: 0.85rem; color: #dc3545; display: none; margin-bottom: 12px; }
.bw-tc-error-msg.visible { display: block; }
.bw-rate-plan-error { font-size: 0.85rem; color: #dc3545; display: none; margin: 8px 0; padding: 8px 12px; background: #fef2f2; border: 1px solid #fecaca; border-radius: 6px; text-align: center; }
.bw-rate-plan-error.visible { display: block; }
.bw-rate-missing { outline: 2px solid #dc3545 !important; border-radius: 8px; animation: bwShake 0.4s ease-in-out; }
.bw-summary-sticky { position: sticky; top: 20px; }
.bw-summary-box { border: 1px solid #e8e8e8; border-radius: 12px; overflow: hidden; background: #fff; }
.bw-summary-img { height: 180px; background-size: cover; background-position: center; }
.bw-summary-body { padding: 20px; }
.bw-summary-body h4 { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-weight: 400; font-size: 1.1rem; margin-bottom: 8px; color: #1a1a1a; }
.bw-summary-body .bw-dates { font-size: 0.85rem; color: #666; margin-bottom: 16px; }
.bw-policy-box { background: #fafafa; border: 1px solid #e8e8e8; border-radius: 8px; padding: 12px; margin-top: 16px; }
.bw-policy-title { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #888; margin-bottom: 6px; }
.bw-policy-box p { font-size: 0.85rem; color: #555; margin: 0; line-height: 1.5; }
.bw-confirm-wrap { text-align: center; max-width: 560px; margin: 32px auto; padding: 40px 24px; }
.bw-confirm-check { width: 64px; height: 64px; background: #e8f5e9; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.bw-confirm-check svg { width: 32px; height: 32px; stroke: #2e7d32; fill: none; stroke-width: 3; }
.bw-confirm-wrap h2 { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-weight: 400; font-size: 1.8rem; }
.bw-ref { color: #666; font-size: 0.9rem; margin-bottom: 28px; }
.bw-confirm-details { text-align: left; background: #fafafa; border: 1px solid #e8e8e8; border-radius: 12px; padding: 20px; margin-bottom: 28px; }
.bw-cd-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 0.95rem; }
.bw-cd-row:last-child { border-bottom: none; }
.bw-label { color: #888; }
.bw-value { font-weight: 600; color: #1a1a1a; text-align: right; }
.bw-tc-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); display: none; z-index: 10000; align-items: center; justify-content: center; padding: 20px; }
.bw-tc-overlay.open { display: flex; }
.bw-tc-modal { background: #fff; border-radius: 12px; max-width: 600px; width: 100%; max-height: 80vh; display: flex; flex-direction: column; }
.bw-tc-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid #e8e8e8; }
.bw-tc-modal-header h3 { margin: 0; }
.bw-tc-close { background: none; border: none; cursor: pointer; padding: 8px; border-radius: 50%; }
.bw-tc-close:hover { background: #f0f0f0; }
.bw-tc-close svg { width: 20px; height: 20px; stroke: #555; fill: none; stroke-width: 2; }
.bw-tc-modal-body { padding: 24px; overflow-y: auto; flex: 1; font-size: 0.9rem; color: #444; line-height: 1.7; }
.bw-tc-modal-body h4 { color: #1a1a1a; margin: 20px 0 8px; font-size: 1rem; }
.bw-tc-modal-body h4:first-child { margin-top: 0; }
.bw-tc-modal-footer { padding: 16px 24px; border-top: 1px solid #e8e8e8; text-align: right; }
.bw-mobile-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #e0e0e0; padding: 12px 20px; z-index: 9999; box-shadow: 0 -2px 12px rgba(0,0,0,0.08); }
.bw-mbb-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.bw-mbb-amount { font-size: 1.2rem; font-weight: 700; color: #1a1a1a; }
.bw-mbb-detail { font-size: 0.8rem; color: #888; }
.bw-mbb-price-col { display: flex; flex-direction: column; gap: 1px; }
.bw-mbb-pernight { font-size: 1.15rem; font-weight: 700; color: #1a1a1a; }
.bw-mbb-pn-label { font-size: 0.8rem; font-weight: 400; color: #666; }
.bw-mbb-subtotal { font-size: 0.75rem; color: #888; }
.bw-mbb-original { font-size: 0.85rem; font-weight: 400; color: #999; text-decoration: line-through; margin-right: 4px; }
.bw-mbb-badge { display: inline-block; font-size: 0.65rem; font-weight: 600; color: #2e7d32; background: #e8f5e9; padding: 2px 6px; border-radius: 4px; margin-bottom: 2px; letter-spacing: 0.3px; text-transform: uppercase; }
.bw-error { text-align: center; padding: 48px 24px; }
.bw-error-icon { font-size: 2.5rem; margin-bottom: 16px; }
.bw-error h3 { font-size: 1.3rem; margin-bottom: 8px; }
.bw-error p { color: #666; margin-bottom: 20px; }
.bw-marketing-consent { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; }
.bw-marketing-consent input { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: #b8860b; }
.bw-marketing-consent label { font-size: 0.85rem; color: #666; line-height: 1.5; }
.bw-secure-banner { display: flex; align-items: center; gap: 12px; background: linear-gradient(135deg, #f0fdf4, #ecfdf5); border: 1px solid #bbf7d0; border-radius: 10px; padding: 14px 18px; margin-bottom: 24px; }
.bw-secure-banner-icon { width: 36px; height: 36px; background: #dcfce7; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bw-secure-banner-icon svg { width: 18px; height: 18px; stroke: #16a34a; fill: none; stroke-width: 2.5; }
.bw-secure-banner-text { font-size: 0.88rem; color: #166534; font-weight: 500; line-height: 1.4; }
.bw-secure-banner-text strong { font-weight: 700; }
.bw-secure-banner-badges { display: flex; gap: 8px; margin-left: auto; flex-shrink: 0; }
.bw-secure-mini { display: inline-flex; align-items: center; gap: 4px; font-size: 0.72rem; color: #16a34a; font-weight: 600; background: #fff; border: 1px solid #bbf7d0; padding: 3px 8px; border-radius: 4px; white-space: nowrap; }
.bw-secure-mini svg { width: 12px; height: 12px; stroke: #16a34a; fill: none; stroke-width: 2; }
.bw-phone-wrap { display: flex; gap: 0; }
.bw-phone-code-btn { display: flex; align-items: center; gap: 6px; padding: 10px 12px; border: 2px solid #e0e0e0; border-right: none; border-radius: 8px 0 0 8px; background: #fafafa; cursor: pointer; font-size: 0.9rem; color: #1a1a1a; min-height: 48px; white-space: nowrap; transition: border-color 0.2s; }
.bw-phone-code-btn:hover { background: #f0f0f0; }
.bw-phone-code-btn .bw-flag { font-size: 1.2rem; line-height: 1; }
.bw-phone-code-btn .bw-dial { font-weight: 600; font-size: 0.85rem; color: #555; }
.bw-phone-code-btn svg { width: 12px; height: 12px; stroke: #888; fill: none; stroke-width: 2; flex-shrink: 0; }
.bw-phone-wrap input[type="tel"] { border-radius: 0 8px 8px 0 !important; flex: 1; min-width: 0; }
.bw-phone-dropdown { position: absolute; top: 100%; left: 0; z-index: 100; background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); max-height: 280px; overflow-y: auto; width: 280px; margin-top: 4px; }
.bw-phone-dropdown-search { width: 100%; padding: 10px 12px; border: none; border-bottom: 1px solid #e8e8e8; font-size: 0.9rem; outline: none; font-family: inherit; }
.bw-phone-dd-item { display: flex; align-items: center; gap: 10px; padding: 10px 14px; cursor: pointer; font-size: 0.9rem; color: #1a1a1a; transition: background 0.1s; }
.bw-phone-dd-item:hover { background: #f5f0e6; }
.bw-phone-dd-item .bw-flag { font-size: 1.1rem; }
.bw-phone-dd-item .bw-dd-dial { color: #888; font-size: 0.82rem; margin-left: auto; }
.bw-card-brands { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.bw-card-brand { height: 24px; width: auto; opacity: 0.7; transition: opacity 0.2s; }
.bw-card-brand.active { opacity: 1; }
.bw-card-brands-label { font-size: 0.78rem; color: #888; margin-right: 4px; }
.bw-cardholder-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.bw-summary-mobile-toggle { display: none; }
.bw-summary-content { display: block; }
.bw-save-payment { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; padding: 12px; background: #fafafa; border-radius: 8px; border: 1px solid #e8e8e8; }
.bw-save-payment input { width: 18px; height: 18px; margin-top: 1px; flex-shrink: 0; accent-color: #b8860b; }
.bw-save-payment label { font-size: 0.85rem; color: #555; line-height: 1.4; cursor: pointer; }
.bw-save-payment label strong { color: #1a1a1a; }
.bw-desktop-only { display: block; }
.bw-mobile-only { display: none; }
.bw-mobile-rate-plans { display: none; }
.bw-mobile-rp-title { font-size: 1.05rem; font-weight: 600; color: #1a1a1a; margin: 16px 0 10px; }
.bw-mobile-rp-hint { text-align: center; color: #999; font-size: 0.85rem; margin-top: 12px; font-style: italic; }
.bw-mobile-continue-btn { transition: opacity 0.3s ease; }
.bw-mobile-rp-secure { text-align: center; color: #888; font-size: 0.78rem; margin-top: 8px; }
@keyframes bwHighlightPulse { 0% { box-shadow: 0 0 0 0 rgba(184,134,11,0.3); } 50% { box-shadow: 0 0 0 8px rgba(184,134,11,0.1); } 100% { box-shadow: 0 0 0 0 rgba(184,134,11,0); } }
.bw-highlight-pulse { animation: bwHighlightPulse 0.75s ease 2; border-radius: 12px; }
.bw-mobile-bar { transition: transform 0.3s ease, opacity 0.3s ease; transform: translateY(100%); opacity: 0; }
.bw-mobile-bar.visible { transform: translateY(0); opacity: 1; }
.bw-last-booked { font-size: 0.75rem; color: #16a34a; display: flex; align-items: center; gap: 4px; margin-top: 4px; }
.bw-last-booked svg { width: 12px; height: 12px; stroke: #16a34a; fill: none; stroke-width: 2; }
.bw-exit-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); z-index: 99999; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
.bw-exit-overlay.show { opacity: 1; }
.bw-exit-box { background: #fff; border-radius: 16px; padding: 36px 32px; max-width: 440px; width: 90%; text-align: center; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.2); }
.bw-exit-box h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.5rem; color: #1a1a1a; margin: 0 0 8px; font-weight: 400; }
.bw-exit-box p { color: #666; font-size: 0.9rem; margin: 0 0 20px; }
.bw-exit-form { display: flex; gap: 8px; margin-bottom: 12px; }
.bw-exit-form input { flex: 1; padding: 12px 14px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 0.9rem; outline: none; }
.bw-exit-form input:focus { border-color: #b8860b; }
.bw-exit-form button { padding: 12px 24px; background: #b8860b; color: #fff; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.bw-exit-close { position: absolute; top: 12px; right: 14px; background: none; border: none; font-size: 20px; color: #aaa; cursor: pointer; }
.bw-exit-note { font-size: 0.75rem; color: #999; }
.bw-price-match-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.82rem; color: #b8860b; margin-top: 12px; transition: color 0.2s; }
.bw-price-match-link:hover { color: #92400e; }
.bw-price-match-link span { text-decoration: underline; }
.bw-search-summary { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid #e8e2d4; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: -20px -20px 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.bw-search-summary-info { display: flex; align-items: center; gap: 16px; font-size: 0.85rem; color: #555; }
.bw-search-summary-info strong { color: #1a1a1a; }
.bw-search-summary-info svg { width: 14px; height: 14px; stroke: #b8860b; fill: none; stroke-width: 2; }
.bw-search-summary-edit { background: none; border: 1px solid #b8860b; color: #b8860b; padding: 6px 14px; border-radius: 6px; font-size: 0.82rem; font-weight: 500; cursor: pointer; transition: all 0.2s; }
.bw-search-summary-edit:hover { background: #b8860b; color: #fff; }
.bw-lightbox-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.92); z-index: 99998; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
.bw-lightbox-overlay.show { opacity: 1; }
.bw-lightbox-img { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: 4px; }
.bw-lightbox-close { position: absolute; top: 16px; right: 20px; background: none; border: none; color: #fff; font-size: 32px; cursor: pointer; z-index: 2; }
.bw-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.15); border: none; color: #fff; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; font-size: 20px; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.bw-lightbox-nav:hover { background: rgba(255,255,255,0.3); }
.bw-lightbox-prev { left: 16px; }
.bw-lightbox-next { right: 16px; }
.bw-lightbox-counter { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.7); font-size: 0.85rem; }
.bw-welcome-back { background: linear-gradient(135deg, #fef3c7, #fde68a); border: 1px solid #f59e0b; border-radius: 10px; padding: 14px 18px; display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.bw-welcome-back svg { width: 20px; height: 20px; stroke: #b45309; fill: none; stroke-width: 2; flex-shrink: 0; }
.bw-welcome-back span { font-size: 0.88rem; color: #92400e; }
.bw-welcome-back strong { color: #78350f; }
.bw-skeleton-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #eee; }
.bw-skeleton-img { height: 200px; background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: bw-shimmer 1.5s infinite; }
.bw-skeleton-body { padding: 16px; }
.bw-skeleton-line { height: 14px; background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: bw-shimmer 1.5s infinite; border-radius: 4px; margin-bottom: 10px; }
.bw-skeleton-line.short { width: 60%; }
.bw-skeleton-line.medium { width: 80%; }
.bw-skeleton-line.price { width: 40%; height: 20px; margin-top: 16px; }
@keyframes bw-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.bw-share-icon-btn { position: absolute; top: 12px; right: 12px; z-index: 5; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.9); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.15); transition: all 0.2s; color: #333; }
.bw-share-icon-btn:hover { background: #fff; color: #b8860b; transform: scale(1.1); }
.bw-night-breakdown-trigger { cursor: pointer; border-bottom: 1px dashed #ccc; }
.bw-night-breakdown-trigger:hover { color: #b8860b; border-color: #b8860b; }
.bw-night-tooltip { position: absolute; background: #1a1a1a; color: #fff; padding: 10px 14px; border-radius: 8px; font-size: 0.78rem; z-index: 9999; min-width: 180px; box-shadow: 0 8px 24px rgba(0,0,0,0.2); pointer-events: none; }
.bw-night-tooltip::after { content: ""; position: absolute; top: -6px; left: 20px; width: 12px; height: 12px; background: #1a1a1a; transform: rotate(45deg); }
.bw-night-tooltip-row { display: flex; justify-content: space-between; gap: 16px; padding: 2px 0; }
.bw-night-tooltip-row.total { border-top: 1px solid rgba(255,255,255,0.2); margin-top: 4px; padding-top: 6px; font-weight: 600; }
.bw-cal-sheet-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 99990; opacity: 0; transition: opacity 0.3s; }
.bw-cal-sheet-overlay.show { opacity: 1; }
.bw-cal-sheet { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-radius: 20px 20px 0 0; max-height: 90vh; z-index: 99991; transform: translateY(100%); transition: transform 0.35s ease; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.bw-cal-sheet.show { transform: translateY(0); }
.bw-cal-sheet-handle { width: 40px; height: 4px; background: #ddd; border-radius: 2px; margin: 10px auto 0; }
.bw-cal-sheet-header { padding: 16px 20px 12px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; position: sticky; top: 0; background: #fff; z-index: 1; }
.bw-cal-sheet-header h3 { margin: 0; font-size: 1.1rem; }
.bw-cal-sheet-close { background: none; border: none; font-size: 24px; color: #888; cursor: pointer; }
.bw-cal-sheet-months { padding: 16px 20px; }
.bw-cal-sheet-month { margin-bottom: 24px; }
.bw-cal-sheet-month h4 { font-size: 0.95rem; font-weight: 600; margin: 0 0 12px; color: #1a1a1a; text-align: center; }
@media (max-width: 768px) {
#bw-app { padding: 0 16px; font-size: 15px; }
.bw-search-hero h1 { font-size: 1.6rem; }
.bw-search-grid { grid-template-columns: 1fr; }
.bw-search-card { padding: 20px 16px; }
.bw-room-card { grid-template-columns: 1fr; }
.bw-room-img { aspect-ratio: 16/10; }
.bw-room-body { padding: 16px; }
.bw-room-footer { flex-direction: column; align-items: flex-start; }
.bw-room-footer .bw-btn { width: 100%; }
.bw-detail-header-mobile { display: block; margin-bottom: 12px; }
.bw-detail-header-mobile h2 { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-weight: 400; font-size: 1.3rem; margin-bottom: 4px; color: #1a1a1a; }
.bw-detail-header-mobile .bw-tagline { font-size: 0.88rem; color: #777; font-style: italic; margin: 0; }
.bw-detail-sidebar .bw-detail-title-desktop { display: none; }
.bw-detail-grid { grid-template-columns: 1fr; gap: 0; }
.bw-detail-sidebar { position: static; padding: 0; margin-top: 16px; }
.bw-gallery { margin: 0 -16px 0; }
.bw-gallery-main { aspect-ratio: 3/2; border-radius: 0; }
.bw-gallery-nav { width: 44px; height: 44px; }
.bw-gallery-nav.prev { left: 8px; }
.bw-gallery-nav.next { right: 8px; }
.bw-gallery-thumbs { display: none; }
.bw-dates-bar { padding: 10px 12px; margin: 12px 0; font-size: 0.85rem; flex-wrap: wrap; border-radius: 8px; }
.bw-rate-card { padding: 14px; margin-bottom: 8px; border-radius: 8px; }
.bw-rate-row { flex-direction: column; gap: 6px; padding-right: 36px; }
.bw-rp-name { font-size: 0.92rem; }
.bw-rp-desc { font-size: 0.82rem; line-height: 1.4; }
.bw-rp-price { font-size: 1.15rem; }
.bw-rate-check { top: 12px; right: 12px; width: 24px; height: 24px; }
.bw-breakdown { padding: 14px; margin-top: 12px; border-radius: 8px; }
.bw-bd-row { font-size: 0.9rem; padding: 5px 0; }
.bw-bd-row.total { font-size: 1rem; }
.bw-detail-specs { gap: 12px; padding: 12px; }
.bw-amenities-grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }
.bw-contact-bar { flex-direction: column; text-align: center; }
.bw-contact-right { justify-content: center; }
.bw-map-frame iframe { height: 200px; }
.bw-secure-banner { flex-wrap: wrap; padding: 12px 14px; gap: 8px; }
.bw-secure-banner-badges { margin-left: 0; margin-top: 4px; }
.bw-cardholder-row { grid-template-columns: 1fr; gap: 12px; }
.bw-phone-dropdown { width: 260px; }
.bw-summary-mobile-toggle { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; cursor: pointer; font-size: 0.95rem; font-weight: 600; color: #1a1a1a; border-bottom: 1px solid #e8e8e8; }
.bw-summary-mobile-toggle .bw-summary-chevron { transition: transform 0.2s; }
.bw-summary-mobile-toggle.open .bw-summary-chevron { transform: rotate(180deg); }
.bw-summary-content { display: none; }
.bw-summary-content.open { display: block; }
.bw-checkout-grid { grid-template-columns: 1fr; gap: 20px; }
.bw-summary-sticky { position: static; }
.bw-form-card { padding: 16px; margin-bottom: 16px; }
.bw-form-card h3 { font-size: 0.95rem; margin-bottom: 16px; }
.bw-form-row { grid-template-columns: 1fr; gap: 12px; }
.bw-desktop-only { display: none !important; }
.bw-mobile-only { display: block; }
.bw-mobile-bar.visible { display: block; }
.bw-results-top { flex-direction: column; }
.bw-stay-pill { font-size: 0.85rem; }
.bw-cal-wrap { position: fixed !important; top: 0 !important; bottom: 0 !important; left: 0 !important; right: 0 !important; transform: none !important; min-width: auto; max-height: none; overflow-y: auto; border-radius: 0; margin-top: 0; padding: 0; box-shadow: none; -webkit-overflow-scrolling: touch; z-index: 10001 !important; display: none; flex-direction: column; }
.bw-cal-wrap.open { display: flex !important; }
.bw-cal-mobile-header { display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; border-bottom: none; background: #fff; position: sticky; top: 0; z-index: 2; }
.bw-cal-mobile-header h3 { margin: 0; font-size: 1rem; font-weight: 600; color: #1a1a1a; }
.bw-cal-mobile-close { background: none; border: none; padding: 6px; cursor: pointer; border-radius: 50%; }
.bw-cal-mobile-close:hover { background: #f0f0f0; }
.bw-cal-mobile-close svg { width: 22px; height: 22px; stroke: #555; fill: none; stroke-width: 2; }
.bw-cal-mobile-dates { display: flex; gap: 8px; padding: 6px 16px 10px; background: #fff; border-bottom: 1px solid #e8e8e8; }
.bw-cal-mobile-date { flex: 1; text-align: center; padding: 6px 8px; border-radius: 8px; background: #fafafa; border: 2px solid #e0e0e0; }
.bw-cal-mobile-date.active { border-color: #b8860b; background: #fdf8ef; }
.bw-cal-mobile-date .bw-cmd-label { font-size: 0.7rem; color: #888; text-transform: uppercase; letter-spacing: 0.5px; }
.bw-cal-mobile-date .bw-cmd-value { font-size: 0.88rem; font-weight: 600; color: #1a1a1a; margin-top: 1px; }
.bw-cal-months-scroll { flex: 1; overflow-y: auto; padding: 10px 16px 80px; }
.bw-cal-months { flex-direction: column; gap: 18px; }
.bw-cal-header { display: none; }
.bw-cal-month-title { font-weight: 700; font-size: 0.95rem; margin-bottom: 6px; }
.bw-cal-day { min-height: 40px; min-width: 40px; font-size: 0.95rem; }
.bw-cal-dow { padding: 4px 0; font-size: 0.7rem; }
.bw-cal-hint { position: sticky; bottom: 0; background: #fff; border-top: 1px solid #e0e0e0; padding: 10px 16px; margin: 0; border-radius: 0; text-align: center; font-size: 0.85rem; }
.bw-confirm-wrap { padding: 24px 16px; }
.bw-confirm-details { padding: 16px; }
.bw-cd-row { font-size: 0.9rem; padding: 8px 0; flex-wrap: wrap; gap: 4px; }
.bw-summary-img { height: 140px; }
.bw-summary-body { padding: 16px; }
.bw-summary-body h4 { font-size: 1rem; }
.bw-policy-box { padding: 10px; margin-top: 12px; }
.bw-mobile-rate-plans { display: block; margin: 16px 0 20px; padding: 16px; background: #fafaf7; border-radius: 12px; border: 1px solid #e8e8e8; }
.bw-detail-sidebar .bw-rate-card, .bw-detail-sidebar .bw-promo, .bw-detail-sidebar .bw-breakdown, .bw-detail-sidebar .bw-loading, .bw-detail-sidebar .bw-short-stay-notice { display: none; }
.bw-mobile-bar { display: block !important; }
#bw-app { padding-bottom: 80px; }
.bw-sticky-detail-cta { display: none !important; }
.bw-social-toast { left: 12px; right: 12px; max-width: none; bottom: 90px; }
.bw-upsell-grid { grid-template-columns: 1fr; }
.bw-detail-sidebar .bw-book-direct { display: none; }
.bw-exit-overlay { display: none !important; }
.bw-search-summary { margin: -16px -16px 16px; padding: 8px 16px; }
.bw-search-summary-info { font-size: 0.78rem; gap: 8px; flex-wrap: wrap; }
.bw-cal-sheet { display: block; }
}
@media (min-width: 769px) {
.bw-mobile-bar { display: none !important; }
.bw-mobile-rate-plans { display: none !important; }
}
@media (min-width: 769px) and (max-width: 1100px) {
#bw-app { max-width: 100%; padding: 0 16px; }
.bw-detail-grid { grid-template-columns: 1fr; gap: 16px; }
.bw-detail-sidebar { position: static; }
.bw-gallery-main { aspect-ratio: 16/9; }
.bw-gallery-thumbs { display: flex; }
.bw-room-card { grid-template-columns: minmax(200px, 300px) 1fr; }
.bw-checkout-grid { grid-template-columns: 1fr; gap: 20px; }
.bw-summary-sticky { position: static; }
.bw-search-card { max-width: 100%; }
.bw-cal-wrap { min-width: auto; max-width: 95vw; padding: 16px; }
.bw-cal-months { gap: 16px; }
.bw-cal-month { min-width: 220px; }
}
.bw-lang-switcher { position: relative; display: inline-flex; align-items: center; }
.bw-lang-btn { background: none; border: 1px solid #e0e0e0; border-radius: 8px; padding: 6px 12px; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; font-size: 0.82rem; color: #555; font-family: inherit; transition: all 0.2s; }
.bw-lang-btn:hover { border-color: #b8860b; color: #b8860b; }
.bw-lang-btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.bw-lang-dropdown { display: none; position: absolute; top: calc(100% + 4px); right: 0; background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; box-shadow: 0 8px 32px rgba(0,0,0,0.12); z-index: 1000; min-width: 180px; padding: 6px 0; max-height: 400px; overflow-y: auto; }
.bw-lang-dropdown.open { display: block; }
.bw-lang-option { display: flex; align-items: center; gap: 10px; padding: 8px 16px; cursor: pointer; font-size: 0.88rem; color: #333; transition: background 0.15s; border: none; background: none; width: 100%; text-align: left; font-family: inherit; }
.bw-lang-option:hover { background: #f5f0e6; }
.bw-lang-option.active { color: #b8860b; font-weight: 600; background: #faf5e6; }
.bw-lang-option .bw-lang-flag { font-size: 1.1rem; }
[dir="rtl"] .bw-search-dates { flex-direction: row-reverse; }
[dir="rtl"] .bw-promo-form { flex-direction: row-reverse; }
[dir="rtl"] .bw-contact-right { flex-direction: row-reverse; }
[dir="rtl"] .bw-detail-grid { direction: rtl; }
[dir="rtl"] .bw-detail-sidebar { text-align: right; }
[dir="rtl"] .bw-checkout-form { direction: rtl; text-align: right; }
[dir="rtl"] .bw-checkout-form input, [dir="rtl"] .bw-checkout-form select, [dir="rtl"] .bw-checkout-form textarea { text-align: right; direction: rtl; }
[dir="rtl"] .bw-checkout-form input[type="email"], [dir="rtl"] .bw-checkout-form input[type="tel"] { direction: ltr; text-align: left; }
[dir="rtl"] .bw-progress-step { direction: rtl; }
[dir="rtl"] .bw-progress-steps { flex-direction: row-reverse; }
[dir="rtl"] .bw-result-card { direction: rtl; text-align: right; }
[dir="rtl"] .bw-lang-dropdown { right: auto; left: 0; }
[dir="rtl"] .bw-bd-row span:last-child { text-align: left; }
[dir="rtl"] .bw-cal-header { flex-direction: row-reverse; }
[dir="rtl"] .bw-cal-nav-prev, [dir="rtl"] .bw-cal-nav-next { transform: scaleX(-1); }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 20px; padding-left: 0; }
[dir="rtl"] .bw-next-steps { text-align: right; }
[dir="rtl"] .bw-form-field label { text-align: right; }
[dir="rtl"] .bw-confirm-details { text-align: right; }
[dir="rtl"] .bw-value { text-align: left; }
[dir="rtl"] .bw-tc-modal-footer { text-align: left; }
[dir="rtl"] .bw-lang-option { text-align: right; }
[dir="rtl"] .bw-room-body { text-align: right; }
[dir="rtl"] .bw-detail-description { text-align: right; }
[dir="rtl"] .bw-detail-description h3 { text-align: right; }
[dir="rtl"] .bw-checkout-header { text-align: right; }
[dir="rtl"] .bw-form-card h3 { text-align: right; }
[dir="rtl"] .bw-important-box { text-align: right; }
[dir="rtl"] .bw-imp-section { text-align: right; }
[dir="rtl"] .bw-summary-body { text-align: right; }
[dir="rtl"] .bw-summary-body h4 { text-align: right; }
[dir="rtl"] .bw-policy-box { text-align: right; }
[dir="rtl"] .bw-phone-wrap { flex-direction: row-reverse; }
[dir="rtl"] .bw-phone-code-btn { border-radius: 0 8px 8px 0; border-right: none; border-left: 1px solid #ddd; }
[dir="rtl"] #bw-phone { border-radius: 8px 0 0 8px; }
[dir="rtl"] .bw-step-label { text-align: center; }
[dir="rtl"] .bw-search-card { text-align: right; }
[dir="rtl"] .bw-search-hero { text-align: right; }
[dir="rtl"] .bw-results-top { text-align: right; }
[dir="rtl"] .bw-rate-card { text-align: right; }
[dir="rtl"] .bw-rp-name { text-align: right; }
[dir="rtl"] .bw-rp-desc { text-align: right; }
[dir="rtl"] .bw-mobile-rp-title { text-align: right; }
[dir="rtl"] .bw-secure-banner { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .bw-marketing-consent { text-align: right; }
[dir="rtl"] .bw-tc-agree { text-align: right; }
[dir="rtl"] .bw-gdpr-notice { text-align: right; }
[dir="rtl"] .bw-save-payment { text-align: right; }
[dir="rtl"] .bw-card-brands { flex-direction: row-reverse; }
[dir="rtl"] .bw-trust-badges { flex-direction: row-reverse; }
[dir="rtl"] .bw-search-footer { text-align: right; }
[dir="rtl"] .bw-room-footer { flex-direction: row-reverse; }
.bw-multi-room-section { margin-top: 40px; border-top: 2px solid #b8953e; padding-top: 32px; }
.bw-multi-room-header { text-align: center; margin-bottom: 28px; }
.bw-multi-room-icon { display: flex; justify-content: center; margin-bottom: 12px; }
.bw-multi-room-header h3 { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-size: 1.5rem; color: #1a1a1a; margin-bottom: 8px; }
.bw-multi-room-subtitle { color: #666; font-size: 0.95rem; }
.bw-combo-section { margin-bottom: 32px; }
.bw-combo-section-title { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; color: #999; margin-bottom: 16px; }
.bw-combo-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden; margin-bottom: 16px; cursor: pointer; transition: all 0.2s ease; }
.bw-combo-card:hover { border-color: #b8953e; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.bw-combo-images { display: flex; height: 140px; }
.bw-combo-img { flex: 1; background-size: cover; background-position: center; position: relative; }
.bw-combo-img:first-child { border-right: 2px solid #fff; }
.bw-combo-room-label { position: absolute; bottom: 8px; left: 8px; background: rgba(0,0,0,0.7); color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 0.75rem; }
.bw-combo-info { padding: 16px; }
.bw-combo-name { font-size: 1.05rem; margin-bottom: 8px; }
.bw-combo-specs { display: flex; gap: 16px; flex-wrap: wrap; font-size: 0.85rem; color: #666; margin-bottom: 12px; }
.bw-combo-price { display: flex; align-items: baseline; gap: 12px; }
.bw-combo-price-amount { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; }
.bw-combo-price-amount small { font-size: 0.8rem; font-weight: 400; color: #666; }
.bw-combo-price-total { font-size: 0.85rem; color: #666; }
.bw-combo-btn { margin: 0 16px 16px; }
.bw-build-own-section { background: #f9f8f5; border-radius: 12px; padding: 24px; }
.bw-build-own-desc { color: #666; font-size: 0.9rem; margin-bottom: 16px; }
.bw-byo-room { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 8px; cursor: pointer; background: #fff; transition: all 0.2s ease; }
.bw-byo-room:hover { border-color: #b8953e; }
.bw-byo-selected { border-color: #b8953e; background: #faf6ee; }
.bw-byo-disabled { opacity: 0.5; pointer-events: none; }
.bw-byo-room input[type="checkbox"] { accent-color: #b8953e; width: 18px; height: 18px; }
.bw-byo-room-info { flex: 1; }
.bw-byo-room-name { display: block; font-weight: 600; font-size: 0.95rem; }
.bw-byo-room-specs { display: block; font-size: 0.8rem; color: #666; }
.bw-byo-room-price { font-weight: 600; white-space: nowrap; }
.bw-byo-room-price small { font-weight: 400; color: #666; }
.bw-byo-summary { margin-top: 16px; padding-top: 16px; border-top: 1px solid #e0e0e0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.bw-byo-counter { font-size: 0.9rem; color: #555; }
.bw-byo-warning { color: #d32f2f; font-size: 0.85rem; width: 100%; }
.bw-byo-btn { min-width: 180px; }
.bw-room-actions { display: flex; flex-direction: column; gap: 8px; align-items: stretch; }
.bw-room-btn-row { display: flex; gap: 8px; align-items: center; }
.bw-btn-reserve { flex: 1; padding: 10px 16px; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.5px; }
.bw-btn-link { background: none; border: none; color: #b8953e; font-size: 0.8rem; cursor: pointer; padding: 8px 4px; text-decoration: underline; text-underline-offset: 2px; transition: color 0.2s; white-space: nowrap; }
.bw-btn-link:hover { color: #8a6e1f; }
.bw-add-stay-btn { display: inline-flex; align-items: center; gap: 4px; padding: 8px 14px; font-size: 0.82rem; border: 1.5px solid #b8953e; color: #b8953e; background: transparent; border-radius: 6px; cursor: pointer; transition: all 0.2s ease; white-space: nowrap; }
.bw-add-stay-btn:hover { background: #faf6ee; }
.bw-add-stay-btn.bw-added { background: #b8953e; color: #fff; border-color: #b8953e; }
.bw-add-stay-btn.bw-added:hover { background: #a07e2e; }
.bw-add-stay-btn.bw-disabled { opacity: 0.4; cursor: not-allowed; }
.bw-add-stay-btn svg { flex-shrink: 0; }
.bw-remove-link { text-decoration: underline; opacity: 0.85; }
.bw-stay-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 2px solid #b8953e; box-shadow: 0 -4px 20px rgba(0,0,0,0.1); transform: translateY(100%); transition: transform 0.3s ease-out; }
.bw-stay-bar.bw-stay-bar-visible { transform: translateY(0); }
@keyframes bw-slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
.bw-stay-bar-inner { max-width: 900px; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.bw-stay-bar-info { flex: 1; }
.bw-stay-bar-title { font-weight: 600; font-size: 0.95rem; color: #1a1a1a; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.bw-stay-bar-clear { font-size: 0.75rem; font-weight: 400; color: #999; text-decoration: underline; cursor: pointer; margin-left: 4px; }
.bw-stay-bar-clear:hover { color: #dc3545; }
.bw-stay-bar-details { font-size: 0.85rem; color: #666; margin-top: 2px; }
.bw-stay-bar-btn { white-space: nowrap; padding: 12px 24px; font-size: 0.95rem; }
.bw-room-card.bw-room-selected { border: 2px solid #b8953e; box-shadow: 0 0 0 1px #b8953e; }
.bw-package-detail { max-width: 900px; margin: 0 auto; }
.bw-package-header { text-align: center; margin: 20px 0 32px; }
.bw-package-header h2 { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.bw-package-dates { color: #666; font-size: 0.9rem; }
.bw-package-room { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; padding: 28px; margin-bottom: 24px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.bw-package-room-header h3 { font-size: 1.15rem; margin-bottom: 8px; }
.bw-package-room-specs { display: flex; gap: 16px; flex-wrap: wrap; font-size: 0.85rem; color: #666; margin-bottom: 16px; }
.bw-package-room-photos { display: flex; gap: 8px; margin-bottom: 16px; overflow-x: auto; }
.bw-package-room-thumb { position: relative; width: 100px; height: 70px; border-radius: 6px; background-size: cover; background-position: center; flex-shrink: 0; }
.bw-package-label { display: block; font-size: 0.85rem; font-weight: 600; color: #555; margin-bottom: 8px; }
.bw-package-rate-plans { margin-bottom: 20px; margin-top: 16px; }
.bw-package-rates { display: flex; gap: 12px; flex-wrap: wrap; }
.bw-package-rate { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border: 2px solid #e0e0e0; border-radius: 8px; cursor: pointer; transition: all 0.2s ease; flex: 1; min-width: 200px; }
.bw-package-rate:hover { border-color: #b8953e; }
.bw-package-rate.selected { border-color: #b8953e; background: #faf6ee; }
.bw-package-rate-radio { font-size: 1.2rem; color: #b8953e; line-height: 1; }
.bw-package-rate-info { flex: 1; }
.bw-package-rate-info strong { display: block; font-size: 0.95rem; }
.bw-package-rate-price { display: block; font-size: 1.1rem; font-weight: 700; color: #1a1a1a; margin: 4px 0; }
.bw-package-rate-cancel { display: block; font-size: 0.8rem; color: #666; }
.bw-loading-inline { font-size: 0.9rem; color: #999; padding: 12px 0; }
.bw-spinner-sm { display: inline-block; width: 16px; height: 16px; border: 2px solid #ddd; border-top-color: #b8953e; border-radius: 50%; animation: bwSpin 0.6s linear infinite; vertical-align: middle; margin-right: 8px; }
.bw-package-guests { margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee; }
.bw-package-guest-selects { display: flex; gap: 16px; flex-wrap: wrap; }
.bw-pkg-select-group { flex: 1; min-width: 80px; }
.bw-pkg-select-group label { display: block; font-size: 0.8rem; color: #666; margin-bottom: 4px; }
.bw-pkg-select-group select, .bw-pkg-guest-select { width: 100%; padding: 8px; border: 1px solid #ddd; border-radius: 6px; font-size: 0.9rem; }
.bw-pkg-warning { color: #d32f2f; font-size: 0.85rem; margin-top: 8px; }
.bw-package-breakdown { background: #f9f8f5; border-radius: 12px; padding: 24px; margin: 24px 0; }
.bw-package-breakdown h3 { font-size: 1rem; margin-bottom: 16px; }
.bw-pkg-breakdown-row { display: flex; justify-content: space-between; padding: 6px 0; font-size: 0.95rem; }
.bw-pkg-breakdown-sub { font-size: 0.85rem; color: #666; }
.bw-pkg-breakdown-total { display: flex; justify-content: space-between; padding: 12px 4px 4px; margin-top: 12px; border-top: 2px solid #b8953e; font-size: 1.15rem; font-weight: 700; }
.bw-pkg-guest-mismatch { background: #fff3e0; color: #e65100; padding: 10px 16px; border-radius: 8px; font-size: 0.85rem; margin: 12px 0; }
.bw-mr-room-hero { display: flex; gap: 20px; margin-bottom: 16px; }
.bw-mr-room-photo { position: relative; width: 240px; height: 170px; border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.bw-mr-room-photo img { width: 100%; height: 100%; object-fit: cover; }
.bw-mr-room-photo .bw-save-badge { position: absolute; top: 8px; right: 8px; }
.bw-mr-photo-count { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.6); color: #fff; padding: 3px 8px; border-radius: 4px; font-size: 0.72rem; display: flex; align-items: center; gap: 4px; }
.bw-mr-photo-count svg { width: 12px; height: 12px; }
.bw-mr-room-info { flex: 1; min-width: 0; }
.bw-mr-room-badge { display: inline-block; background: #f5f0e5; color: #8b7335; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.6px; padding: 3px 10px; border-radius: 4px; margin-bottom: 6px; }
.bw-mr-room-name { font-family: "Playfair Display", Georgia, serif; font-size: 1.15rem; margin: 0 0 3px; line-height: 1.3; }
.bw-mr-room-tagline { color: #888; font-style: italic; font-size: 0.82rem; margin: 0 0 6px; }
.bw-mr-room-specs { display: flex; flex-wrap: wrap; gap: 8px 14px; font-size: 0.8rem; color: #555; margin-top: 8px; }
.bw-mr-room-specs span { display: inline-flex; align-items: center; gap: 3px; white-space: nowrap; }
.bw-mr-room-desc { font-size: 0.82rem; color: #666; line-height: 1.5; margin: 0 0 16px; }
.bw-mr-sidebar { align-self: start; }
.bw-mr-sidebar-title { font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; margin-bottom: 12px; }
.bw-mr-sidebar .bw-breakdown { margin-top: 16px; padding: 20px; }
.bw-mr-sidebar .bw-breakdown-row { display: flex; justify-content: space-between; padding: 5px 0; font-size: 0.88rem; gap: 8px; }
.bw-mr-sidebar .bw-breakdown-total { display: flex; justify-content: space-between; padding: 12px 0 6px; margin-top: 12px; border-top: 2px solid #b8953e; font-size: 1.1rem; font-weight: 700; }
.bw-mr-sidebar .bw-promo { margin: 16px 0 !important; }
.bw-mr-sidebar .bw-btn-full { margin-top: 4px; }
.bw-mr-sidebar .bw-price-match-link { margin-top: 14px; display: inline-flex; }
@media (max-width: 768px) {
.bw-mr-room-hero { flex-direction: column; }
.bw-mr-room-photo { width: 100%; height: 180px; }
}
.bw-multi-checkout .bw-checkout-grid { display: grid; grid-template-columns: 1fr 340px; gap: 32px; }
.bw-mr-summary-room { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #eee; }
.bw-mr-summary-img { width: 60px; height: 60px; border-radius: 6px; background-size: cover; background-position: center; flex-shrink: 0; }
.bw-mr-summary-info { flex: 1; }
.bw-mr-summary-info strong { display: block; font-size: 0.85rem; color: #b8953e; }
.bw-mr-summary-info span { display: block; font-size: 0.9rem; }
.bw-mr-summary-info small { color: #666; }
.bw-mr-summary-price { font-weight: 600; }
.bw-mr-summary-total { display: flex; justify-content: space-between; padding: 16px 0 0; margin-top: 8px; border-top: 2px solid #b8953e; font-weight: 700; font-size: 1.1rem; }
.bw-mr-confirm-room { background: #f9f8f5; border-radius: 8px; padding: 16px; margin-bottom: 12px; }
.bw-mr-confirm-room h4 { font-size: 1rem; margin-bottom: 8px; color: #b8953e; }
@media (max-width: 768px) {
.bw-combo-images { height: 120px; }
.bw-combo-info { padding: 12px; }
.bw-combo-specs { gap: 8px; }
.bw-combo-btn { margin: 0 12px 12px; }
.bw-build-own-section { padding: 16px; }
.bw-package-room { padding: 16px; }
.bw-package-rates { flex-direction: column; }
.bw-package-rate { min-width: unset; }
.bw-package-room-thumb { width: 80px; height: 56px; }
.bw-multi-checkout .bw-checkout-grid { grid-template-columns: 1fr; }
.bw-byo-room { flex-wrap: wrap; }
.bw-stay-bar-inner { flex-direction: column; text-align: center; padding: 12px 16px; gap: 10px; }
.bw-stay-bar-btn { width: 100%; }
.bw-room-actions { flex-direction: column; align-items: stretch; }
.bw-add-stay-btn { justify-content: center; }
}
.bw-room-qty-row { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.bw-room-qty-label { font-size: 0.85rem; font-weight: 600; color: #555; }
.bw-room-qty-select { padding: 6px 12px; border: 1.5px solid #b8953e; border-radius: 6px; font-size: 0.9rem; color: #1a1a1a; background: #fff; cursor: pointer; min-width: 60px; }
.bw-room-qty-select:focus { outline: none; box-shadow: 0 0 0 2px rgba(184,149,62,0.3); }
.bw-room-qty-avail { font-size: 0.75rem; color: #b8860b; font-weight: 500; background: #fdf8ef; padding: 2px 8px; border-radius: 4px; }
.bw-room-selected .bw-room-qty-select { border-color: #b8953e; background: #faf6ee; }
.bw-rec-banner { background: linear-gradient(135deg, #fdf8ef 0%, #f5eed8 100%); border: 1.5px solid #d4b96a; border-radius: 14px; padding: 24px; margin-bottom: 24px; box-shadow: 0 2px 12px rgba(184,149,62,0.10); }
.bw-rec-title { font-size: 1.1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.bw-rec-title svg { width: 20px; height: 20px; fill: #b8953e; flex-shrink: 0; }
.bw-rec-title-badge { font-size: 0.72rem; font-weight: 600; color: #b8953e; background: rgba(184,149,62,0.12); padding: 3px 10px; border-radius: 20px; letter-spacing: 0.3px; }
.bw-rec-option { display: flex; align-items: stretch; gap: 16px; padding: 16px; border: 1px solid #e8e2d4; border-radius: 10px; margin-bottom: 10px; background: #fff; transition: box-shadow 0.2s, border-color 0.2s; }
.bw-rec-option:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.06); border-color: #d4b96a; }
.bw-rec-option:last-child { margin-bottom: 0; }
.bw-rec-option-photos { display: flex; gap: 6px; flex-shrink: 0; }
.bw-rec-option-photo { position: relative; width: 80px; height: 72px; border-radius: 8px; overflow: hidden; background: #f0f0f0; }
.bw-rec-option-photo img { width: 100%; height: 100%; object-fit: cover; }
.bw-rec-photo-qty { position: absolute; bottom: 4px; right: 4px; background: rgba(0,0,0,0.7); color: #fff; font-size: 0.7rem; font-weight: 700; padding: 2px 6px; border-radius: 4px; line-height: 1; }
.bw-rec-option-info { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.bw-rec-option-rooms { display: flex; flex-direction: column; gap: 2px; margin-bottom: 6px; }
.bw-rec-option-room-line { font-size: 0.9rem; font-weight: 600; color: #1a1a1a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bw-rec-option-specs { font-size: 0.78rem; color: #888; margin-top: 2px; }
.bw-rec-option-specs svg { width: 12px; height: 12px; vertical-align: -1px; margin-right: 2px; }
.bw-rec-option-capacity { font-size: 0.75rem; color: #5a9e6f; font-weight: 600; margin-top: 4px; display: flex; align-items: center; gap: 4px; }
.bw-rec-option-capacity svg { width: 13px; height: 13px; fill: #5a9e6f; }
.bw-rec-option-price { font-size: 0.85rem; color: #666; margin-top: 4px; }
.bw-rec-option-badge { font-size: 0.75rem; color: #b8953e; font-weight: 600; }
.bw-rec-option-cta { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; flex-shrink: 0; }
.bw-rec-select-btn { padding: 10px 20px; border: none; color: #fff; background: #b8953e; border-radius: 8px; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: all 0.2s; white-space: nowrap; box-shadow: 0 2px 6px rgba(184,149,62,0.25); }
.bw-rec-select-btn:hover { background: #a07e2e; box-shadow: 0 3px 10px rgba(184,149,62,0.35); }
.bw-rec-confirm { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.bw-rec-confirm-text { font-size: 0.8rem; color: #dc3545; font-weight: 500; }
.bw-rec-confirm-btn { padding: 6px 12px; border: none; background: #b8953e; color: #fff; border-radius: 5px; font-size: 0.8rem; font-weight: 600; cursor: pointer; }
.bw-rec-confirm-btn:hover { background: #a07e2e; }
.bw-rec-cancel-btn { padding: 6px 12px; border: 1px solid #ccc; background: transparent; color: #666; border-radius: 5px; font-size: 0.8rem; cursor: pointer; }
.bw-rec-cancel-btn:hover { background: #f5f5f5; }
.bw-rec-or { text-align: center; color: #999; font-size: 0.8rem; margin: 10px 0; position: relative; }
.bw-rec-or::before, .bw-rec-or::after { content: ""; position: absolute; top: 50%; width: 40%; height: 1px; background: #e0dace; }
.bw-rec-or::before { left: 0; }
.bw-rec-or::after { right: 0; }
.bw-min-night-banner { display: flex; align-items: flex-start; gap: 12px; background: #f0f4ff; border: 1px solid #c0d0f0; border-radius: 10px; padding: 16px; margin-bottom: 16px; }
.bw-min-night-icon { font-size: 1.3rem; color: #4a7fd0; flex-shrink: 0; }
.bw-min-night-text strong { display: block; margin-bottom: 4px; }
.bw-min-night-text p { font-size: 0.88rem; color: #555; margin: 0; }
.bw-min-night-carousel { display: flex; gap: 12px; overflow-x: auto; padding: 4px 0 16px; -webkit-overflow-scrolling: touch; }
.bw-min-night-card { flex-shrink: 0; min-width: 160px; padding: 14px 16px; border: 2px solid #b8953e; border-radius: 10px; background: #fff; cursor: pointer; text-align: center; transition: all 0.2s; }
.bw-min-night-card:hover { background: #faf6ee; transform: translateY(-2px); }
.bw-mnc-dates { font-size: 0.85rem; font-weight: 700; color: #1a1a1a; white-space: nowrap; }
.bw-mnc-nights { font-size: 0.8rem; color: #666; margin: 4px 0; }
.bw-mnc-price { font-size: 0.88rem; font-weight: 600; color: #b8953e; }
.bw-stay-bar-warning { color: #c0392b; font-size: 0.85rem; font-weight: 500; }
.bw-urgency-badge { display: inline-flex; align-items: center; gap: 4px; font-size: 0.78rem; font-weight: 600; color: #c0392b; margin-top: 4px; }
.bw-urgency-badge svg { width: 14px; height: 14px; stroke: #c0392b; fill: none; stroke-width: 2; }
.bw-trust-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 16px; padding: 0; }
.bw-trust-item { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: #666; white-space: nowrap; }
.bw-trust-item svg { width: 16px; height: 16px; flex-shrink: 0; }
.bw-price-shimmer { display: inline-block; width: 70px; height: 16px; background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: bwShimmer 1.5s infinite; border-radius: 4px; vertical-align: middle; }
.bw-price-shimmer-lg { width: 50px; height: 22px; }
@keyframes bwShimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.bw-btn-reserved { background: #f0ede4; color: #8a7a4a; border: 1.5px solid #d4c89a; cursor: default; }
.bw-btn-reserved:hover { background: #f0ede4; }
.bw-search-row-split { display: flex; gap: 16px; }
.bw-search-row-split > div { flex: 1; }
@media (max-width: 768px) {
.bw-room-qty-row { flex-wrap: wrap; }
.bw-rec-option { flex-direction: column; gap: 10px; align-items: stretch; }
.bw-rec-option-photos { justify-content: flex-start; }
.bw-rec-option-cta { flex-direction: row; justify-content: flex-start; }
.bw-rec-select-btn { width: 100%; text-align: center; }
.bw-min-night-card { min-width: 140px; }
.bw-search-row-split { flex-direction: row; gap: 8px; }
.bw-search-row-split > div { flex: 1; }
.bw-search-row-split select { width: 100%; }
.bw-dates-grid { gap: 8px; }
.bw-search-card { padding: 16px 14px; }
.bw-search-hero { padding: 16px 0 12px; }
.bw-search-hero p { font-size: 0.88rem; }
.bw-field-label { font-size: 0.72rem; margin-bottom: 2px; }
.bw-date-trigger { padding: 10px 12px; min-height: 44px; font-size: 0.92rem; }
#bw-app select { min-height: 44px; padding: 10px 12px; font-size: 0.92rem; }
.bw-search-footer .bw-btn { padding: 14px 24px; }
.bw-trust-strip { gap: 10px; margin-top: 12px; }
.bw-trust-item { font-size: 0.72rem; }
}
