.lh-booking-promotions {
    display: block;
    margin-top: 12px;
}

.booking-offer {
    align-items: center;
    background: linear-gradient(90deg, #f1f8ff 0%, #e6f3ff 100%);
    border-radius: 8px;
    box-sizing: border-box;
    color: #1670e8;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    gap: 12px;
    padding: 14px 16px;
    width: 100%;
}

.booking-offer__icon {
    fill: none;
    flex-shrink: 0;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 20px;
}

.booking-offer__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    line-height: 1.4;
}

@media (max-width: 480px) {
    .booking-offer {
        gap: 10px;
        font-size: 13px;
        padding: 12px 14px;
    }

    .booking-offer__icon {
        height: 19px;
        width: 19px;
    }
}

.bw-menu-empty-contact {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-height: 220px;
    padding: 24px 18px;
    text-align: center;
}

.bw-menu-empty-contact p {
    color: #29252a;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 16px;
    max-width: 300px;
}

.bw-menu-empty-zalo {
    align-items: center;
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    color: #0068ff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 40px;
    padding: 7px 14px;
    text-decoration: none;
}

.bw-menu-empty-zalo:hover,
.bw-menu-empty-zalo:focus {
    color: #0056d6;
}

.bw-menu-empty-zalo img {
    height: 24px;
    object-fit: contain;
    width: 24px;
}

