.hbx-hotelbeds-page {
    padding-top: 20px;
    padding-bottom: 24px;
}

.hbx-hotelbeds-page #content > h1 {
    margin-top: 0;
    margin-bottom: 24px;
}

.hbx-hotelbeds-page #content > .breadcrumb,
.hbx-hotelbeds-page .breadcrumb,
.hbx-hotelbeds-page .featured,
.hbx-hotelbeds-page #content .box.featured {
    display: none !important;
}

.hbx-hotelbeds-page .hbx-main-card {
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 2px 8px rgba(15, 35, 60, 0.06);
}

.hbx-hotelbeds-page .hbx-tabs {
    margin: 0 0 14px;
}

.hbx-hotelbeds-page .hbx-tab {
    border: 1px solid #d6dde6;
    background: #f7f9fc;
    padding: 9px 16px;
    margin-right: 8px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.hbx-hotelbeds-page .hbx-tab.is-active {
    background: #1d5da8;
    color: #fff;
    border-color: #1d5da8;
}

.hbx-hotelbeds-page .hbx-search-form {
    padding: 16px;
    border: 0;
    border-radius: 8px;
    margin-bottom: 16px;
    background: #f9fbfd;
    box-shadow: none;
}

.hbx-hotelbeds-page .hbx-search-form label,
.hbx-hotelbeds-page .hbx-transfer-form-card label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #2f3e4f;
}

.hbx-hotelbeds-page .form-control {
    height: 40px;
}

.hbx-hotelbeds-page textarea.form-control {
    height: auto;
}

.hbx-hotelbeds-page .hbx-search-btn-wrap {
    padding-top: 27px;
}

.hbx-hotelbeds-page .hbx-search-btn-wrap .btn,
.hbx-hotelbeds-page #hbx-transfer-search-btn {
    height: 40px;
    font-weight: 700;
}

.hbx-results-header-wrap.is-active {
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 14px;
}

.hbx-results-summary {
    font-size: 13px;
    font-weight: 500;
    color: #2f3d4d;
    line-height: 32px;
}

.hbx-mobile-search-summary {
    display: none;
}

.hbx-desktop-search-summary {
    display: none;
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 12px;
}

.hbx-desktop-search-summary__main {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    color: #2f3d4d;
    justify-content: space-between;
    font-weight: 400;
}

.hbx-desktop-search-summary__main strong {
    color: #1f2d3d;
    font-weight: 600;
}

.hbx-desktop-summary-meta {
    font-weight: 400;
}

.hbx-desktop-summary-placeholder {
    flex: 1 1 120px;
    min-width: 80px;
}

.hbx-desktop-search-summary__main .fa {
    margin-right: 4px;
    color: #556477;
}

#hbx-mobile-controls {
    display: none;
}

#hbx-mobile-sorting-panel {
    display: block;
}

.hbx-hotelbeds-page .hbx-filters-panel {
    position: sticky;
    top: 15px;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.hbx-hotelbeds-page .hbx-filters-panel .panel-body {
    padding: 0;
    background: transparent;
}

.hbx-hotelbeds-page .hbx-filters-panel .form-group {
    margin-bottom: 16px;
}

.hbx-hotelbeds-page .hbx-filter-section-title {
    display: block;
    width: 100%;
    font-weight: 700;
    color: #1f2d3d;
    font-size: 13px;
    border-bottom: 1px solid #e4e8ef;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.hbx-hotelbeds-page .hbx-filter-price-row {
    margin-left: -6px;
    margin-right: -6px;
}

.hbx-hotelbeds-page .hbx-filter-price-row > [class*='col-'] {
    padding-left: 6px;
    padding-right: 6px;
}

.hbx-hotelbeds-page .hbx-filter-sub-label {
    display: block;
    font-size: 11px;
    color: #334155;
    margin-bottom: 4px;
}

.hbx-hotelbeds-page .hbx-results-container .hbx-hotel-card {
    margin-bottom: 14px;
    border: 1px solid #dfe5eb;
    border-radius: 10px;
    overflow: hidden;
}

.hbx-hotelbeds-page .hbx-hotel-card .panel-body {
    padding: 16px;
}

.hbx-hotel-card__layout {
    display: block;
}

.hbx-hotel-card__media {
    position: relative;
    margin-bottom: 12px;
}

.hbx-hotelbeds-page .hbx-hotel-image {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 8px;
}

.hbx-hotel-media-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
}

.hbx-hotel-fav {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e1e6ee;
    color: #66758a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.hbx-hotelbeds-page .hbx-hotel-name {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
}

.hbx-hotelbeds-page button.hbx-hotel-name {
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0f172a;
    text-align: left;
}

.hbx-hotelbeds-page button.hbx-hotel-name:hover,
.hbx-hotelbeds-page button.hbx-hotel-name:focus {
    color: #1d5da8;
    text-decoration: underline;
}

.hbx-hotel-stars {
    font-size: 12px;
    font-weight: 600;
    color: #334155;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hbx-hotelbeds-page .hbx-meta {
    color: #334155;
    margin-bottom: 7px;
    font-size: 13px;
}

.hbx-hotel-zone {
    margin-bottom: 10px;
}

.hbx-hotel-location .fa {
    color: #334155;
    margin-right: 4px;
}

.hbx-hotelbeds-page .hbx-price {
    margin: 0 0 10px;
    font-size: 24px;
    text-align: right;
    line-height: 1.2;
}

.hbx-price-prefix {
    display: inline;
    color: #6b7280;
    font-size: 23px;
    margin-right: 4px;
}

.hbx-hotelbeds-page .hbx-price strong {
    color: #0f172a;
    font-size: 24px;
    line-height: 1.1;
}

.hbx-price-compare,
.hbx-rate-price-compare {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 0 6px;
}

.hbx-price-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #5d8a41;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.hbx-price-original,
.hbx-rate-original-price {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    white-space: nowrap;
}

.hbx-rate-summary {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 10px;
    text-align: right;
}

.hbx-rate-summary-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
}

.hbx-rate-summary--bundle {
    margin-bottom: 0;
    line-height: 1.4;
}

.hbx-cancel-summary {
    font-size: 12px;
    margin: 0;
    text-align: right;
}

.hbx-cancel-summary .fa {
    margin-right: 6px;
}

.hbx-cancel-summary.is-refund {
    color: #2f7d32;
}

.hbx-cancel-summary.is-nonref {
    color: #6b7280;
}

.hbx-hotelbeds-page .hbx-room-summary {
    color: #334155;
    margin: 8px 0 0;
    font-size: 12px;
}

.hbx-hotel-content-summary {
    margin-top: 10px;
}

.hbx-hotel-description {
    margin: 0 0 10px;
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
}

.hbx-major-facilities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.hbx-major-facility {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4a5c71;
    font-size: 12px;
    font-weight: 600;
}

.hbx-major-facility .fa {
    color: #1d5da8;
}

