
    /* =========================================================
       MAIN CARD
       ========================================================= */

    .booking-review-modern {
        background: #ffffff;
        border: 1px solid #e6e9ed;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
        color: #212529;
    }


    /* =========================================================
       HEADER
       ========================================================= */

    .booking-review-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 22px;
        background: #ffffff;
        border-bottom: 1px solid #edf0f2;
    }

    .booking-review-eyebrow {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #8a94a6;
        margin-bottom: 3px;
    }

    .booking-review-title {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        color: #1f2937;
    }

    .booking-review-icon {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #eef8f1;
        color: #28a745;
        font-size: 14px;
    }


    /* =========================================================
       PROPERTY
       ========================================================= */

    .booking-property-card {
        display: flex;
        gap: 12px;
        padding: 14px 22px;
        border-bottom: 1px solid #edf0f2;
    }

    .booking-property-image {
        flex: 0 0 92px;
        width: 92px;
        height: 76px;
        overflow: hidden;
        border-radius: 9px;
        background: #f1f3f5;
    }

    .booking-property-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .booking-property-info {
        min-width: 0;
        flex: 1;
    }

    .booking-property-type {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: .07em;
        font-weight: 700;
        color: #8a94a6;
        margin-bottom: 3px;
    }

    .booking-property-name {
        margin: 0 0 5px;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 700;
    }

    .booking-property-name a {
        color: #212529;
        text-decoration: none;
    }

    .booking-property-name a:hover {
        color: #007bff;
    }

    .booking-property-address {
        display: flex;
        align-items: flex-start;
        gap: 6px;
        color: #6c757d;
        font-size: 12px;
        line-height: 1.4;
    }

    .booking-property-address i {
        margin-top: 2px;
        color: #007bff;
    }

    .booking-property-vendor {
        margin-top: 6px;
        font-size: 11px;
        color: #6c757d;
    }

    .booking-property-vendor a {
        color: #007bff;
    }


    /* =========================================================
       SECTIONS
       ========================================================= */

    .booking-section {
        padding: 14px 22px;
        border-bottom: 1px solid #edf0f2;
    }

    .booking-section-title {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 700;
        color: #343a40;
    }

    .booking-section-title i {
        color: #007bff;
        font-size: 14px;
    }


    /* =========================================================
       DATES
       ========================================================= */

    .booking-dates-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .booking-date-box {
        padding: 10px;
        border: 1px solid #e6e9ed;
        border-radius: 8px;
        background: #fafbfc;
    }

    .booking-date-label {
        margin-bottom: 3px;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #8a94a6;
    }

    .booking-date-value {
        font-size: 13px;
        font-weight: 600;
        color: #343a40;
    }


    /* =========================================================
       STATS
       ========================================================= */

    .booking-stats {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
        margin-top: 8px;
    }

    .booking-stat {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 8px;
        border: 1px solid #edf0f2;
        border-radius: 8px;
    }

    .booking-stat-icon {
        color: #6c757d;
        font-size: 14px;
    }

    .booking-stat-value {
        font-size: 13px;
        font-weight: 700;
        color: #343a40;
        line-height: 1;
    }

    .booking-stat-label {
        margin-top: 3px;
        font-size: 9px;
        color: #8a94a6;
        line-height: 1;
    }


    /* =========================================================
       PRICE LIST
       ========================================================= */

    .booking-price-list {
        margin-bottom: 8px;
    }

    .booking-price-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 15px;
        padding: 7px 0;
        border-bottom: 1px dashed #e9ecef;
        font-size: 13px;
    }

    .booking-price-row:last-child {
        border-bottom: 0;
    }

    .booking-price-name {
        color: #495057;
        line-height: 1.4;
    }

    .booking-price-name small {
        color: #8a94a6;
        font-size: 11px;
    }

    .booking-price-value {
        flex-shrink: 0;
        color: #343a40;
        font-weight: 600;
        white-space: nowrap;
    }


    /* =========================================================
       SUBSECTIONS
       ========================================================= */

    .booking-subsection-title {
        margin-top: 12px;
        padding-top: 10px;
        border-top: 1px solid #edf0f2;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #8a94a6;
    }

    .booking-fee-info {
        margin-left: 3px;
        color: #adb5bd;
        cursor: help;
    }

    .booking-fee-calculation {
        display: block;
        color: #8a94a6;
        font-size: 10px;
    }


    /* =========================================================
       DETAIL BUTTON
       ========================================================= */

    .booking-detail-button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
        margin-top: 8px;
        border: 1px solid #e1e5e9;
        border-radius: 7px;
        background: #ffffff;
        color: #495057;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: all .15s ease;
    }

    .booking-detail-button:hover {
        background: #f8f9fa;
        border-color: #cfd4da;
        color: #007bff;
    }

    .booking-detail-button .fa-chevron-right {
        font-size: 10px;
        color: #adb5bd;
    }


    /* =========================================================
       TOTAL
       ========================================================= */

    .booking-total-box {
        margin-top: 12px;
        padding: 13px;
        border-radius: 10px;
        background: #f7f9fc;
        border: 1px solid #e7ebf0;
    }

    .booking-total-label {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #6c757d;
    }



    .booking-total-value {
        margin-top: 2px;
        font-size: 19px;
        line-height: 1.2;
        font-weight: 800;
        color: #212529;
        text-align: right;
    }

    .booking-payment-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 7px;
        padding-top: 6px;
        border-top: 1px solid #e1e5e9;
        font-size: 12px;
        color: #6c757d;
    }

    .booking-paid {
        color: #28a745;
    }

    .booking-remain {
        color: #dc3545;
    }

    .booking-penalty {
        color: #dc3545;
    }


    /* =========================================================
       MODAL
       ========================================================= */

    .booking-detail-modal .modal-content {
        border: 0;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 15px 45px rgba(0, 0, 0, .15);
    }

    .booking-detail-modal .modal-header {
        padding: 14px 20px;
        border-bottom: 1px solid #edf0f2;
    }

    .modal-eyebrow {
        margin-bottom: 2px;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: .06em;
        color: #8a94a6;
        font-weight: 700;
    }

    .booking-detail-modal .modal-title {
        font-size: 18px;
        font-weight: 700;
        color: #212529;
    }

    .booking-detail-modal .modal-body {
        padding: 14px;
        background: #f8f9fa;
    }


    /* =========================================================
       ROOM DETAIL
       ========================================================= */

    .room-detail-card {
        padding: 12px;
        margin-bottom: 10px;
        background: #ffffff;
        border: 1px solid #e5e9ed;
        border-radius: 9px;
    }

    .room-detail-card:last-child {
        margin-bottom: 0;
    }

    .room-detail-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding-bottom: 8px;
        border-bottom: 1px solid #edf0f2;
    }

    .room-detail-header h6 {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        color: #343a40;
    }

    .room-detail-quantity {
        flex-shrink: 0;
        padding: 3px 7px;
        border-radius: 20px;
        background: #f1f3f5;
        color: #6c757d;
        font-size: 11px;
        font-weight: 600;
    }

    .room-detail-content {
        padding: 10px 0;
    }

    .room-detail-total {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 8px;
        border-top: 1px solid #edf0f2;
        font-size: 12px;
        color: #6c757d;
    }

    .room-detail-total strong {
        color: #212529;
        font-size: 14px;
    }


    /* =========================================================
       MOBILE
       ========================================================= */

    @media (max-width: 576px) {

        .booking-review-header {
            padding: 14px 17px;
        }

        .booking-property-card {
            padding: 14px 17px;
        }

        .booking-property-image {
            flex: 0 0 90px;
            width: 90px;
            height: 75px;
        }

        .booking-property-name {
            font-size: 15px;
        }

        .booking-section {
            padding: 14px 17px;
        }

        .booking-stats {
            grid-template-columns: repeat(2, 1fr);
        }

        .booking-total-value {
            font-size: 20px;
        }

    }


    /* ================================================================
   ROOM DETAILS MODAL
================================================================ */

    .booking-detail-modal .modal-content {

        border: 0;
        border-radius: 14px;
        overflow: hidden;
        background: #ffffff;

        box-shadow:
            0 20px 60px rgba(0, 0, 0, .18);

    }


    /* ================================================================
   HEADER
================================================================ */

    .booking-detail-modal .booking-modal-header {

        position: relative;

        display: flex;
        align-items: center;

        padding: 20px 24px;

        border-bottom: 1px solid #edf0f2;

        background: #ffffff;

    }


    .booking-detail-modal .booking-modal-heading {

        flex: 1;
        min-width: 0;

    }


    .booking-detail-modal .booking-modal-eyebrow {

        margin-bottom: 3px;

        font-size: 10px;
        font-weight: 700;

        text-transform: uppercase;
        letter-spacing: .08em;

        color: #8a94a6;

    }


    .booking-detail-modal .booking-modal-title {

        margin: 0;

        color: #212529;

        font-size: 19px;
        line-height: 1.3;

        font-weight: 700;

    }


    /* ================================================================
   CLOSE BUTTON
================================================================ */

    .booking-detail-modal .booking-modal-close {

        width: 32px;
        height: 32px;

        display: flex;
        align-items: center;
        justify-content: center;

        border: 0;
        border-radius: 50%;

        background: #f5f6f8;

        color: #6c757d;

        cursor: pointer;

        transition: all .15s ease;

    }


    .booking-detail-modal .booking-modal-close:hover {

        background: #e9ecef;

        color: #212529;

    }


    /* ================================================================
   BODY
================================================================ */

    .booking-detail-modal .booking-modal-body {

        padding: 20px 24px;

        background: #f8f9fb;

    }


    /* ================================================================
   ROOMS LIST
================================================================ */

    .booking-rooms-list {

        display: flex;
        flex-direction: column;

        gap: 14px;

    }


    /* ================================================================
   ROOM CARD
================================================================ */

    .booking-room-card {

        background: #ffffff;

        border: 1px solid #e5e9ed;

        border-radius: 10px;

        overflow: hidden;

        transition:
            box-shadow .15s ease,
            border-color .15s ease;

    }


    .booking-room-card:hover {

        border-color: #dce2e8;

        box-shadow:
            0 5px 18px rgba(0, 0, 0, .05);

    }


    /* ================================================================
   ROOM HEADER
================================================================ */

    .booking-room-header {

        display: flex;

        align-items: center;
        justify-content: space-between;

        gap: 15px;

        padding: 15px 17px;

        border-bottom: 1px solid #edf0f2;

    }


    /* ROOM TITLE */

    .booking-room-title-wrapper {

        display: flex;

        align-items: center;

        gap: 11px;

        min-width: 0;

    }


    .booking-room-icon {

        flex: 0 0 36px;

        width: 36px;
        height: 36px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 8px;

        background: #f1f5f9;

        color: #007bff;

        font-size: 14px;

    }


    .booking-room-title {

        margin: 0;

        color: #343a40;

        font-size: 14px;
        line-height: 1.35;

        font-weight: 700;

        overflow-wrap: anywhere;

    }


    /* ================================================================
   QUANTITY
================================================================ */

    .booking-room-quantity {

        flex-shrink: 0;

        display: flex;
        align-items: center;

        gap: 6px;

        padding: 6px 10px;

        border-radius: 20px;

        background: #f1f5f9;

    }


    .booking-room-quantity-label {

        font-size: 9px;

        color: #8a94a6;

        font-weight: 600;

        text-transform: uppercase;

        letter-spacing: .04em;

    }


    .booking-room-quantity strong {

        font-size: 12px;

        color: #495057;

    }


    /* ================================================================
   DETAILS
================================================================ */

    .booking-room-details {

        padding: 15px 17px;

        background: #ffffff;

    }


    .booking-room-details-header {

        display: flex;

        align-items: center;

        gap: 7px;

        margin-bottom: 12px;

        color: #6c757d;

        font-size: 10px;

        font-weight: 700;

        text-transform: uppercase;

        letter-spacing: .05em;

    }


    .booking-room-details-header i {

        color: #007bff;

        font-size: 12px;

    }


    .booking-room-details-content {

        font-size: 12px;

        color: #495057;

    }


    /* ================================================================
   TOTAL
================================================================ */

    .booking-room-total {

        display: flex;

        align-items: center;
        justify-content: space-between;

        gap: 15px;

        padding: 13px 17px;

        border-top: 1px solid #edf0f2;

        background: #fafbfc;

    }


    .booking-room-total-label {

        display: flex;

        flex-direction: column;

        gap: 2px;

    }


    .booking-room-total-label>span {

        font-size: 10px;

        font-weight: 700;

        text-transform: uppercase;

        letter-spacing: .05em;

        color: #8a94a6;

    }


    .booking-room-total-label small {

        font-size: 10px;

        color: #9aa3af;

    }


    .booking-room-total>strong {

        color: #212529;

        font-size: 15px;

        font-weight: 700;

    }


    /* ================================================================
   EMPTY STATE
================================================================ */

    .booking-empty-state {

        display: flex;

        align-items: center;

        gap: 14px;

        padding: 25px 20px;

        background: #ffffff;

        border: 1px solid #e5e9ed;

        border-radius: 10px;

    }


    .booking-empty-icon {

        flex: 0 0 40px;

        width: 40px;
        height: 40px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 9px;

        background: #f1f5f9;

        color: #8a94a6;

    }


    .booking-empty-state strong {

        display: block;

        margin-bottom: 3px;

        font-size: 13px;

        color: #343a40;

    }


    .booking-empty-state p {

        margin: 0;

        font-size: 11px;

        color: #8a94a6;

    }


    /* ================================================================
   FOOTER
================================================================ */

    .booking-detail-modal .booking-modal-footer {

        display: flex;

        justify-content: flex-end;

        padding: 13px 24px;

        border-top: 1px solid #edf0f2;

        background: #ffffff;

    }


    .booking-detail-modal .booking-close-button {

        display: inline-flex;

        align-items: center;

        gap: 7px;

        padding: 7px 14px;

        border: 1px solid #dee2e6;

        border-radius: 6px;

        background: #ffffff;

        color: #495057;

        font-size: 12px;

        font-weight: 600;

        cursor: pointer;

        transition: all .15s ease;

    }


    .booking-detail-modal .booking-close-button:hover {

        background: #f8f9fa;

        border-color: #cfd4da;

        color: #212529;

    }


    /* ================================================================
   RESPONSIVE
================================================================ */

    @media (max-width: 767px) {

        .booking-detail-modal .modal-dialog {

            margin: 10px;

        }


        .booking-detail-modal .booking-modal-header {

            padding: 17px;

        }


        .booking-detail-modal .booking-modal-body {

            padding: 15px;

        }


        .booking-detail-modal .booking-modal-footer {

            padding: 12px 17px;

        }

    }


    @media (max-width: 480px) {

        .booking-detail-modal .booking-modal-title {

            font-size: 16px;

        }


        .booking-room-header {

            align-items: flex-start;

        }


        .booking-room-quantity {

            flex-direction: column;

            gap: 1px;

            padding: 6px 9px;

        }


        .booking-room-quantity-label {

            font-size: 8px;

        }

    }


    @media (max-width: 380px) {

        .booking-property-card {
            gap: 10px;
        }

        .booking-property-image {
            flex: 0 0 75px;
            width: 75px;
            height: 65px;
        }

        .booking-dates-grid {
            grid-template-columns: 1fr;
        }

    }