@media screen and (max-width: 767.98px) {
    body.lh-mobile-booking-open {
        overflow: hidden;
    }

    body.lh-mobile-payment-open {
        overflow: hidden;
    }

    .lh-mobile-booking-flow-source {
        display: none;
    }

    .lh-mobile-booking-flow {
        background: #f7f8fb;
        display: flex;
        flex-direction: column;
        inset: 0;
        margin: 0;
        max-width: none;
        overflow: hidden;
        padding: 0;
        position: fixed;
        z-index: 10000;
    }

    .lh-mobile-booking-flow .lh-flow-heading {
        position: relative;
    }

    .lh-mobile-booking-flow .lh-flow-header-back {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 50%;
        box-shadow: none;
        display: flex;
        height: 44px;
        justify-content: center;
        left: 4px;
        min-height: 44px;
        min-width: 44px;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
    }

    .lh-mobile-booking-flow .lh-flow-header-back::before {
        background: #fff;
        border: 1px solid #ff566b;
        border-radius: 50%;
        content: '';
        height: 36px;
        pointer-events: none;
        position: absolute;
        width: 36px;
    }

    .lh-mobile-booking-flow .lh-flow-header-back:active {
        transform: translateY(-50%) scale(.96);
    }

    .lh-mobile-booking-flow .lh-flow-header-back:focus-visible {
        box-shadow: 0 0 0 3px rgba(255, 86, 107, .2);
        outline: 2px solid #ff566b;
        outline-offset: 1px;
    }

    .lh-mobile-booking-flow .lh-flow-header-back img {
        filter: brightness(0) saturate(100%) invert(49%) sepia(94%) saturate(2976%) hue-rotate(319deg) brightness(101%) contrast(102%);
        height: 18px;
        position: relative;
        width: 18px;
        z-index: 1;
    }

    .lh-mobile-payment-shell {
        background: #f7f8fb;
        display: flex;
        flex-direction: column;
        inset: 0;
        margin: 0 !important;
        max-width: none;
        overflow: hidden;
        padding: 0;
        position: fixed;
        z-index: 10000;
    }

    .lh-mobile-payment-shell > .container-xl {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        max-width: none;
        min-height: 0;
        padding: 0;
    }

    .lh-mobile-payment-content {
        -webkit-overflow-scrolling: touch;
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 16px;
        scrollbar-color: #ff566b #f4eef0;
        scrollbar-width: thin;
    }

    .lh-mobile-payment-booking {
        background: #fff;
        border: 1px solid #e7e2e4;
        border-radius: 8px;
        margin-bottom: 16px;
        overflow: hidden;
    }

    .lh-mobile-payment-scroll-hint {
        align-items: center;
        background: #fff1c8;
        border: 0;
        border-radius: 8px;
        color: #6a4d00;
        cursor: pointer;
        display: flex;
        font-size: 12px;
        font-weight: 600;
        gap: 7px;
        justify-content: center;
        flex: 0 0 auto;
        margin: 6px 8px;
        padding: 8px 12px;
        position: sticky;
        bottom: 0;
        text-align: left;
        z-index: 6;
    }

    .lh-mobile-payment-scroll-hint__icon {
        font-size: 17px;
        line-height: 1;
    }

    .lh-mobile-payment-scroll-hint__content {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 1px;
        line-height: 1.25;
    }

    .lh-mobile-payment-scroll-hint__content #countdown {
        color: #e60012;
        font-size: 11px;
        font-weight: 700;
    }

    .lh-mobile-payment-scroll-hint.is-qr-visible {
        justify-content: center;
        text-align: center;
    }

    .lh-mobile-payment-scroll-hint.is-qr-visible .lh-mobile-payment-scroll-hint__icon,
    .lh-mobile-payment-scroll-hint.is-qr-visible .lh-mobile-payment-scroll-hint__label {
        display: none;
    }

    .lh-mobile-payment-scroll-hint.is-qr-visible .lh-mobile-payment-scroll-hint__content {
        align-items: center;
    }

    .lh-mobile-payment-scroll-hint.is-expired {
        cursor: default;
    }

    .lh-mobile-payment-scroll-hint.is-expired .lh-mobile-payment-scroll-hint__content #countdown {
        font-size: 12px;
        line-height: 1.35;
        text-align: center;
    }

    .lh-mobile-payment-branch {
        color: #e60012;
        padding: 16px;
    }

    .lh-mobile-payment-branch span,
    .lh-mobile-payment-branch strong {
        display: block;
    }

    .lh-mobile-payment-branch strong {
        font-size: 22px;
        line-height: 1.35;
        margin-top: 5px;
    }

    .lh-mobile-payment-booking .list-group-item {
        font-size: 14px;
        padding: 12px 16px;
    }

    .lh-mobile-payment-shell .bw_checkout_box > [class*="col-"] {
        margin-left: 0;
        padding-top: 0 !important;
        width: 100%;
    }

    .lh-mobile-payment-shell .bw_checkout_box .col-lg-6 {
        width: 100%;
    }

    .lh-mobile-payment-shell .bw_checkout_box .mt-5 {
        margin-top: 16px !important;
    }

    .lh-mobile-payment-shell .bw_success_pay_box {
        margin-left: 0;
        margin-right: 0;
    }

    .lh-mobile-payment-shell .bw-ticket {
        margin-left: auto;
        margin-right: auto;
    }

    .lh-payment-empty-state {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        justify-content: center;
        min-height: 100%;
        padding: 24px 16px;
        text-align: center;
    }

    .lh-payment-empty-state p {
        color: #2d2930;
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 14px;
    }

    .lh-payment-home-action {
        align-items: center;
        background: #ff566b;
        border-radius: 6px;
        color: #fff !important;
        display: inline-flex;
        font-size: 14px;
        font-weight: 700;
        justify-content: center;
        margin-top: 12px;
        min-height: 40px;
        padding: 8px 18px;
        text-decoration: none !important;
    }

    .lh-payment-success-home {
        padding: 0 16px 24px;
        text-align: center;
    }

    .lh-payment-success-home .lh-payment-home-action {
        margin-top: 8px;
        width: 100%;
    }

    .lh-flow-step {
        display: none;
    }

    .lh-flow-step.is-active {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        min-height: 0;
    }

    .lh-flow-heading {
        align-items: center;
        background: #fff;
        border-bottom: 1px solid #f0e7e9;
        display: flex;
        justify-content: center;
        margin: 0;
        min-height: 58px;
        padding: 16px 16px 12px;
        position: relative;
        text-align: center;
    }

    .lh-flow-heading h2 {
        color: #ff566b;
        font-size: 18px;
        margin: 0;
    }

    .lh-flow-note {
        font-size: 12px;
        margin: 0 0 8px;
        text-align: center;
    }

    .lh-flow-step-content {
        -webkit-overflow-scrolling: touch;
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 16px;
        scrollbar-color: #ff566b #f4eef0;
        scrollbar-width: thin;
    }

    .lh-flow-step-content::-webkit-scrollbar {
        width: 6px;
    }

    .lh-flow-step-content::-webkit-scrollbar-track {
        background: #f4eef0;
    }

    .lh-flow-step-content::-webkit-scrollbar-thumb {
        background: #ff566b;
        border-radius: 999px;
    }

    .lh-flow-step .entry-description > .bw-tien-nghi,
    .lh-flow-step .entry-description > .lh-booking-menu-source {
        margin-bottom: 18px;
    }

    .lh-flow-step .entry-description > .booking_list {
        display: none !important;
    }

    .lh-flow-step .entry-header,
    .lh-flow-step .entry-description > .bw-tien-nghi.pb-0,
    .lh-flow-step .entry-description > .bw-tien-nghi:has(.price-room-container) {
        display: none !important;
    }

    .lh-room-preview-card {
        background: #fff;
        border: 1px solid #f0e7e9;
        border-radius: 10px;
        box-shadow: 0 6px 18px rgba(31, 25, 33, .06);
        margin-bottom: 14px;
        overflow: hidden;
    }

    .lh-room-preview-media {
        height: 255px;
        position: relative;
    }

    .lh-room-preview-thumbnail {
        display: block;
        height: 255px !important;
        object-fit: cover;
        width: 100% !important;
    }

    .lh-room-preview-branch {
        background: linear-gradient(90deg, rgba(255, 86, 107, .68), rgba(255, 86, 107, .45));
        bottom: 0;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        left: 0;
        padding: 7px 12px;
        position: absolute;
        right: 0;
        text-align: center;
        z-index: 2;
    }

    .lh-room-preview-body {
        padding: 12px;
    }

    .lh-room-preview-body h3 {
        color: #26212a;
        font-size: 20px;
        margin: 0 0 10px;
    }

    .lh-room-preview-amenities {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        height: 42px;
        overflow: hidden;
    }

    .lh-room-preview-amenities .itemBoxTN {
        align-items: center;
        background: #f2f7fa;
        border-radius: 50%;
        display: inline-flex;
        flex: 0 0 38px;
        height: 38px;
        justify-content: center;
        margin: 0 !important;
        max-width: none !important;
        padding: 8px !important;
        width: 38px !important;
    }

    .lh-room-preview-amenities .itemBoxTN img {
        height: 22px !important;
        max-width: 22px !important;
        object-fit: contain;
        width: 22px !important;
    }

    .lh-room-preview-amenities .itemBoxTN span {
        display: none !important;
    }

    .lh-booking-summary-card {
        background: #fff;
        border-bottom: 1px solid #d7d1d4;
        border-top: 1px solid #d7d1d4;
        margin: 0;
    }

    .lh-booking-summary-section {
        border-bottom: 1px solid #d7d1d4;
        padding: 12px 14px;
    }

    .lh-booking-summary-section:last-child {
        border-bottom: 0;
    }

    .lh-booking-summary-section > strong,
    .lh-booking-summary-section > span,
    .lh-booking-time-values > span {
        display: block;
    }

    .lh-booking-summary-section > strong {
        color: #27212a;
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 3px;
    }

    .lh-booking-summary-section > span,
    .lh-booking-time-values > span {
        color: #27212a;
        font-size: 14px;
        line-height: 1.5;
    }

    .lh-booking-time-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .lh-booking-time-values {
        min-width: 0;
        flex: 1 1 auto;
    }

    .lh-change-booking {
        background: #ff566b !important;
        border: 0 !important;
        border-radius: 6px !important;
        color: #fff !important;
        flex: 0 0 auto;
        font-size: 13px;
        margin: 0;
        min-height: 36px;
        padding: 5px 14px;
        font-weight: 700;
    }

    .lh-booking-time-values > .lh-booking-time-row {
        align-items: baseline;
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .lh-booking-time-label {
        font-weight: 700;
    }

    .lh-booking-time-note {
        color: #6b6570;
        font-size: 12px;
        line-height: 1.45;
        margin: 7px 0 0;
    }

    .lh-booking-policy-card {
        background: #fff7de;
        border: 0;
        border-radius: 8px;
        color: #27212a;
        display: block;
        font-size: 12px;
        margin: 14px 0 0;
        padding: 14px 16px;
    }

    .lh-booking-policy-card strong,
    .lh-booking-policy-card span {
        display: block;
    }

    .lh-booking-policy-card span {
        font-size: 14px;
        margin-top: 2px;
    }

    .lh-booking-price-panel {
        align-items: flex-start;
        background: #fff;
        border-bottom: 1px solid #d7d1d4;
        display: flex;
        gap: 12px;
        margin: 0;
        padding: 12px 14px;
    }

    .lh-booking-price-panel > strong {
        color: #27212a;
        font-size: 17px;
        min-width: 42px;
    }

    .lh-booking-price-content {
        align-items: flex-start;
        display: flex;
        flex: 1;
        justify-content: space-between;
    }

    .lh-flow-step .booking_total_price {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .lh-flow-step .bw-total-price-content {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .lh-flow-step .lh-current-price {
        color: #ff566b;
        font-size: 17px;
        font-weight: 700;
    }

    .lh-flow-step .lh-original-price {
        color: #6b6570;
        font-size: 13px;
    }

    .lh-flow-step .bw-total-sale-cotent,
    .lh-flow-step .bw-price-up {
        display: none !important;
    }

    .lh-flow-step .bw-category-service.container {
        padding-left: 0;
        padding-right: 0;
    }

    .lh-flow-step .bw-category-serivce-item {
        flex: 0 0 50%;
        margin-bottom: 10px !important;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        width: 50%;
    }

    .lh-flow-step[data-lh-step="2"] .lh-flow-step-content {
        padding-bottom: 4px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 6px;
    }

    .lh-flow-step[data-lh-step="2"] .lh-flow-heading {
        min-height: 46px;
        padding: 10px 12px 8px;
    }

    .lh-flow-step[data-lh-step="2"] .lh-flow-note {
        font-size: 11px;
        line-height: 1.25;
        margin-bottom: 3px;
    }

    .lh-flow-step[data-lh-step="2"] .lh-booking-menu-source > .mt-2.mb-3 {
        margin-bottom: 4px !important;
        margin-top: 2px !important;
    }

    .lh-flow-step[data-lh-step="2"] .lh-booking-menu-source > .mt-2.mb-3 .h5-titles {
        font-size: 18px;
        line-height: 1.2;
        margin: 0;
    }

    .lh-flow-step[data-lh-step="2"] .bw-combos-content {
        padding-left: 4px;
        padding-right: 4px;
    }

    .lh-flow-step[data-lh-step="2"] .bw-category-serivce-content {
        margin-left: -5px;
        margin-right: -5px;
    }

    .lh-flow-step[data-lh-step="2"] .bw-ant-checkbox-wrapper {
        align-items: stretch;
        flex-direction: column;
        height: 100%;
    }

    .lh-flow-step[data-lh-step="2"] .bw-category-serivce-item-img {
        text-align: center;
        width: 100%;
    }

    .lh-flow-step[data-lh-step="2"] .bw-ant-checkbox-wrapper .bw-category-serivce-item-img img {
        height: 96px;
        max-width: 100%;
        object-fit: contain;
        width: 100%;
    }

    .lh-flow-step[data-lh-step="2"] .bw-item-title .bw-item-desc {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        line-height: 1.3;
        max-height: 47px;
        overflow: hidden;
    }

    .lh-flow-step[data-lh-step="2"] .bw-item-meta .quantity-selector {
        max-width: 100%;
        width: 64px;
    }

    .lh-flow-step .booking_form {
        margin-top: 0;
    }

    .lh-flow-step .booking_form > p:first-child {
        color: #4e4851;
        font-size: 12px;
        margin-bottom: 14px;
    }

    .lh-flow-step .booking_form > p:first-child a {
        color: #ff566b;
        font-weight: 700;
    }

    .lh-flow-step .booking_form .form-control,
    .lh-flow-step .booking_form .form-select {
        border-color: #e5e7eb;
        border-radius: 10px;
        min-height: 48px;
    }

    .lh-flow-step .booking_form .form-control:focus,
    .lh-flow-step .booking_form .form-select:focus {
        border-color: #ff566b;
        box-shadow: 0 0 0 .2rem rgba(255, 86, 107, .12);
    }

    .lh-flow-step .booking_form #cccdHelpBlock {
        color: #7b767d;
        font-size: 11px;
        line-height: 1.45;
    }

    .lh-flow-step .booking_form #cccdHelpBlock em[style] {
        color: #e5394e !important;
    }

    .lh-flow-step .booking_form .bw-upload small {
        color: #e5394e;
        font-size: 10px;
    }

    .lh-flow-step .booking_form .bw-upload {
        align-items: stretch;
        display: flex;
        height: 100%;
        min-height: 122px;
    }

    .lh-flow-step .booking_form .bw-upload > label {
        align-items: center;
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .lh-flow-actions {
        background: #fff;
        border-top: 1px solid #f0e7e9;
        display: flex;
        gap: 8px;
        margin: 0;
        padding: 12px 16px;
    }

    .lh-flow-next,
    .lh-flow-submit {
        background: #ff566b !important;
        border-color: #ff566b !important;
        color: #fff !important;
        flex: 1;
        font-weight: 700;
        border-radius: 6px !important;
        font-size: 14px;
        min-height: 40px;
        padding: 7px 12px;
    }

    .lh-flow-back {
        background: #fff !important;
        border: 1px solid #ff566b !important;
        color: #ff566b !important;
        flex: 1;
        font-weight: 700;
        border-radius: 6px !important;
        font-size: 14px;
        min-height: 40px;
        padding: 7px 12px;
    }

    .lh-flow-step[data-lh-step="2"] .lh-flow-step-content,
    .lh-flow-step[data-lh-step="2"] .lh-booking-menu-source,
    .lh-flow-step[data-lh-step="2"] .bw-combos {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        min-height: 0;
    }

    .lh-flow-step[data-lh-step="2"] .bw-combos-content {
        flex: 1 1 auto;
        max-height: none;
        min-height: 0;
        overflow-y: auto;
    }

    .lh-menu-category-tabs {
        display: flex;
        flex: 0 0 auto;
        gap: 6px;
        margin: 0 0 6px;
        overflow-x: auto;
        padding: 0 4px 2px;
        scrollbar-width: none;
    }

    .lh-menu-category-tabs::-webkit-scrollbar {
        display: none;
    }

    .lh-menu-category-tabs button {
        background: #fff;
        border: 1px solid #ff8b9a;
        border-radius: 999px;
        color: #5c555b;
        flex: 0 0 auto;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        min-height: 30px;
        padding: 5px 11px;
        white-space: nowrap;
    }

    .lh-menu-category-tabs button.is-active {
        background: #ff566b;
        border-color: #ff566b;
        color: #fff;
    }

    .lh-flow-step[data-lh-step="2"] .lh-flow-actions {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .lh-flow-step[data-lh-step="2"] .lh-flow-actions .btn {
        min-height: 36px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .lh-flow-step .bw-combos > .btn {
        background: #fff1c8;
        border: 0;
        border-radius: 10px;
        color: #6a4d00;
        font-size: 12px;
        margin-top: 10px;
        flex: 0 0 auto;
    }

    .lh-voucher-placeholder {
        background: #ff566b !important;
        border-color: #ff566b !important;
        color: #fff !important;
        border-radius: 6px !important;
        font-size: 12px;
        margin: 0 0 0 12px;
        min-height: 36px;
    }

    .lh-flow-progress {
        background: #fff;
        border-top: 1px solid #eee3e5;
        display: flex;
        flex: 0 0 16px;
        gap: 3px;
        padding: 5px 16px 7px;
        position: relative;
        z-index: 1;
    }

    .lh-flow-progress button {
        background: #d3d7dd;
        border: 0;
        border-radius: 0;
        flex: 1;
        font-size: 0;
        height: 4px;
        line-height: 0;
        padding: 0;
        position: relative;
    }

    .lh-flow-progress span {
        display: none;
    }

    .lh-flow-progress button.is-active {
        background: #ff566b;
    }

    .lh-flow-progress button.is-active span {
        display: none;
    }

    .lh-flow-progress button.is-completed {
        background: #ff566b;
    }

    .lh-flow-progress button.is-completed span {
        display: none;
    }

    .lh-flow-progress button.is-completed::after {
        display: none;
    }

    .lh-payment-return-note {
        color: #6b6570;
        font-size: 11px;
        margin: 8px 0 0;
        text-align: center;
    }

    .lh-flow-submit {
        align-items: center;
        display: inline-flex;
        flex: 2;
        flex-direction: column;
        justify-content: center;
        line-height: 1.2;
    }

    .lh-flow-submit small {
        color: #ffe08a;
        font-size: 10px;
        font-weight: 600;
        margin-top: 2px;
    }

    body.lh-mobile-booking-open #confirBooking {
        z-index: 10020;
    }

    body.lh-mobile-booking-open #myInfoBox {
        z-index: 10020;
    }

    body.lh-mobile-booking-open .modal-backdrop {
        z-index: 10010;
    }
}
.lh-voucher-placeholder {
    width: 100%;
    min-height: 44px;
    margin-top: 12px;
    border: 1px solid #ff566b;
    border-radius: 8px;
    background: #fff;
    color: #df1831;
    font-weight: 700;
}

.lh-voucher-placeholder:hover,
.lh-voucher-placeholder:focus {
    border-color: #df1831;
    background: #fff1f3;
    color: #df1831;
}

.lh-voucher-preview {
    display: grid;
    gap: 0;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0 0;
    border-top: 1px solid #f5c2ca;
    border-radius: 0;
    background: transparent;
    color: #111827;
    font-size: 13px;
}

.lh-voucher-preview[hidden] {
    display: none;
}

.lh-voucher-preview__discount {
    color: #df1831;
}

.lh-voucher-preview__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 36px;
}