.hbx-hotel-facilities__label {
    display: block;
    margin-bottom: 6px;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hbx-facility-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hbx-facility-chip-list--compact {
    gap: 6px;
}

.hbx-facility-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef4fb;
    border: 1px solid #d9e4f0;
    color: #28425f;
    font-size: 12px;
    line-height: 1.2;
}

.hbx-hotel-card__aside .hbx-toggle-rooms {
    min-width: 120px;
    background: #fff;
    border: 1px solid #9dadc1;
    color: #1f2d3d;
}

.hbx-hotel-card__aside-top {
    width: 100%;
}

.hbx-hotelbeds-page .hbx-room-list {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #d5dee8;
}

.hbx-room-section {
    margin-bottom: 18px;
    border: 1px solid #dfe5eb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.hbx-room-section:last-child {
    margin-bottom: 0;
}

.hbx-room-section__header {
    padding: 14px 16px 12px;
    border-bottom: 1px solid #e8edf3;
    background: #fbfcfe;
}

.hbx-room-section__title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.hbx-room-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 0;
}

.hbx-room-spec {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
}

.hbx-room-spec .fa {
    color: #7a8a9f;
}

.hbx-room-meta-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
}

.hbx-room-section__rates {
    padding: 0 16px;
}

.hbx-room-picker {
    display: block;
}

.hbx-room-picker__summary {
    border: 1px solid #bfd8f2;
    background: #f0f7ff;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 16px;
}

.hbx-room-picker__summary-title {
    font-size: 14px;
    font-weight: 700;
    color: #0c447c;
    margin-bottom: 12px;
}

.hbx-room-picker__summary-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hbx-room-picker__summary-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.hbx-room-picker__summary-label {
    font-size: 12px;
    color: #526071;
    font-weight: 600;
}

.hbx-room-picker__summary-value {
    font-size: 13px;
    color: #0f172a;
    text-align: right;
    font-weight: 600;
}

.hbx-room-picker__summary-value.is-empty {
    color: #7c8796;
    font-style: italic;
    font-weight: 500;
}

.hbx-room-picker__summary-footer {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #cfe1f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hbx-room-picker__summary-total {
    font-size: 14px;
    color: #16385b;
}

.hbx-room-picker__summary-total strong {
    color: #0f172a;
    font-size: 18px;
}

.hbx-select-rate--grouped {
    min-width: 220px;
}

.hbx-room-picker__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.hbx-room-picker__tab {
    border: 1px solid #d6dde6;
    background: #f8fafc;
    border-radius: 9px;
    color: #516173;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hbx-room-picker__tab.is-active {
    background: #fff;
    color: #1f2937;
    border-color: #1d5da8;
    box-shadow: 0 0 0 2px rgba(29, 93, 168, 0.08);
}

.hbx-room-picker__tab.is-complete {
    color: #1f2937;
}

.hbx-room-picker__tab-check {
    display: none;
    color: #2f7d32;
}

.hbx-room-picker__tab.is-complete .hbx-room-picker__tab-check {
    display: inline-flex;
}

.hbx-room-picker__panel {
    display: none;
    border: 1px solid #dfe5eb;
    border-radius: 12px;
    background: #fff;
    padding: 16px;
}

.hbx-room-picker__panel.is-active {
    display: block;
}

.hbx-room-picker__panel-title {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 12px;
}

.hbx-room-choice {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid #dfe5eb;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.hbx-room-choice:last-child {
    margin-bottom: 0;
}

.hbx-room-choice:hover {
    border-color: #9bb9df;
    box-shadow: 0 2px 12px rgba(29, 93, 168, 0.08);
}

.hbx-room-choice.is-selected {
    border-color: #2563c9;
    background: #eef5ff;
    box-shadow: 0 0 0 2px rgba(37, 99, 201, 0.08);
}

.hbx-room-choice__radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #b8c3d1;
    margin-top: 2px;
    position: relative;
}

.hbx-room-choice.is-selected .hbx-room-choice__radio {
    border-color: #2563c9;
    background: #2563c9;
}

.hbx-room-choice.is-selected .hbx-room-choice__radio::after {
    content: '';
    position: absolute;
    inset: 4px;
    background: #fff;
    border-radius: 50%;
}

.hbx-room-choice__body {
    min-width: 0;
}

.hbx-room-choice__title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 6px;
}

.hbx-room-choice__board,
.hbx-room-choice__refund {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #475569;
}

.hbx-room-details-link {
    padding-left: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 0;
    min-height: 0;
}

.hbx-room-choice__refund.is-refund {
    color: #2f7d32;
}

.hbx-room-choice__refund.is-nonref {
    color: #8a5a11;
}

.hbx-room-choice__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hbx-room-choice .hbx-rate-details-panel {
    grid-column: 1 / -1;
    margin-top: 4px;
}

.hbx-room-choice__price .hbx-rate-price-stack {
    align-items: flex-end;
}

@media (min-width: 992px) {
    .hbx-hotel-card__layout {
        display: grid;
        grid-template-columns: 2fr 3fr 1fr;
        gap: 18px;
        align-items: stretch;
    }

    .hbx-hotel-card__media {
        margin-bottom: 0;
    }

    .hbx-hotelbeds-page .hbx-hotel-image {
        height: 210px;
    }

    .hbx-hotel-card__aside {
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        padding-top: 6px;
        border-left: 1px solid #e2e8f0;
        padding-left: 18px;
    }

    .hbx-hotel-card__aside .hbx-toggle-rooms {
        margin-top: 14px;
        min-width: 170px;
        height: 42px;
        border-radius: 6px;
        font-weight: 700;
        background: #fff;
        border: 1px solid #9dadc1;
        color: #1f2d3d;
    }
}

@media (max-width: 767px) {
    .hbx-room-picker__summary-row,
    .hbx-room-picker__summary-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .hbx-room-choice {
        grid-template-columns: 22px minmax(0, 1fr);
    }

    .hbx-room-choice__price {
        grid-column: 2;
        align-items: flex-start;
    }

    .hbx-room-choice__price .hbx-rate-price-stack {
        align-items: flex-start;
    }

    .hbx-select-rate--grouped {
        width: 100%;
    }

    .hbx-detail-modal__hero {
        grid-template-columns: 1fr;
    }

    .hbx-detail-modal__image {
        height: 200px;
    }

    .hbx-room-image-strip__image {
        height: 180px;
    }
}

.hbx-rate-row {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #eceff3;
}

.hbx-rate-row__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.hbx-rate-row:last-child {
    border-bottom: 0;
}

.hbx-rate-main {
    font-size: 14px;
    line-height: 1.4;
    color: #1f2937;
    flex: 1 1 auto;
}

.hbx-rate-main .text-muted {
    color: #6b7280;
    font-size: 13px;
}

.hbx-rate-board {
    font-weight: 600;
    margin-bottom: 3px;
}

.hbx-rate-cancel {
    font-size: 12px;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 2px;
}

.hbx-rate-actions {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
}

