.hotel-results-page{font-family:'Plus Jakarta Sans',sans-serif;background:#eef1f6;color:#0d1f38;min-height:100vh}
.hotel-results-page .page-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 28px}
.hotel-results-page .page-header-inner,.hotel-results-page .container{max-width:1380px;margin:0 auto;padding:0 28px 2rem}
.hotel-results-page .breadcrumb{display:flex;gap:6px;padding:12px 0 0;font-size:12px;color:#a0aec0}
.hotel-results-page .breadcrumb a{color:#718096;text-decoration:none}
.hotel-results-page .page-title{font-family:'Playfair Display',serif;font-size:clamp(20px,2.5vw,28px);font-weight:700;margin:14px 0 4px}
.hotel-results-page .page-title-meta{font-size:13px;color:#718096;margin-bottom:16px}
.hotel-results-page .search-form-section{background:#fff;border-radius:12px;padding:1.25rem;margin:1rem 0 1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 4px rgba(13,31,56,.08)}
.hotel-results-page .search-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:12px;align-items:end}
@media(max-width:900px){.hotel-results-page .search-grid{grid-template-columns:1fr 1fr}}
.hotel-results-page label{display:block;font-size:12px;font-weight:700;margin-bottom:6px;color:#334155}
.hotel-results-page input,.hotel-results-page select{width:100%;height:46px;padding:0 12px;border:1px solid #cbd5e0;border-radius:8px;font-size:14px;box-sizing:border-box}
.hotel-results-page .btn-search{height:46px;padding:0 24px;background:#e05e3c;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;white-space:nowrap}
.hotel-results-page .btn-search:hover{background:#c94e2c}
.hotel-results-page .results-count{font-size:14px;color:#64748b;margin:0 0 1rem}
.hotel-results-page .hotel-card{display:grid;grid-template-columns:240px 1fr auto;gap:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:14px;text-decoration:none;color:inherit;transition:box-shadow .2s,border-color .2s}
.hotel-results-page .hotel-card:hover{border-color:#0d1f38;box-shadow:0 4px 16px rgba(13,31,56,.1)}
@media(max-width:768px){.hotel-results-page .hotel-card{grid-template-columns:1fr}}
.hotel-results-page .hotel-card img{width:100%;height:160px;object-fit:cover;border-radius:8px;background:#f1f5f9}
.hotel-results-page .hotel-card h2{font-size:18px;margin:0 0 8px;color:#0d1f38}
.hotel-results-page .hotel-card-meta{font-size:13px;color:#64748b;margin-bottom:8px}
.hotel-results-page .vendor-pill{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;background:#f1f5f9;color:#475569;margin-bottom:8px}
.hotel-results-page .hotel-price{text-align:right;min-width:120px}
.hotel-results-page .hotel-price .amount{font-size:22px;font-weight:800;color:#0d1f38}
.hotel-results-page .hotel-price .sub{font-size:12px;color:#64748b}
.hotel-results-page .empty-state,.hotel-results-page .loading-state{background:#fff;border:1px dashed #cbd5e0;border-radius:12px;padding:2rem;text-align:center;color:#64748b}
.hotel-results-page .dest-ac-dropdown{z-index:2000}