.lh-voucher-preview__row > strong {
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: right;
}

.lh-voucher-preview__subtotal > strong,
.lh-voucher-preview__discount-row > strong,
.lh-voucher-preview__total-row > strong {
    white-space: nowrap;
}

.lh-voucher-preview__head {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.lh-voucher-preview__actions {
    display: inline-flex;
    gap: 8px;
}

.lh-voucher-preview__actions button {
    min-width: 44px;
    min-height: 44px;
    padding: 8px 6px;
    border: 1px solid #f5c2ca;
    border-radius: 6px;
    background: #fff;
    color: #df1831;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.lh-voucher-preview__actions button:hover,
.lh-voucher-preview__actions button:focus {
    border-color: #df1831;
    background: #fff1f3;
}

.lh-voucher-preview__total-row {
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid #e5e7eb;
    font-size: 15px;
}

.lh-voucher-preview__total-row strong {
    color: #111827;
    font-size: 17px;
    font-weight: 800;
}

.lh-voucher-inline-message {
    width: 100%;
    margin: 8px 0 0;
    color: #df1831;
    font-size: 12px;
}

.lh-voucher-inline-message[hidden] {
    display: none;
}

.lh-voucher-dialog[hidden] {
    display: none;
}

.lh-voucher-dialog {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 16px;
}

.lh-voucher-dialog__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, .58);
}