.hbx-rate-price-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.hbx-rate-price {
    font-weight: 600;
    font-size: 20px;
    color: #0f172a;
    white-space: nowrap;
}

.hbx-rate-actions .hbx-select-rate {
    min-height: 34px;
    padding: 6px 14px;
}

.hbx-rate-details-toggle {
    padding: 0;
    min-height: 0;
    font-size: 12px;
    line-height: 1.2;
}

.hbx-rate-details-toggle:hover,
.hbx-rate-details-toggle:focus {
    text-decoration: underline;
}

.hbx-rate-details-panel {
    margin-top: 10px;
    padding: 10px 12px;
    background: #f8fafc;
    border: 1px solid #e4e8ef;
    border-radius: 8px;
}

.hbx-rate-details-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    font-size: 13px;
    color: #334155;
}

.hbx-rate-details-row + .hbx-rate-details-row {
    border-top: 1px solid #e9eef5;
}

.hbx-rate-details-label {
    font-weight: 500;
}

.hbx-rate-details-value {
    font-weight: 600;
    color: #0f172a;
    text-align: right;
    white-space: nowrap;
}

.hbx-rate-details-row--debug .hbx-rate-details-label,
.hbx-rate-details-row--debug .hbx-rate-details-value {
    font-family: monospace;
    font-size: 12px;
}

.hbx-rate-details-note-group {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9eef5;
}

.hbx-rate-details-note-title {
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}

.hbx-rate-details-note {
    font-size: 12px;
    line-height: 1.45;
    color: #475569;
    margin-bottom: 6px;
}

.hbx-rate-details-note-group .hbx-facility-chip-list {
    margin-top: 2px;
}

.hbx-select-rate,
.hbx-toggle-rooms {
    min-width: 118px;
}

.hbx-toggle-rooms .fa {
    margin-left: 6px;
}

.hbx-destination-group {
    position: relative;
}

.hbx-destination-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.hbx-destination-dropdown {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    border: 1px solid #d9d9d9;
    background: #fff;
    z-index: 99;
    max-height: 320px;
    overflow: auto;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.hbx-dd-title {
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    padding: 8px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.hbx-dd-item,
.hbx-dd-list-btn {
    width: 100%;
    text-align: left;
    border: 0;
    background: #fff;
    padding: 9px 10px;
    font-size: 13px;
    cursor: pointer;
}

.hbx-dd-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hbx-dest-suggest-icon {
    width: 20px;
    min-width: 20px;
    color: #425466;
    opacity: 0.85;
    text-align: center;
    font-size: 14px;
}

.hbx-dest-suggest-title {
    flex: 1 1 auto;
    font-size: 13px;
    line-height: 1.25;
}

.hbx-dest-suggest-text {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
}

.hbx-dest-suggest-sub {
    display: block;
    font-size: 12px;
    color: #475569;
    margin-top: 2px;
    line-height: 1.2;
}

.hbx-dest-suggest-line {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
}

.hbx-dest-suggest-name {
    color: #1f2d3d;
    font-weight: 500;
}

.hbx-dest-suggest-loc {
    color: #475569;
    font-weight: 400;
}

.hbx-dd-item:hover,
.hbx-dd-list-btn:hover {
    background: #f5f8ff;
}

.hbx-dd-empty {
    padding: 10px;
    color: #334155;
    font-size: 13px;
}

.hbx-hotelbeds-page .hbx-destination-help .text-muted {
    color: #334155;
}

.hbx-hotelbeds-page .form-control::placeholder {
    color: #4b5563;
    opacity: 1;
}

.hbx-hotelbeds-page .form-control::-webkit-input-placeholder {
    color: #4b5563;
}

.hbx-hotelbeds-page .form-control::-moz-placeholder {
    color: #4b5563;
    opacity: 1;
}

.hbx-hotelbeds-page .form-control:-ms-input-placeholder {
    color: #4b5563;
}

.hbx-dd-list-btn {
    border-top: 1px solid #ececec;
    font-weight: 700;
}

.hbx-room-guest-group {
    position: relative;
}

#hbx-room-guest-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    z-index: 100;
    min-width: 320px;
}

.hbx-room-config {
    margin-top: 5px;
}

.hbx-room-row {
    border: 1px solid #e6e8ec;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #fafbfd;
}

.hbx-room-row__title {
    font-weight: 700;
    margin-bottom: 8px;
}

.hbx-room-row__grid {
    display: flex;
    gap: 12px;
}

.hbx-room-row__grid .form-group {
    min-width: 130px;
    margin-bottom: 8px;
}

.hbx-children-ages-title {
    font-size: 12px;
    color: #4b5563;
    margin-bottom: 4px;
}

.hbx-children-ages-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hbx-children-ages-grid .form-group {
    width: 120px;
    margin-bottom: 8px;
}

.hbx-filter-checkgroup {
    max-height: 140px;
    overflow: auto;
    border: 1px solid #ececec;
    padding: 6px 8px;
}

.hbx-filter-checkgroup .checkbox {
    margin-top: 0;
    margin-bottom: 6px;
}

.hbx-load-more-wrap {
    margin: 16px 0;
}

.hbx-hotelbeds-page .hbx-transfer-pane {
    padding: 0;
}

.hbx-hotelbeds-page .hbx-transfer-pane .hbx-transfer-surface {
    background: #f7f8fa;
    border-radius: 12px;
    padding: 24px;
}

.hbx-hotelbeds-page .hbx-transfer-pane .hbx-transfer-form-card {
    padding: 0;
    margin-bottom: 16px;
    background: transparent;
}

.hbx-hotelbeds-page .hbx-transfer-pane .hbx-transfer-search-grid {
    margin-left: -8px;
    margin-right: -8px;
}

.hbx-hotelbeds-page .hbx-transfer-pane .hbx-transfer-search-grid > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
}

.hbx-hotelbeds-page .hbx-transfer-pane .hbx-transfer .form-group {
    margin-bottom: 14px;
}

.hbx-hotelbeds-page .hbx-transfer-pane .hbx-transfer label {
    margin-bottom: 8px;
    font-weight: 600;
}

.hbx-hotelbeds-page .hbx-transfer-pane .hbx-transfer .form-control {
    width: 100%;
    height: 46px;
}

.hbx-transfer-loc-group {
    position: relative;
}

.hbx-transfer-error-text {
    display: none;
    margin-top: 6px;
    color: #d32f2f;
    font-size: 12px;
    font-weight: 600;
}

.hbx-transfer-error-text.is-visible {
    display: block;
}

.hbx-hotelbeds-page .hbx-transfer-pane .hbx-transfer .form-control.is-invalid {
    border-color: #d32f2f;
}

.hbx-transfer-suggest-dropdown {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 78px;
    z-index: 120;
    border: 1px solid #d8e0ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 33, 56, 0.12);
    max-height: 240px;
    overflow: auto;
}

.hbx-transfer-suggest-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #edf2f7;
    background: #fff;
    text-align: left;
    padding: 10px 12px;
    cursor: pointer;
}

