.hotel-search-page { background: #f5f7fb; padding-bottom: 48px; }
.hotel-search-page .bc_banner { min-height: 220px; padding: 48px 0 64px; background-color: #162d4d; }
.hotel-search-page .bc_banner h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 700; margin-bottom: 12px; }
.hotel-search-intro { color: #fff; font-size: 16px; max-width: 600px; margin: 0; position: relative; }
.hotel-search-page .bc_form_search { margin-top: -28px; margin-bottom: 32px; position: relative; }
.hotel-search-page .bc_form_search .bc_form { display: flex; flex-wrap: wrap; background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px; box-shadow: 0 10px 32px rgba(22,45,77,.08); }
.hotel-name-search { flex: 0 0 100%; width: 100%; padding-bottom: 22px; margin-bottom: 18px; border-bottom: 1px solid #e9edf3; }
.hotel-name-search > label { display: block; color: #162d4d; font-size: 14px; font-weight: 600; margin-bottom: 9px; }
.hotel-name-search-control { display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 0 16px; border: 1px solid #c9d4e2; border-radius: 10px; background: #f8fafc; }
.hotel-name-search-control:focus-within { border-color: #176ba1; box-shadow: 0 0 0 3px rgba(23,107,161,.15); background: #fff; }
.hotel-name-search-control > i { color: #64748b; }
.hotel-name-search-control input { flex: 1; min-width: 0; width: 100%; border: 0; background: transparent; color: #162d4d; font-size: 16px; outline: none; padding: 14px 0; }
.hotel-name-search-control input::placeholder { color: #64748b; }
.hotel-name-clear { border: 0; background: transparent; color: #475569; font-size: 26px; width: 40px; height: 40px; border-radius: 8px; cursor: pointer; }
.hotel-name-clear:hover { background: #e8eef5; }
.hotel-name-clear[hidden] { display: none; }
.hotel-name-search > span { display: block; color: #64748b; font-size: 12px; margin-top: 8px; }
.hotel-search-page .bc_form .g-field-search { flex: 1; min-width: 0; }
.hotel-search-page .bc_form .g-button-submit { align-self: center; padding-left: 18px; }
.hotel-search-page .btn-search { border-radius: 9px; min-height: 48px; padding: 12px 32px; font-weight: 600; }
.hotel-search-page .bc_filter { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; }
.hotel-search-page .topbar-search { background: #fff; padding: 18px 20px; border: 1px solid #e2e8f0; border-radius: 12px; margin-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.hotel-search-page .topbar-search .result-count { font-size: 20px; font-weight: 600; margin: 0; }
.hotel-search-page .item-loop { border-radius: 12px; overflow: hidden; border-color: #e2e8f0; background: #fff; transition: box-shadow .2s ease; }
.hotel-search-page .item-loop:hover { box-shadow: 0 8px 24px rgba(22,45,77,.1); }
.hotel-search-empty { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 48px 20px; text-align: center; color: #64748b; }
.hotel-search-empty > i { font-size: 28px; margin-bottom: 18px; }
.hotel-search-empty h3 { color: #162d4d; font-size: 22px; }
.hotel-search-empty .btn { margin-top: 12px; border-radius: 8px; }
@media (max-width: 767px) {
    .hotel-search-page .bc_banner { padding: 32px 0 52px; min-height: 190px; }
    .hotel-search-page .bc_form_search .bc_form { padding: 18px; }
    .hotel-search-page .bc_form .g-field-search { flex: 0 0 100%; }
    .hotel-search-page .bc_form_search .bc_form .g-button-submit { width: 100%; flex: 0 0 100%; padding: 16px 0 0; }
    .hotel-search-page .bc_form_search .bc_form .btn-search { width: 100%; }
    .hotel-search-page .bc_form .border-right { border-right: 0 !important; border-bottom: 1px solid #edf1f5; }
    .hotel-search-page .topbar-search { margin-top: 20px; }
}