.lh-voucher-dialog__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(440px, 100%);
    max-height: min(620px, calc(100vh - 32px));
    overflow: auto;
    padding: 18px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(17, 24, 39, .2);
}

.lh-voucher-dialog__panel:focus {
    outline: none;
}

.lh-voucher-dialog__panel header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.lh-voucher-dialog__panel h3 {
    margin: 0;
    font-size: 19px;
    color: #111827;
}

.lh-voucher-dialog__panel header p {
    margin: 3px 0 0;
    color: #667085;
    font-size: 13px;
}

.lh-voucher-dialog__panel header button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #f3f4f6;
    color: #111827;
    font-size: 24px;
    line-height: 1;
}

.lh-voucher-dialog__state:empty {
    display: none;
}

.lh-voucher-state {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 24px 12px;
    border-radius: 12px;
    background: #fff1f3;
    color: #111827;
    text-align: center;
}

.lh-voucher-state p,
.lh-voucher-state small {
    margin: 0;
    color: #667085;
    font-size: 13px;
}

.lh-voucher-state__icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: #ff566b;
    color: #fff;
    font-size: 21px;
}

.lh-voucher-state button,
.lh-voucher-dialog__apply {
    min-height: 42px;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    background: #ff566b;
    color: #fff;
    font-weight: 700;
}

.lh-voucher-state button:hover,
.lh-voucher-state button:focus,
.lh-voucher-dialog__apply:hover,
.lh-voucher-dialog__apply:focus {
    background: #df1831;
    color: #fff;
}

.lh-voucher-state button:disabled,
.lh-voucher-dialog__apply:disabled {
    cursor: not-allowed;
    background: #f3f4f6;
    color: #9ca3af;
}

.lh-voucher-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid #f5c2ca;
    border-top-color: #ff566b;
    border-radius: 50%;
    animation: lh-voucher-spin .75s linear infinite;
}

@keyframes lh-voucher-spin {
    to {
        transform: rotate(360deg);
    }
}

.lh-voucher-dialog__list {
    display: grid;
    max-height: 360px;
    overflow-y: auto;
    gap: 10px;
}

.lh-voucher-dialog__blind-note {
    grid-column: 1 / -1;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 12px;
    line-height: 1.4;
}

.lh-voucher-choice {
    position: relative;
    display: grid;
    gap: 5px;
    width: 100%;
    min-height: 96px;
    padding: 14px 44px 14px 14px;
    border: 1px solid #f5c2ca;
    border-radius: 10px;
    background: #fff;
    color: #111827;
    text-align: left;
}

.lh-voucher-choice::before {
    position: absolute;
    top: 50%;
    left: -1px;
    width: 4px;
    height: 58%;
    border-radius: 0 4px 4px 0;
    background: #ff566b;
    content: "";
    transform: translateY(-50%);
}

.lh-voucher-choice.is-selected,
.lh-voucher-choice:hover {
    border-color: #ff566b;
    background: #fff1f3;
}

.lh-voucher-choice:focus-visible,
.lh-voucher-dialog__apply:focus-visible,
.lh-voucher-dialog__panel header button:focus-visible,
.lh-voucher-preview__actions button:focus-visible {
    outline: 3px solid rgba(255, 86, 107, .35);
    outline-offset: 2px;
}