.hbx-transfer-suggest-item:hover {
    background: #f4f8ff;
}

.hbx-transfer-suggest-item:last-child {
    border-bottom: 0;
}

.hbx-transfer-suggest-icon {
    width: 22px;
    min-width: 22px;
    color: #425466;
    opacity: 0.85;
    text-align: center;
    font-size: 14px;
}

.hbx-transfer-suggest-item__label {
    display: block;
    flex: 1 1 auto;
    color: #1f2d3d;
    font-size: 14px;
    line-height: 1.2;
}

.hbx-transfer-suggest-empty {
    padding: 10px 12px;
    color: #6b7280;
    font-size: 13px;
}

.hbx-transfer-controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
}

.hbx-transfer-travellers-group {
    position: relative;
}

#hbx_transfer_travellers_summary {
    cursor: pointer;
    background: #fff;
}

.hbx-transfer-travellers-panel {
    position: absolute;
    top: 78px;
    right: 8px;
    width: 280px;
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(15, 35, 60, 0.14);
    padding: 12px;
    z-index: 140;
}

.hbx-transfer-traveller-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1f2d3d;
}

.hbx-transfer-traveller-stepper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hbx-transfer-traveller-stepper span {
    min-width: 18px;
    text-align: center;
    font-weight: 700;
}

.hbx-transfer-traveller-stepper .btn {
    width: 26px;
    height: 26px;
    padding: 0;
    line-height: 24px;
}

#hbx-transfer-travellers-apply {
    width: 100%;
    margin-top: 4px;
}

.hbx-transfer-trip-type .radio-inline {
    font-weight: 600;
    margin-right: 16px;
}

#hbx-transfer-search-btn {
    min-height: 44px;
    padding: 10px 20px;
    font-weight: 700;
}

#hbx-transfer-search-btn .fa {
    margin-right: 6px;
}

.hbx-transfer-form-card #hbx-transfer-message {
    margin-top: 12px;
    margin-bottom: 0;
}

.hbx-transfer-suggest-helper {
    margin-top: 8px;
    font-size: 12px;
    color: #8a6d3b;
}

.hbx-transfer-results-placeholder {
    margin-top: 14px;
}

.hbx-transfer-search-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    border: 1px solid #dce5ef;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 12px;
}

.hbx-transfer-search-summary__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    color: #273347;
}

.hbx-transfer-search-summary__main strong {
    font-size: 14px;
    font-weight: 700;
}

.hbx-transfer-search-summary__meta {
    color: #49586d;
    font-size: 15px;
}

.hbx-transfer-search-summary__meta .fa {
    margin-right: 5px;
    color: #5f6d80;
}

.hbx-transfer-result-card {
    display: grid;
    grid-template-columns: 280px 1fr 320px;
    gap: 22px;
    border: 1px solid #dce5ef;
    border-radius: 10px;
    background: #fff;
    padding: 16px;
    margin-bottom: 12px;
}

.hbx-transfer-result-card__media img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    background: #f8fbff;
    border-radius: 8px;
}

.hbx-transfer-result-card__body h4 {
    margin: 0 0 6px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.05;
}

.hbx-transfer-result-card__subtitle {
    margin: 0;
    color: #334155;
    font-size: 22px;
    font-weight: 600;
}

.hbx-transfer-result-card__subtitle-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
}

.hbx-transfer-result-card__context {
    margin: 0 0 8px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.hbx-transfer-result-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 10px;
}

.hbx-transfer-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid #5f6a80;
    color: #253246;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 7px 12px;
}

.hbx-transfer-result-card__route {
    margin: 0 0 8px;
    color: #303f54;
    font-size: 16px;
}

.hbx-transfer-result-card__provider {
    margin: 0 0 10px;
    color: #627287;
    font-size: 14px;
}

.hbx-transfer-result-card__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 8px 16px;
}

.hbx-transfer-result-card__features span {
    color: #303f54;
    font-size: 14px;
    line-height: 1.35;
}

.hbx-transfer-result-card__features .fa {
    color: #4f5d72;
    margin-right: 6px;
}

.hbx-transfer-result-card__aside {
    border-left: 1px solid #e2e8f0;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
    min-height: 190px;
}

.hbx-transfer-result-card__price {
    font-size: 35px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1;
}

.hbx-transfer-result-card__price-sub {
    color: #3e4f66;
    font-size: 15px;
    margin-top: 8px;
    max-width: 260px;
}

.hbx-transfer-result-card__note {
    color: #475569;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    text-align: center;
    background: #f3f5f8;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 12px;
    margin-top: 12px;
}

.hbx-mobile-action {
    background: #fff;
    border: 1px solid #c8d0dc;
    color: #1d2a3a;
    height: 44px;
    border-radius: 8px;
    font-weight: 600;
}

.hbx-mobile-action:hover,
.hbx-mobile-action:focus {
    background: #f5f7fa;
    color: #1d2a3a;
    border-color: #b9c2d0;
}

.hbx-mobile-action .fa {
    margin-right: 6px;
}

.hbx-modify-search-btn {
    border: 1px solid #c7d2e0;
    background: #fff;
    color: #1d2a3a;
    border-radius: 8px;
    padding: 4px 12px;
    font-weight: 600;
    height: 32px;
    line-height: 22px;
}

.hbx-modify-search-btn:hover,
.hbx-modify-search-btn:focus {
    background: #f5f7fa;
    border-color: #b9c2d0;
    color: #1d2a3a;
}

body.hbx-mobile-overlay-open {
    overflow: hidden;
}

.hbx-mobile-overlay-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(12, 18, 28, 0.45);
    z-index: 320;
}

.hbx-mobile-overlay {
    position: fixed;
    background: #fff;
    z-index: 330;
}

.hbx-mobile-overlay__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid #e5e9ef;
}

.hbx-mobile-overlay__header h4 {
    margin: 0;
    font-size: 16px;
}

.hbx-mobile-overlay__body {
    padding: 12px;
    overflow: auto;
    max-height: calc(100vh - 54px);
}

.hbx-transfer-form-card #hbx-transfer-message {
    margin-bottom: 14px;
}

.hbx-destination-modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
}

body.hbx-modal-open {
    overflow: hidden;
}

.hbx-destination-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hbx-destination-modal__dialog {
    position: relative;
    width: 92%;
    max-width: 900px;
    margin: 50px auto;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    z-index: 2;
}

#hbx-quote-modal .hbx-destination-modal__dialog {
    max-width: 720px;
    margin: 24px auto;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
}

#hbx-hotel-details-modal,
#hbx-room-details-modal {
    z-index: 1060;
}

.hbx-detail-modal__dialog {
    max-width: 860px;
    margin: 24px auto;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
}

.hbx-detail-modal__dialog--compact {
    max-width: 640px;
}

.hbx-destination-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #ececec;
}

.hbx-destination-modal__header h4 {
    margin: 0;
}

.hbx-destination-modal__body {
    display: flex;
    min-height: 350px;
}

#hbx-quote-modal .hbx-destination-modal__body {
    display: block;
    min-height: 0;
    padding: 16px;
    overflow-y: auto;
    flex: 1 1 auto;
}

.hbx-detail-modal__body {
    display: block;
    min-height: 0;
    padding: 18px;
    overflow-y: auto;
    flex: 1 1 auto;
}

.hbx-detail-modal__hero {
    display: grid;
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

.hbx-detail-modal__image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}

.hbx-detail-modal__intro {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hbx-detail-modal__intro--compact {
    gap: 10px;
    margin-bottom: 8px;
}

.hbx-detail-modal__title {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    font-weight: 700;
}

.hbx-detail-modal__stars,
.hbx-detail-modal__location,
.hbx-detail-modal__meta {
    color: #4a5c71;
    font-size: 13px;
    line-height: 1.5;
}

.hbx-detail-modal__location .fa {
    color: #1d5da8;
    margin-right: 4px;
}

.hbx-detail-modal__description,
.hbx-detail-modal__note {
    color: #334155;
    font-size: 14px;
    line-height: 1.7;
}

.hbx-room-image-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.hbx-room-image-strip.is-single {
    grid-template-columns: 1fr;
}

.hbx-room-image-strip__image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.hbx-detail-group {
    margin-top: 18px;
}

.hbx-detail-group:first-child {
    margin-top: 0;
}

.hbx-detail-group__title {
    margin-bottom: 10px;
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hbx-detail-facility-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.hbx-detail-facility {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f7fb;
    border: 1px solid #dde7f2;
    color: #28425f;
    font-size: 12px;
    line-height: 1.3;
}

.hbx-detail-facility .fa {
    color: #1d5da8;
}

#hbx-quote-modal .form-group {
    margin-bottom: 14px;
}

#hbx-quote-error {
    margin-bottom: 12px;
}

.hbx-booking-modal__section {
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.hbx-booking-section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.hbx-booking-section-heading__badge {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #8a204f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.hbx-booking-modal__section-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1f2d3d;
}

.hbx-booking-subsection-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    color: #1f2d3d;
}

.hbx-booking-guests-toggle,
.hbx-booking-policy-trigger,
.hbx-booking-room-toggle {
    font-weight: 600;
}

.hbx-booking-room-toggle {
    margin-bottom: 10px;
    min-width: 200px;
    border-radius: 999px;
    padding: 9px 16px;
    border-color: #1d5da8;
    color: #1d5da8;
    background: #f8fbff;
    text-decoration: none;
}

.hbx-booking-room-toggle:hover,
.hbx-booking-room-toggle:focus {
    color: #12457d;
    border-color: #12457d;
    background: #eef6ff;
    text-decoration: none;
}

.hbx-booking-remark-card {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
    padding: 22px;
    border: 1px solid #d9e2ec;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 14px;
}

.hbx-booking-remark-card__left {
    min-width: 0;
}

.hbx-booking-remark-card__hotel {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 6px;
}

.hbx-booking-remark-card__hotel-icon {
    color: #1d5da8;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 3px;
    flex: 0 0 auto;
}

.hbx-booking-remark-card__location,
.hbx-booking-remark-card__meta,
.hbx-booking-remark-card__note,
.hbx-booking-remark-card__remark {
    color: #475569;
    margin-bottom: 6px;
}

.hbx-booking-inline-link {
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}

.hbx-booking-inline-link-wrap {
    white-space: nowrap;
}

.hbx-booking-remark-card__room-name {
    color: #1f2d3d;
    font-weight: 600;
    margin-bottom: 6px;
}

.hbx-booking-remark-card__status {
    margin-top: 10px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #334155;
}

.hbx-booking-remark-card__status.is-refund {
    color: #2f7d32;
}

.hbx-booking-remark-card__status.is-nonref {
    color: #475569;
}

.hbx-booking-remark-card__right {
    min-width: 0;
}

.hbx-booking-remark-card__panel {
    background: #f4f6f9;
    border-radius: 12px;
    padding: 18px 20px;
    height: 100%;
}

.hbx-booking-remark-card__title {
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 8px;
}

.hbx-booking-remark-card__title--spaced {
    margin-top: 16px;
}

.hbx-booking-remark-card__policy {
    margin-bottom: 6px;
    color: #334155;
}

.hbx-booking-remark-card__policy.is-free {
    color: #2f7d32;
    font-weight: 600;
}

.hbx-booking-remark-card__comment {
    margin-bottom: 8px;
    color: #334155;
    line-height: 1.5;
}

.hbx-booking-room-guests {
    padding: 16px;
}

.hbx-booking-room-guests__header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    background: #f1f5f9;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 12px;
    color: #334155;
}

.hbx-booking-room-fields {
    margin-bottom: 14px;
}

.hbx-booking-child-row {
    margin-bottom: 0;
}

.hbx-booking-child-row .hbx-booking-form-group {
    min-height: 100%;
}

.hbx-booking-child-row .hbx-booking-child-age {
    text-align: center;
}

.hbx-booking-request-block {
    margin-top: 12px;
}

.hbx-booking-request-block__label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1f2d3d;
}

.hbx-booking-request-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 16px;
    margin: 10px 0 14px;
}

.hbx-booking-request-option {
    font-weight: 400 !important;
    color: #334155 !important;
}

.hbx-booking-price-block {
    border: 1px solid #d9e2ec;
    border-radius: 12px;
    padding: 14px;
    background: #fff;
    margin-bottom: 18px;
}

.hbx-booking-price-block__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.hbx-booking-price-table__head,
.hbx-booking-price-table__row,
.hbx-booking-price-table__total {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(160px, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}

.hbx-booking-price-table__head span,
.hbx-booking-price-service-meta {
    display: block;
    color: #64748b;
    font-size: 12px;
    margin-top: 4px;
}

.hbx-booking-price-table__total {
    font-weight: 700;
    font-size: 16px;
    color: #0f172a;
    border-bottom: 0;
}

.hbx-booking-price-table__total div:not(:first-child) {
    font-size: 18px;
}

.hbx-booking-price-table__row--meta {
    padding-top: 0;
}

.hbx-booking-confirm-panel {
    padding: 14px 16px;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    background: #f8fafc;
    margin-bottom: 16px;
}

.hbx-booking-confirm-panel__message {
    line-height: 1.6;
    color: #334155;
}

.hbx-booking-gate__dialog {
    max-width: 480px !important;
    margin: 80px auto !important;
}

.hbx-booking-gate__body {
    display: block;
    min-height: 0;
    padding: 20px;
}

.hbx-booking-gate__lead {
    margin: 0 0 16px;
    color: #334155;
}

.hbx-booking-gate__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hbx-booking-modal__footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px 16px;
    border-top: 1px solid #e2e8f0;
    background: #fff;
    position: sticky;
    bottom: 0;
    z-index: 2;
}