.lh-voucher-choice small {
    color: #667085;
}

.lh-voucher-choice .lh-voucher-card__body {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.lh-voucher-choice .lh-voucher-card__body strong {
    overflow-wrap: anywhere;
}

.lh-voucher-choice__status {
    width: max-content;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
}

.lh-voucher-choice.is-selected .lh-voucher-choice__status {
    color: #df1831;
}

.lh-voucher-choice.is-applied .lh-voucher-choice__status {
    color: #15803d;
}

.lh-voucher-choice__badge {
    width: max-content;
    padding: 2px 7px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #15803d;
    font-size: 11px;
    font-weight: 700;
}

.lh-voucher-choice__check {
    position: absolute;
    top: 50%;
    right: 14px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid #f5c2ca;
    border-radius: 50%;
    color: transparent;
    transform: translateY(-50%);
}

.lh-voucher-choice.is-selected .lh-voucher-choice__check {
    border-color: #ff566b;
    background: #ff566b;
    color: #fff;
    align-items: baseline;
}

.lh-voucher-choice.is-applied {
    border-color: #15803d;
    background: #f0fdf4;
}

.lh-voucher-dialog__message {
    min-height: 20px;
    margin: 12px 0 0;
    color: #667085;
    font-size: 13px;
}

.lh-voucher-dialog__message.is-error {
    color: #df1831;
}

.lh-voucher-dialog__footer {
    position: sticky;
    bottom: 0;
    margin-top: 14px;
    padding-top: 8px;
    background: #fff;
}

.lh-voucher-dialog__footer[hidden] {
    display: none;
}

.lh-voucher-dialog__apply {
    width: 100%;
}

body.lh-voucher-dialog-open {
    overflow: hidden;
}

@media screen and (max-width: 767.98px) {
    .lh-voucher-dialog {
        place-items: end center;
        padding: 0;
    }

    .lh-voucher-dialog__panel {
        width: 100%;
        max-height: 86vh;
        padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
        border-radius: 18px 18px 0 0;
    }

    .lh-booking-price-content > .lh-voucher-placeholder {
        width: auto;
        flex: 0 0 auto;
        margin: 0 0 0 12px;
    }

    .lh-booking-price-content .lh-voucher-preview {
        min-width: 100%;
        flex: 1 0 100%;
    }
}
@media (min-width: 768px) {
    #lh-mobile-booking-flow {
        display: none !important;
    }
}

/* Voucher surfaces: ticket hierarchy for the selected booking state. */
.lh-voucher-preview {
    gap: 0;
    margin-top: 14px;
    padding: 16px 0 0;
    border-top: 1px solid #e7d9dc;
}

.lh-voucher-preview__heading {
    margin-bottom: 10px;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
}

.lh-voucher-preview__applied-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 12px;
    border: 1px solid #ffb9c3;
    border-radius: 14px;
    background: #fff7f8;
}