.hbx-booking-form-group .form-control.is-invalid,
.hbx-booking-terms-control input.is-invalid {
    border-color: #c0392b;
    box-shadow: 0 0 0 1px rgba(192, 57, 43, 0.08);
}

.hbx-field-error {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #c0392b;
}

.hbx-required-mark {
    color: #c0392b;
}

.hbx-booking-terms-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
}

.hbx-booking-terms-control {
    padding-top: 2px;
}

.hbx-booking-terms-control input {
    margin: 0;
}

.hbx-booking-terms-copy {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.hbx-booking-terms-copy a,
.hbx-booking-terms-copy .btn-link {
    font-weight: 600;
    display: inline;
    vertical-align: baseline;
    white-space: normal;
    padding: 0;
    margin: 0;
    line-height: inherit;
}

.hbx-field-help {
    margin-top: 8px;
    font-size: 12px;
    color: #b45309;
}

.hbx-booking-policy-popover {
    position: fixed;
    margin-top: 0;
    z-index: 1105;
    pointer-events: auto;
}

.hbx-booking-policy-popover__content {
    position: relative;
    background: #111827;
    color: #fff;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.5;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
    max-width: 320px;
}

.hbx-booking-policy-popover__content:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 28px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #111827;
}

.hbx-booking-policy-popover.is-below .hbx-booking-policy-popover__content:before {
    top: auto;
    bottom: -8px;
    border-bottom: 0;
    border-top: 8px solid #111827;
}

.hbx-booking-policy-popover__title {
    font-weight: 700;
    margin-bottom: 8px;
}

.hbx-booking-policy-popover__service {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 8px;
}

.hbx-booking-policy-popover__content p:last-child,
.hbx-booking-policy-popover__content ul:last-child {
    margin-bottom: 0;
}

.hbx-booking-policy-list {
    margin: 0 0 10px 18px;
    padding: 0;
}

.hbx-booking-policy-note {
    color: rgba(255, 255, 255, 0.82);
}

.hbx-destination-modal__col {
    width: 50%;
    padding: 12px;
}

.hbx-list-box {
    border: 1px solid #ececec;
    max-height: 350px;
    overflow: auto;
}

.hbx-list-item {
    width: 100%;
    border: 0;
    background: #fff;
    text-align: left;
    padding: 9px 10px;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
}

.hbx-list-item:hover,
.hbx-country-item.is-active {
    background: #f5f8ff;
}

.hbx-destination-modal__name {
    display: block;
    font-weight: 600;
}

.hbx-destination-modal__meta {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.35;
    color: #64748b;
}

.hbx-list-empty,
.hbx-list-loading {
    padding: 10px;
    color: #334155;
}