.lh-voucher-ticket-icon,
.lh-voucher-card__ticket-icon {
    display: block;
    width: 42px;
    height: 34px;
    flex: 0 0 42px;
    background: #ff566b;
    content: "";
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5V6a.5.5 0 0 1-.5.5 1.5 1.5 0 0 0 0 3 .5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5V10a.5.5 0 0 1 .5-.5 1.5 1.5 0 1 0 0-3A.5.5 0 0 1 0 6zM1.5 4a.5.5 0 0 0-.5.5v1.05a2.5 2.5 0 0 1 0 4.9v1.05a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1.05a2.5 2.5 0 0 1 0-4.9V4.5a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5V6a.5.5 0 0 1-.5.5 1.5 1.5 0 0 0 0 3 .5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5V10a.5.5 0 0 1 .5-.5 1.5 1.5 0 1 0 0-3A.5.5 0 0 1 0 6zM1.5 4a.5.5 0 0 0-.5.5v1.05a2.5 2.5 0 0 1 0 4.9v1.05a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1.05a2.5 2.5 0 0 1 0-4.9V4.5a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.lh-voucher-preview__applied-body {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.lh-voucher-preview__applied-body strong {
    overflow-wrap: anywhere;
    color: #111827;
    font-size: 15px;
    line-height: 1.25;
}

.lh-voucher-preview__applied-body small {
    color: #667085;
    font-size: 12px;
}

.lh-voucher-preview__applied-body [data-voucher-applied-percent] {
    color: #df1831;
    font-weight: 800;
}

.lh-voucher-preview__applied-state {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid #ff566b;
    border-radius: 10px;
    color: #df1831;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.lh-voucher-preview__applied-state > span {
    display: inline-grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: #ff566b;
    color: #fff;
    font-size: 13px;
}

.lh-voucher-preview__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 10px 0 12px;
}

.lh-voucher-preview__actions button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 44px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.lh-voucher-preview__actions button:first-child {
    color: #4b5563;
}

.lh-voucher-preview__actions button:last-child {
    margin-left: auto;
    color: #df1831;
    font-weight: 600;
}

.lh-voucher-preview__actions button:hover,
.lh-voucher-preview__actions button:focus-visible {
    background: #fff1f3;
    color: #df1831;
}

.lh-voucher-preview__actions button span {
    font-size: 20px;
    line-height: 1;
}

.lh-voucher-preview__subtotal {
    padding-top: 12px;
    border-top: 1px solid #e7d9dc;
}

.lh-voucher-preview__discount-row {
    color: #111827;
}

.lh-voucher-preview__discount-label {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.lh-voucher-preview__discount-label small {
    color: #6b7280;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
}

.lh-voucher-preview__total-row {
    min-height: 58px;
    margin-top: 8px;
    padding-top: 12px;
    border-top-color: #e7d9dc;
}

.lh-voucher-preview__total-row span {
    font-size: 16px;
    font-weight: 800;
}

.lh-voucher-preview__total-row strong {
    color: #111827;
    font-size: 22px;
}

.lh-voucher-savings-callout {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 11px 12px;
    border: 1px solid #b9e4c5;
    border-radius: 10px;
    background: #f3fbf5;
    color: #1f2937;
    font-size: 13px;
}

.lh-voucher-savings-callout strong {
    color: #15803d;
}

.lh-voucher-savings-callout__icon {
    display: inline-grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.booking_total_price.lh-voucher-applied .bw-total-price-content {
    gap: 5px;
}

.booking_total_price.lh-voucher-applied .bw-total-price,
.booking_total_price.lh-voucher-applied .lh-current-price {
    color: #ff3f55;
    font-size: clamp(22px, 5vw, 32px);
    font-weight: 800;
    line-height: 1.1;
}

.booking_total_price.lh-voucher-applied .lh-original-price {
    color: #667085;
    font-size: 14px;
}

.lh-flow-step .lh-price-saving {
    color: #15803d;
    font-size: 14px;
    font-weight: 700;
}

.lh-voucher-choice .lh-voucher-card__ticket-icon {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 32px;
    height: 26px;
}

.lh-voucher-choice {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    column-gap: 10px;
    padding-left: 14px;
}

.lh-voucher-choice .lh-voucher-card__badge,
.lh-voucher-choice .lh-voucher-card__body {
    grid-column: 2;
}

@media screen and (max-width: 480px) {
    .lh-voucher-preview__applied-card {
        grid-template-columns: 38px minmax(0, 1fr);
        align-items: start;
    }

    .lh-voucher-ticket-icon {
        width: 34px;
        height: 28px;
    }

    .lh-voucher-preview__applied-state {
        grid-column: 2;
        justify-self: start;
        min-height: 36px;
        padding: 6px 9px;
    }

    .lh-voucher-preview__total-row strong {
        font-size: 19px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lh-voucher-spinner {
        animation: none;
    }
}

/* Compact shared ticket treatment for wallet and booking selection. */
.lh-voucher-preview {
    margin-top: 8px;
    padding-top: 10px;
}

.lh-voucher-preview__heading {
    margin-bottom: 7px;
    font-size: 15px;
}

.lh-voucher-preview__applied-card,
.lh-voucher-choice {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 0;
    min-height: 76px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #f5c2ca;
    border-radius: 10px;
    background: #fffdfd;
}

.lh-voucher-choice {
    width: 100%;
    min-height: 92px;
    text-align: left;
}

.lh-voucher-choice::before {
    display: none;
}

.lh-voucher-preview__applied-card .lh-voucher-card__ticket-panel,
.lh-voucher-choice .lh-voucher-card__ticket-panel {
    position: relative;
    display: grid;
    width: auto;
    min-height: 100%;
    place-items: center;
    border-right: 1px dashed #ffb1bc;
    background: #fff7f8;
    color: #ff566b;
}

.lh-voucher-preview__applied-card .lh-voucher-card__ticket-panel::before,
.lh-voucher-preview__applied-card .lh-voucher-card__ticket-panel::after,
.lh-voucher-choice .lh-voucher-card__ticket-panel::before,
.lh-voucher-choice .lh-voucher-card__ticket-panel::after {
    position: absolute;
    right: -7px;
    width: 13px;
    height: 13px;
    border: 1px solid #f5c2ca;
    border-radius: 50%;
    background: #fff;
    content: "";
}

.lh-voucher-preview__applied-card .lh-voucher-card__ticket-panel::before,
.lh-voucher-choice .lh-voucher-card__ticket-panel::before {
    top: -7px;
}

.lh-voucher-preview__applied-card .lh-voucher-card__ticket-panel::after,
.lh-voucher-choice .lh-voucher-card__ticket-panel::after {
    bottom: -7px;
}

.lh-voucher-preview__applied-card .lh-voucher-card__ticket-icon,
.lh-voucher-choice .lh-voucher-card__ticket-icon {
    position: static;
    width: 32px;
    height: 26px;
    background: currentColor;
}

.lh-voucher-preview__applied-body,
.lh-voucher-choice .lh-voucher-card__body {
    display: grid;
    grid-column: 2;
    align-content: center;
    min-width: 0;
    gap: 4px;
    padding: 10px 12px;
}

.lh-voucher-preview__applied-body strong,
.lh-voucher-choice .lh-voucher-card__body strong {
    overflow-wrap: anywhere;
    color: #111827;
    font-size: 13px;
    line-height: 1.3;
}

.lh-voucher-choice .lh-voucher-card__badge {
    display: inline-flex;
    grid-column: auto;
    width: max-content;
    height: auto;
    min-height: 22px;
    align-items: center;
    gap: 5px;
    padding: 3px 7px;
    border: 1px solid #c8ead1;
    border-radius: 999px;
    background: #effbf2;
    color: #15803d;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.lh-voucher-card__status-icon {
    display: inline-grid;
    width: 15px;
    height: 15px;
    place-items: center;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    font-size: 9px;
    line-height: 1;
}

.lh-voucher-choice .lh-voucher-card__expiry {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #667085;
    font-size: 11px;
}

.lh-voucher-card__expiry > span {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 12px;
    flex: 0 0 14px;
    border: 1px solid currentColor;
    border-radius: 2px;
}

.lh-voucher-card__expiry > span::before {
    position: absolute;
    top: 3px;
    right: 1px;
    left: 1px;
    border-top: 1px solid currentColor;
    content: "";
}

.lh-voucher-card__expiry > span::after {
    position: absolute;
    top: -3px;
    left: 3px;
    width: 2px;
    height: 4px;
    border-radius: 1px;
    background: currentColor;
    box-shadow: 6px 0 currentColor;
    content: "";
}

.lh-voucher-choice__status {
    display: none;
    width: max-content;
    align-items: center;
    min-height: 19px;
    padding: 2px 7px;
    border: 1px solid #ffc3cb;
    border-radius: 999px;
    background: #fff1f3;
    color: #c81e36;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.lh-voucher-choice.is-selected .lh-voucher-choice__status,
.lh-voucher-choice.is-applied .lh-voucher-choice__status {
    display: inline-flex;
}

.lh-voucher-choice__check {
    position: static;
    display: grid;
    grid-column: 3;
    align-self: center;
    width: 26px;
    height: 26px;
    padding: 0;
    place-items: center;
    margin: 0 11px 0 4px;
    font-size: 0;
    line-height: 0;
    transform: none;
}

.lh-voucher-choice__check::after {
    display: block;
    box-sizing: border-box;
    width: 6px;
    height: 10px;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    content: "";
    transform: translate(-1px, -1px) rotate(45deg);
    transform-origin: center;
}

.lh-voucher-choice.is-selected,
.lh-voucher-choice:hover {
    border-color: #ff8c9b;
    background: #fff8f9;
}

.lh-voucher-choice.is-applied {
    border-color: #ff8c9b;
    background: #fff8f9;
}

.lh-voucher-preview__applied-state {
    align-self: center;
    min-height: 36px;
    margin-right: 9px;
    padding: 6px 9px;
    border-radius: 8px;
    font-size: 10px;
}

.lh-voucher-preview__applied-state > span {
    width: 18px;
    height: 18px;
    font-size: 11px;
}

.lh-voucher-preview__actions {
    padding: 4px 0 6px;
}

.lh-voucher-preview__actions button {
    min-height: 38px;
    padding: 5px 8px;
    font-size: 11px;
}

.lh-voucher-preview__actions button span {
    font-size: 16px;
}

.lh-voucher-preview__row {
    min-height: 30px;
    font-size: 11px;
}

.lh-voucher-preview__subtotal {
    padding-top: 7px;
}

.lh-voucher-preview__total-row {
    min-height: 46px;
    margin-top: 4px;
    padding-top: 7px;
}

.lh-voucher-preview__total-row span {
    font-size: 14px;
}

.lh-voucher-preview__total-row strong {
    font-size: 18px;
}

.lh-voucher-savings-callout {
    gap: 8px;
    margin-top: 7px;
    padding: 8px 9px;
    border-radius: 8px;
    font-size: 11px;
}

.lh-voucher-savings-callout__icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 12px;
}

.lh-voucher-dialog__panel {
    padding: 14px;
}

.lh-voucher-dialog__panel header {
    margin-bottom: 10px;
}

.lh-voucher-dialog__list {
    gap: 8px;
}

.lh-voucher-dialog__footer {
    margin-top: 10px;
}

@media screen and (max-width: 767.98px) {
    .lh-voucher-preview__applied-card {
        grid-template-columns: 52px minmax(0, 1fr) auto;
        align-items: center;
    }

    .lh-voucher-preview__applied-state {
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        justify-self: end;
    }

    .lh-booking-price-panel {
        display: grid;
        grid-template-columns: 32px minmax(0, 1fr);
        align-items: start;
        gap: 4px 9px;
        padding: 10px 12px;
    }

    .lh-booking-price-panel > strong {
        grid-column: 1;
        min-width: 0;
        font-size: 13px;
    }

    .lh-booking-price-content {
        grid-column: 2;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .lh-booking-price-content > .booking_total_price {
        min-width: 0;
        flex: 1 1 auto;
    }

    .lh-booking-price-content > .lh-voucher-placeholder {
        width: auto;
        max-width: 122px;
        min-height: 38px;
        flex: 0 0 auto;
        overflow: hidden;
        margin: 0;
        padding: 6px 9px;
        font-size: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lh-booking-price-panel > .lh-voucher-preview,
    .lh-booking-price-panel > .lh-voucher-inline-message {
        grid-column: 1 / -1;
        width: 100%;
    }

    .lh-flow-step .bw-total-price-content {
        gap: 0;
    }

    .lh-flow-step .lh-current-price,
    .booking_total_price.lh-voucher-applied .lh-current-price {
        font-size: 20px;
    }

    .lh-flow-step .lh-original-price,
    .lh-flow-step .lh-price-saving {
        font-size: 10px;
    }

    .lh-voucher-dialog__panel {
        padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    }

    .lh-voucher-dialog__panel h3 {
        font-size: 17px;
    }

    .lh-voucher-dialog__panel header p {
        font-size: 11px;
    }

    .lh-flow-step .booking_form .bw-upload {
        min-height: 54px;
        height: auto;
        padding: 4px 5px !important;
        border-style: dashed !important;
        background: #fff;
    }

    .lh-flow-step .booking_form .bw-upload > label {
        display: flex;
        min-width: 0;
        min-height: 44px;
        align-items: center !important;
        flex-direction: row !important;
        justify-content: flex-start;
        gap: 8px !important;
        text-align: left;
    }

    .lh-flow-step .booking_form .bw-upload .bw-ico-add-img {
        width: 48px !important;
        height: 34px !important;
        flex: 0 0 48px;
        margin: 0;
        border-radius: 4px;
        object-fit: contain;
    }

    .lh-flow-step .booking_form .bw-upload.is-saved .bw-ico-add-img {
        object-fit: cover;
    }

    .lh-flow-step .booking_form .bw-upload > label > span {
        min-width: 0;
        color: #344054 !important;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.35;
    }

    .lh-flow-step .booking_form .bw-upload small {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .booking_total_price .lh-desktop-voucher-trigger {
        display: flex;
        width: max-content;
        min-width: 180px;
        min-height: 36px;
        align-items: center;
        justify-content: center;
        margin: 6px 0 0 auto;
        padding: 6px 16px;
        font-size: 12px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .booking_total_price.lh-voucher-applied .bw-total-price-content {
        gap: 1px;
        font-size: 13px;
        line-height: 1.35;
    }

    .booking_total_price.lh-voucher-applied .bw-total-price,
    .booking_total_price.lh-voucher-applied .lh-current-price {
        font-size: 20px;
    }

    .booking_total_price.lh-voucher-applied .lh-original-price,
    .booking_total_price.lh-voucher-applied .lh-price-saving {
        font-size: 11px;
    }

    .booking_total_price > .lh-voucher-preview {
        width: min(100%, 760px);
        grid-template-columns: minmax(300px, 1fr) minmax(240px, 280px);
        grid-template-rows: auto auto auto auto;
        gap: 4px 18px;
        margin: 8px 0 0 auto;
        padding-top: 0;
        border-top: 0;
    }

    .booking_total_price .lh-voucher-preview__heading {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
        justify-self: start;
        margin-bottom: 0;
        font-size: 14px;
        text-align: left;
    }

    .booking_total_price .lh-voucher-preview__applied-card {
        grid-column: 1;
        grid-row: 2 / span 2;
        align-self: stretch;
        min-height: 62px;
        grid-template-columns: 56px minmax(0, 1fr) auto;
    }

    .booking_total_price .lh-voucher-preview__applied-body {
        padding: 7px 10px;
        text-align: left;
    }

    .booking_total_price .lh-voucher-preview__applied-state {
        min-height: 32px;
        margin-right: 8px;
        padding: 5px 8px;
    }

    .booking_total_price .lh-voucher-preview__actions {
        grid-column: 1;
        grid-row: 4;
        justify-content: flex-end;
        gap: 4px;
        padding: 2px 0 4px;
    }

    .booking_total_price .lh-voucher-preview__actions button {
        width: auto;
        min-width: 0;
        min-height: 32px;
        margin: 0;
        padding: 4px 7px;
        font-size: 10px;
        white-space: nowrap;
    }

    .booking_total_price .lh-voucher-preview__actions button:last-child {
        margin-left: 0;
    }

    .booking_total_price .lh-voucher-preview__subtotal,
    .booking_total_price .lh-voucher-preview__discount-row,
    .booking_total_price .lh-voucher-preview__total-row {
        grid-column: 2;
        width: 100%;
        min-height: 25px;
        margin-left: 0;
        font-size: 10px;
        text-align: left;
    }

    .booking_total_price .lh-voucher-preview__subtotal {
        grid-row: 1;
        padding-top: 4px;
    }

    .booking_total_price .lh-voucher-preview__discount-row {
        grid-row: 2;
    }

    .booking_total_price .lh-voucher-preview__total-row {
        grid-row: 3;
        min-height: 38px;
        margin-top: 2px;
        padding-top: 5px;
    }

    .booking_total_price .lh-voucher-preview__total-row span {
        font-size: 12px;
    }

    .booking_total_price .lh-voucher-preview__total-row strong {
        font-size: 17px;
    }

    .booking_total_price .lh-voucher-savings-callout {
        grid-column: 2;
        grid-row: 4;
        width: max-content;
        max-width: 100%;
        min-height: 34px;
        justify-content: flex-end;
        margin: 5px 0 0 auto;
        padding: 5px 8px;
        text-align: right;
    }

    .booking_total_price .lh-voucher-savings-callout__icon {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
        font-size: 11px;
    }
}

@media screen and (max-width: 767.98px) {
    .lh-flow-step[data-lh-step="2"] .bw-category-serivce-content {
        align-items: stretch;
    }

    .lh-flow-step[data-lh-step="2"] .bw-category-serivce-item {
        display: flex;
    }

    .lh-flow-step[data-lh-step="2"] .bw-ant-checkbox-wrapper,
    .lh-flow-step[data-lh-step="2"] .bw-item-meta {
        width: 100%;
    }

    .lh-flow-step[data-lh-step="2"] .bw-item-meta {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
    }

    .lh-flow-step[data-lh-step="2"] .bw-item-title {
        display: block;
        min-height: 38px;
        margin-bottom: 4px;
    }

    .lh-flow-step[data-lh-step="2"] .bw-item-title .bw-item-name {
        min-height: 38px;
    }

    .lh-flow-step[data-lh-step="2"] .bw-item-title .bw-item-desc {
        display: none;
    }

    .lh-flow-step[data-lh-step="2"] .bw-item-meta-price {
        line-height: 1.25;
        margin-top: auto;
    }

    .lh-mobile-payment-shell .lh-mobile-payment-booking .lh-mobile-payment-data-row {
        display: grid;
        grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
        align-items: start;
        column-gap: 10px;
        padding: 10px 8px;
    }

    .lh-mobile-payment-shell .lh-mobile-payment-booking .lh-mobile-payment-data-row > strong,
    .lh-mobile-payment-shell .lh-mobile-payment-booking .lh-mobile-payment-data-row > span {
        min-width: 0;
        margin: 0;
    }

    .lh-mobile-payment-shell .lh-mobile-payment-booking .lh-mobile-payment-data-row > strong {
        white-space: nowrap;
    }

    .lh-mobile-payment-shell .lh-mobile-payment-booking .lh-mobile-payment-data-row > span {
        overflow-wrap: anywhere;
    }

    .lh-mobile-payment-shell .lh-mobile-payment-booking .lh-mobile-payment-data-row ul {
        margin: 0;
        padding-left: 16px;
    }

    .lh-change-booking,
    .lh-flow-next,
    .lh-flow-back,
    .lh-flow-submit,
    .lh-menu-category-tabs button,
    .lh-flow-step .btn,
    .lh-voucher-placeholder,
    .lh-voucher-dialog__apply,
    .lh-voucher-state button,
    .lh-voucher-preview__actions button,
    body.single-bw_services_post .booking_list .bw-bookingNow {
        font-size: 13px !important;
        line-height: 1.2;
    }

    .lh-change-booking,
    .lh-flow-next,
    .lh-flow-back,
    .lh-flow-submit,
    .lh-voucher-placeholder,
    .lh-voucher-dialog__apply,
    body.single-bw_services_post .booking_list .bw-bookingNow {
        min-height: 44px !important;
    }

    .lh-booking-price-panel > strong,
    .lh-flow-step .lh-current-price,
    .lh-flow-step .lh-original-price,
    .lh-flow-step .lh-price-saving {
        line-height: 1.2;
    }

    .lh-booking-price-panel > strong {
        padding-top: 3px;
    }

    .lh-booking-price-content > .lh-voucher-placeholder {
        max-width: 132px;
        padding-left: 10px;
        padding-right: 10px;
    }

    body.single-bw_services_post:not(.lh-mobile-booking-open) .lh-booking-menu-source,
    body.single-bw_services_post:not(.lh-mobile-booking-open) .bw-area-booking,
    body.single-bw_services_post:not(.lh-mobile-booking-open) .lh-room-detail-content-row {
        display: none !important;
    }

    body.single-bw_services_post:not(.lh-mobile-booking-open) .booking_list .booking_total_price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding-top: 10px;
        text-align: left !important;
    }

    body.single-bw_services_post:not(.lh-mobile-booking-open) .booking_list .bw-total-price-content {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.single-bw_services_post:not(.lh-mobile-booking-open) .booking_list .bw-bookingNow {
        display: inline-flex !important;
        min-width: 88px;
        min-height: 38px !important;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        padding: 6px 14px;
        font-size: 12px !important;
    }

    body.single-bw_services_post:not(.lh-mobile-booking-open) .booking_list,
    body.single-bw_services_post:not(.lh-mobile-booking-open) .infinite-scroll-table.room_list,
    body.single-bw_services_post:not(.lh-mobile-booking-open) .infinite-scroll-table.room_list .table-sc {
        width: 100%;
        max-width: 100%;
    }

    body.single-bw_services_post:not(.lh-mobile-booking-open) .infinite-scroll-table.room_list .table-sc {
        min-width: 100%;
        table-layout: fixed;
    }

    .infinite-scroll-table.room_list .sticky-column-2 {
        width: 42px;
        min-width: 42px !important;
        max-width: 42px;
        white-space: nowrap;
    }

    .infinite-scroll-table.room_list .booking-date-mobile {
        white-space: nowrap;
        font-variant-numeric: tabular-nums;
    }

    body.single-bw_services_post:not(.lh-mobile-booking-open) .infinite-scroll-table.room_list th:not(.sticky-column),
    body.single-bw_services_post:not(.lh-mobile-booking-open) .infinite-scroll-table.room_list td:not(.sticky-column) {
        width: auto;
        min-width: 0 !important;
        max-width: none;
    }

    body.single-bw_services_post:not(.lh-mobile-booking-open) .infinite-scroll-table.room_list .non-item,
    body.single-bw_services_post:not(.lh-mobile-booking-open) .infinite-scroll-table.room_list .select-item,
    body.single-bw_services_post:not(.lh-mobile-booking-open) .infinite-scroll-table.room_list .over-select-item,
    body.single-bw_services_post:not(.lh-mobile-booking-open) .infinite-scroll-table.room_list .click-select-item {
        width: calc(100% - 8px);
        min-width: 0;
        max-width: none;
    }
}

.lh-voucher-choice .lh-voucher-card__badge.is-blind {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #9a3412;
}

.lh-voucher-choice .lh-voucher-card__badge.is-blind .lh-voucher-card__status-icon {
    background: #ea580c;
}