@media (max-width: 767px) {
    .hbx-hotelbeds-page .hbx-main-card {
        padding: 12px;
    }

    .hbx-hotelbeds-page .hbx-transfer-surface {
        padding: 16px;
    }

    .hbx-hotelbeds-page .hbx-transfer-pane .hbx-transfer .row.hbx-form-row {
        display: block !important;
        margin-bottom: 12px !important;
        gap: 0 !important;
    }

    .hbx-hotelbeds-page .hbx-transfer-pane .hbx-transfer .row.hbx-form-row > [class*='col-'] {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 14px !important;
        min-width: 0 !important;
    }

    .hbx-hotelbeds-page .hbx-search-btn-wrap {
        padding-top: 0;
    }

    .hbx-results-header-wrap .text-right {
        text-align: left;
        margin-top: 0;
    }

    .hbx-hotelbeds-page #hbx-stays-search-form.hbx-form-collapsed .row {
        display: none;
    }

    .hbx-hotelbeds-page #hbx-stays-search-form.hbx-form-collapsed {
        padding: 0;
        margin-bottom: 10px;
        background: transparent;
    }

    .hbx-mobile-search-summary {
        display: block;
        position: relative;
        background: #fff;
        border: 1px solid #dfe5eb;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(15, 35, 60, 0.06);
        padding: 12px;
        margin-bottom: 12px;
    }

    .hbx-mobile-search-summary__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 4px;
    }

    .hbx-mobile-search-summary__destination {
        font-size: 15px;
        font-weight: 700;
        color: #1f2d3d;
    }

    .hbx-mobile-search-summary__meta {
        font-size: 12px;
        color: #5b6674;
        margin-bottom: 2px;
    }

    .hbx-mobile-search-summary__meta .fa {
        margin-right: 4px;
        color: #556477;
    }

    .hbx-mobile-search-summary__count {
        font-size: 12px;
        font-weight: 500;
        color: #1d2a3a;
        margin-top: 6px;
    }

    #hbx-modify-search-btn {
        height: 32px;
        min-width: 70px;
    }

    #hbx-mobile-controls {
        display: flex;
        margin: 0;
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        top: auto;
        z-index: 50;
        background: transparent;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }

    #hbx-mobile-controls.is-fixed {
        position: fixed;
        top: 0;
        z-index: 50;
        margin: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #dfe5eb;
        box-shadow: 0 1px 3px rgba(15, 35, 60, 0.08);
        padding: 8px 0;
    }

    #hbx-mobile-controls .hbx-mobile-controls-inner {
        display: flex;
        gap: 8px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #hbx-mobile-controls-spacer {
        height: 0;
    }

    #hbx-mobile-controls .btn {
        flex: 1 1 0;
    }

    #hbx-mobile-controls .hbx-mobile-action {
        height: 44px;
        border-radius: 8px;
        border-color: #c7d2e0;
        color: #1d2a3a;
        background: #fff;
    }

    #hbx-results-summary {
        display: none;
    }

    #hbx-results-header .col-sm-5 {
        display: none;
    }

    #hbx-results-header .col-sm-7 {
        width: 100%;
    }

    .hbx-results-header-wrap.is-active {
        border: 0;
        background: transparent;
        box-shadow: none;
        padding: 0;
        margin-bottom: 10px;
        overflow: visible;
    }

    #hbx-results-header,
    #hbx-results-column,
    .hbx-results-layout,
    .hbx-main-card {
        overflow: visible;
    }

    #hbx-mobile-filters-toggle.is-active,
    #hbx-mobile-sorting-toggle.is-active {
        background: #1d5da8;
        color: #fff;
        border-color: #1d5da8;
    }

    #hbx-mobile-sorting-panel {
        display: none !important;
        margin-bottom: 10px;
    }

    #hbx-mobile-sorting-panel.is-open {
        display: block;
    }

    #hbx-mobile-sorting-panel .form-inline label {
        display: block;
        margin-bottom: 4px;
    }

    #hbx-mobile-sorting-panel .form-inline .form-control {
        width: 100%;
        margin-bottom: 8px;
    }

    .hbx-mobile-overlay--filters {
        top: 0;
        right: 0;
        bottom: 0;
        width: 88%;
        max-width: 360px;
        transform: translateX(100%);
        transition: transform 0.2s ease;
    }

    .hbx-mobile-overlay--sorting {
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 70vh;
        transform: translateY(100%);
        transition: transform 0.2s ease;
        border-radius: 12px 12px 0 0;
    }

    .hbx-mobile-overlay.is-open {
        transform: translate(0, 0);
    }

    #hbx-mobile-filters-overlay .hbx-filters-panel,
    #hbx-mobile-filters-overlay .hbx-filters-panel .panel-body {
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        padding: 0 !important;
    }

    #hbx-mobile-filters-overlay .hbx-filter-section-title {
        display: block;
        width: 100%;
        font-weight: 700;
        border-bottom: 1px solid #d0d7e2;
        padding-bottom: 8px;
        margin: 16px 0 10px;
    }

    #hbx-filters-column {
        width: 100%;
        float: none;
    }

    #hbx-results-column {
        width: 100%;
        float: none;
    }

    #hbx-filters-column .hbx-filters-panel {
        margin-top: 4px;
    }

    .hbx-hotelbeds-page .hbx-hotel-image {
        height: 220px;
        margin-bottom: 12px;
    }

    #hbx-room-guest-dropdown {
        position: static;
        min-width: 0;
        margin-top: 8px;
    }

    .hbx-room-row__grid {
        display: block;
    }

    .hbx-rate-row {
        display: block;
    }

    .hbx-rate-row__top {
        display: block;
    }

    .hbx-rate-actions {
        justify-content: flex-start;
        margin-top: 8px;
    }

    .hbx-rate-price-stack {
        align-items: flex-start;
    }

    .hbx-hotel-card__aside {
        border-top: 1px solid #d8e0ea;
        margin-top: 10px;
        padding-top: 12px;
    }

    .hbx-hotel-card__aside .hbx-toggle-rooms {
        width: 100%;
        margin-top: 16px;
    }

    .hbx-rate-row .hbx-select-rate {
        width: 100%;
        margin-top: 8px;
    }

    .hbx-rate-details-row {
        display: block;
    }

    .hbx-rate-details-value {
        display: block;
        margin-top: 4px;
        text-align: left;
        white-space: normal;
    }

    .hbx-destination-modal__body {
        display: block;
    }

    #hbx-quote-modal .hbx-destination-modal__dialog {
        width: calc(100% - 16px);
        margin: 8px auto;
        max-height: calc(100vh - 16px);
    }

    #hbx-quote-modal .hbx-destination-modal__body {
        padding: 12px;
    }

    .hbx-booking-modal__section {
        padding: 12px;
        margin-bottom: 12px;
    }

    .hbx-booking-modal__section-title {
        font-size: 20px;
    }

    .hbx-booking-remark-card {
        grid-template-columns: 1fr;
    }

    .hbx-booking-remark-card__panel {
        padding: 16px;
    }

    .hbx-booking-room-guests__header,
    .hbx-booking-price-table__head,
    .hbx-booking-price-table__row,
    .hbx-booking-price-table__total {
        grid-template-columns: 1fr;
    }

    .hbx-booking-request-grid {
        grid-template-columns: 1fr;
    }

    .hbx-booking-modal__footer {
        padding: 12px;
        flex-wrap: wrap;
    }

    .hbx-booking-modal__footer .btn {
        width: 100%;
    }

    .hbx-destination-modal__col {
        width: 100%;
    }

    .hbx-destination-dropdown {
        top: 76px;
    }

    #hbx-transfer-search-btn {
        width: 100%;
    }

    .hbx-hotelbeds-page .hbx-transfer-pane #hbx-transfer-search-btn {
        width: 100% !important;
    }

    .hbx-transfer-controls-row {
        flex-direction: column;
        align-items: stretch;
    }

    .hbx-transfer-trip-type {
        margin-bottom: 6px;
    }

    .hbx-transfer-travellers-panel {
        left: 0;
        right: 0;
        width: auto;
    }

    .hbx-hotelbeds-page .hbx-transfer-pane .hbx-transfer-suggest-dropdown {
        left: 0;
        right: 0;
    }

    .hbx-transfer-result-card {
        grid-template-columns: 1fr;
    }

    .hbx-transfer-search-summary {
        display: block;
        padding: 12px;
    }

    .hbx-transfer-search-summary__main {
        display: block;
    }

    .hbx-transfer-search-summary__main strong {
        display: block;
        font-size: 13px;
        margin-bottom: 4px;
    }

    .hbx-transfer-search-summary__meta {
        display: block;
        font-size: 13px;
        margin-top: 3px;
    }

    #hbx-transfer-modify-btn {
        margin-top: 10px;
        width: 100%;
    }

    #hbx-transfer-search-form.hbx-form-collapsed .hbx-transfer-search-grid,
    #hbx-transfer-search-form.hbx-form-collapsed .hbx-transfer-controls-row,
    #hbx-transfer-search-form.hbx-form-collapsed #hbx-transfer-suggest-helper {
        display: none;
    }

    #hbx-transfer-search-form.hbx-form-collapsed {
        margin-bottom: 0;
    }

    .hbx-transfer-result-card__aside {
        border-left: 0;
        border-top: 1px solid #e2e8f0;
        padding-left: 0;
        padding-top: 10px;
        align-items: flex-start;
        text-align: left;
        min-height: 0;
    }

    .hbx-transfer-result-card__price {
        font-size: 30px;
    }

    .hbx-transfer-result-card__price-sub,
    .hbx-transfer-result-card__note {
        font-size: 14px;
        max-width: none;
    }

    .hbx-transfer-result-card__media img {
        height: 150px;
    }

    .hbx-transfer-result-card__body h4 {
        font-size: 28px;
    }

    .hbx-transfer-result-card__subtitle {
        font-size: 18px;
    }

    .hbx-transfer-result-card__features {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .hbx-mobile-search-summary {
        display: none !important;
    }

    .hbx-desktop-search-summary {
        display: block;
    }

    #hbx-mobile-controls {
        display: none !important;
    }

    #hbx-mobile-sorting-panel {
        display: block !important;
    }

    #hbx-results-summary {
        display: block;
    }
}

/* Friendly, non-technical upstream error presentation */
.hbx-hotelbeds-page .hbx-friendly-alert {
    background: #fff;
    border: 1px solid #d8e1eb;
    color: #2b3a4b;
    border-radius: 8px;
    padding: 12px 14px;
}

.hbx-hotelbeds-page .hbx-friendly-alert__title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.hbx-hotelbeds-page .hbx-friendly-alert__body {
    font-size: 13px;
    color: #4e6074;
    margin-bottom: 10px;
}

.hbx-booking-summary {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #f8fbff;
}

.hbx-booking-summary__hotel {
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 4px;
}

.hbx-booking-summary__meta,
.hbx-booking-summary__price {
    color: #334155;
}

.hbx-booking-room-guests {
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.hbx-booking-room-guests h5 {
    margin-top: 0;
    margin-bottom: 12px;
}

.hbx-booking-summary {
    margin-bottom: 0;
}

.hbx-booking-page .hbx-booking-panel,
.hbx-booking-page .hbx-booking-card {
    border-radius: 14px;
}

.hbx-booking-page .hbx-booking-lead {
    font-size: 16px;
    color: #334155;
}

.hbx-booking-confirmed-page {
    padding-bottom: 28px;
}

.hbx-booking-confirmed-statusbar,
.hbx-booking-confirmed-info-card,
.hbx-booking-confirmed-payment-card {
    background: #fff;
    border: 1px solid #d9e2ec;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.hbx-booking-confirmed-statusbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
}

.hbx-booking-confirmed-statusbar__refs {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 14px 20px;
    flex: 1 1 auto;
}

.hbx-booking-confirmed-statusbar__label,
.hbx-booking-confirmed-info-label {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-bottom: 6px;
}

.hbx-booking-confirmed-statusbar__value,
.hbx-booking-confirmed-info-value {
    display: block;
    color: #1f2d3d;
    font-size: 16px;
    line-height: 1.5;
}

.hbx-booking-confirmed-statusbar__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.hbx-booking-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid transparent;
    white-space: nowrap;
}

.hbx-booking-status-pill.is-confirmed,
.hbx-booking-status-pill.is-paid {
    background: #edf7ef;
    color: #2f7d32;
    border-color: #cde7d2;
}

.hbx-booking-status-pill.is-unpaid {
    background: #fff7ed;
    color: #b45309;
    border-color: #f4d5ae;
}

.hbx-booking-status-pill.is-warning {
    background: #fff7ed;
    color: #b45309;
    border-color: #f4d5ae;
}

.hbx-booking-status-pill.is-cancelled {
    background: #f8fafc;
    color: #475569;
    border-color: #d9e2ec;
}

.hbx-booking-confirmed-section {
    margin-bottom: 28px;
}

.hbx-booking-confirmed-card {
    margin-bottom: 0;
}

.hbx-booking-confirmed-card__footer {
    grid-column: 1 / -1;
    margin-top: 6px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.hbx-booking-confirmed-card__footer strong {
    display: block;
    margin-bottom: 8px;
    color: #1f2d3d;
}

.hbx-booking-confirmed-card__remarks p {
    margin: 0 0 8px;
    color: #475569;
    line-height: 1.6;
}

.hbx-booking-confirmed-card__remarks p:last-child {
    margin-bottom: 0;
}

.hbx-booking-remark-card--hotel-content {
    padding: 16px 18px;
    margin-bottom: 16px;
}

.hbx-booking-confirmed-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
    margin-bottom: 20px;
}

.hbx-booking-confirmed-info-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    background: #fff;
}

.hbx-booking-confirmed-rooms {
    display: grid;
    gap: 16px;
}

.hbx-booking-confirmed-room {
    border: 1px solid #d9e2ec;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.hbx-booking-confirmed-room__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    background: #f1f5f9;
    padding: 12px 16px;
    color: #334155;
}

.hbx-booking-confirmed-room__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    padding: 16px;
}

.hbx-booking-confirmed-room__guest {
    min-width: 0;
}

.hbx-booking-confirmed-room-list {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.hbx-booking-confirmed-room-list__item {
    border-top: 1px solid #e2e8f0;
    padding-top: 14px;
}

.hbx-booking-confirmed-room-list__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.hbx-booking-confirmed-room-list__head,
.hbx-booking-confirmed-policy-group__title {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    color: #1f2d3d;
    margin-bottom: 8px;
}

.hbx-booking-confirmed-room-list__title-wrap {
    min-width: 0;
}

.hbx-booking-confirmed-room-list__occupancy {
    margin-top: 4px;
    color: #64748b;
}

.hbx-booking-confirmed-room-list__board {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid #d9e2ec;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.hbx-booking-confirmed-policy-group + .hbx-booking-confirmed-policy-group {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}

.hbx-booking-confirmed-payment-alert {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid #f0d7a8;
    background: linear-gradient(180deg, #fff9eb 0%, #fffdf5 100%);
}

.hbx-booking-confirmed-payment-alert__title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 8px;
}

.hbx-booking-confirmed-payment-alert__deadline,
.hbx-booking-confirmed-payment-alert__warning {
    margin: 0 0 10px;
    color: #475569;
}

.hbx-booking-confirmed-payment-alert__warning {
    margin-bottom: 0;
}

.hbx-booking-confirmed-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.hbx-booking-confirmed-btn {
    min-width: 180px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: none;
}

.hbx-booking-confirmed-btn--secondary {
    background: #fff;
    border: 1px solid #1d5da8;
    color: #1d5da8;
}

.hbx-booking-confirmed-btn--secondary:hover,
.hbx-booking-confirmed-btn--secondary:focus {
    background: #eef6ff;
    color: #12457d;
    border-color: #12457d;
}

.hbx-booking-history {
    display: grid;
    gap: 18px;
}

.hbx-booking-history__card {
    padding: 22px;
}

.hbx-booking-history__header,
.hbx-booking-history__footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}

.hbx-booking-history__content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hbx-booking-history__title {
    margin: 0 0 6px;
    color: #1f2d3d;
    font-size: 22px;
    font-weight: 700;
}

.hbx-booking-history__meta {
    color: #475569;
}

.hbx-booking-history__refs {
    margin: 18px 0;
}

.hbx-booking-history__summary {
    padding: 16px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    min-width: 0;
}

.hbx-booking-history__summary-line {
    color: #1f2d3d;
    font-weight: 600;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.hbx-booking-history__summary-line:last-child {
    margin-bottom: 0;
}

.hbx-booking-history__price {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hbx-booking-history__actions {
    margin-top: 0;
    justify-content: flex-end;
    flex: 0 0 auto;
    align-self: flex-start;
    margin-left: 12px;
}

.hbx-booking-history__cancel-form {
    margin: 0;
}

.hbx-booking-history__cancel-btn {
    min-width: 180px;
}

@media (max-width: 767px) {
    .hbx-booking-gate__actions .btn {
        width: 100%;
    }

    .hbx-booking-terms-row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hbx-booking-terms-control {
        padding-top: 3px;
    }

    .hbx-booking-confirmed-statusbar,
    .hbx-booking-confirmed-room__head {
        display: block;
    }

    .hbx-booking-confirmed-statusbar__refs,
    .hbx-booking-confirmed-info-grid,
    .hbx-booking-confirmed-room__body {
        grid-template-columns: 1fr;
    }

    .hbx-booking-confirmed-statusbar__badges {
        justify-content: flex-start;
        margin-top: 14px;
    }

    .hbx-booking-confirmed-actions .btn {
        width: 100%;
    }

    .hbx-booking-confirmed-room-list__head,
    .hbx-booking-confirmed-policy-group__title,
    .hbx-booking-history__header,
    .hbx-booking-history__footer {
        display: block;
    }

    .hbx-booking-history__content {
        gap: 12px;
        margin-bottom: 16px;
    }

    .hbx-booking-history__actions {
        justify-content: flex-start;
        margin-left: 0;
    }
}
