/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-51ndwj7m5s] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-51ndwj7m5s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Features/HotelOffer/Components/OfferBookingModal.razor.rz.scp.css */
/* Mobile-first end-customer booking modal */

.ob-modal[b-ktizoncqve] {
    z-index: 1060;
}

.ob-content[b-ktizoncqve] {
    border: none;
    border-radius: 0;
}

/* Sticky header with branded gradient */
.ob-header[b-ktizoncqve] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d6b 100%);
    color: #fff;
    border-bottom: none;
}

.ob-header .modal-title[b-ktizoncqve] {
    font-size: 1.05rem;
    font-weight: 700;
}

.ob-body[b-ktizoncqve] {
    background: #f6f7fb;
    -webkit-overflow-scrolling: touch;
}

.ob-intro[b-ktizoncqve] {
    font-size: .9rem;
    color: #5a5a6e;
    margin-bottom: 1rem;
}

.ob-empty-icon[b-ktizoncqve] {
    font-size: 3.5rem;
    color: #c7c9d6;
}

/* Room card */
.ob-room-card[b-ktizoncqve] {
    background: #fff;
    border: 1px solid #e7e8f0;
    border-radius: 14px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(20, 20, 50, .05);
}

.ob-room-head[b-ktizoncqve] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid #eef0f6;
}

.ob-room-title[b-ktizoncqve] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem;
    min-width: 0;
}

.ob-room-badge[b-ktizoncqve] {
    background: #eef0ff;
    color: #2d2d6b;
    font-weight: 700;
    font-size: .75rem;
    padding: .2rem .55rem;
    border-radius: 999px;
    white-space: nowrap;
}

.ob-room-name[b-ktizoncqve] {
    font-weight: 600;
    color: #1a1a2e;
    font-size: .95rem;
}

.ob-meal[b-ktizoncqve] {
    font-size: .65rem;
}

.ob-room-price[b-ktizoncqve] {
    font-weight: 700;
    color: #2d2d6b;
    white-space: nowrap;
}

/* Occupancy row */
.ob-occupancy[b-ktizoncqve] {
    display: flex;
    align-items: flex-end;
    gap: .6rem;
    margin-bottom: .75rem;
}

.ob-occ-field[b-ktizoncqve] {
    flex: 1 1 0;
    min-width: 0;
}

.ob-occ-label[b-ktizoncqve] {
    display: block;
    font-size: .75rem;
    font-weight: 600;
    color: #6a6a7e;
    margin-bottom: .25rem;
}

.ob-remove[b-ktizoncqve] {
    flex: 0 0 auto;
    height: calc(1.5em + 1rem + 2px);
}

/* Guest accordion row */
.ob-guest[b-ktizoncqve] {
    border: 1px solid #e7e8f0;
    border-radius: 12px;
    margin-top: .6rem;
    background: #fff;
    overflow: hidden;
    transition: border-color .15s, box-shadow .15s;
}

.ob-guest--open[b-ktizoncqve] {
    border-color: #c7cbf5;
    box-shadow: 0 2px 8px rgba(45, 45, 107, .08);
}

.ob-guest--error[b-ktizoncqve] {
    border-color: #f1aeb5;
}

.ob-guest-header[b-ktizoncqve] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    border: none;
    background: transparent;
    padding: .7rem .85rem;
    cursor: pointer;
    text-align: left;
}

.ob-guest-role[b-ktizoncqve] {
    display: inline-flex;
    align-items: center;
    font-size: .82rem;
    font-weight: 700;
    color: #2d2d6b;
    white-space: nowrap;
    flex-shrink: 0;
}

.ob-guest-status[b-ktizoncqve] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-width: 0;
}

.ob-guest-summary[b-ktizoncqve] {
    font-size: .82rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 45vw;
}

.ob-guest-summary--done[b-ktizoncqve] {
    color: #198754;
    font-weight: 600;
}

.ob-guest-summary--empty[b-ktizoncqve] {
    color: #9a9aae;
}

.ob-guest-summary--error[b-ktizoncqve] {
    color: #dc3545;
    font-weight: 600;
}

.ob-guest-chevron[b-ktizoncqve] {
    color: #9a9aae;
    transition: transform .2s;
    flex-shrink: 0;
}

.ob-guest--open .ob-guest-chevron[b-ktizoncqve] {
    transform: rotate(180deg);
}

.ob-guest-body[b-ktizoncqve] {
    padding: .75rem .85rem .85rem;
    border-top: 1px solid #eef0f6;
}

.ob-guest-done[b-ktizoncqve] {
    margin-top: .75rem;
    border-radius: 10px;
    font-weight: 600;
}

/* Larger touch targets on mobile */
.ob-body .form-control[b-ktizoncqve],
.ob-body .form-select[b-ktizoncqve] {
    min-height: 46px;
    font-size: 1rem;
}

/* Flag badge preceding the dial-code input */
.ob-dial-flag[b-ktizoncqve] {
    font-size: 1.25rem;
    padding: 0 .55rem;
    line-height: 1;
    background: #f0f1fa;
    border-right: none;
    user-select: none;
}

/* Narrow country dial-code picker inside the phone input group */
.ob-dial-input[b-ktizoncqve] {
    flex: 0 0 82px;
    max-width: 82px;
    min-width: 0;
    padding-left: .5rem;
    padding-right: .35rem;
    font-size: .9rem;
    border-left: none;
    border-right: none;
}

/* Sticky footer */
.ob-footer[b-ktizoncqve] {
    position: sticky;
    bottom: 0;
    z-index: 2;
    flex-direction: column;
    align-items: stretch;
    gap: .6rem;
    background: #fff;
    border-top: 1px solid #e7e8f0;
    box-shadow: 0 -2px 10px rgba(20, 20, 50, .06);
}

.ob-total[b-ktizoncqve] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.05rem;
}

.ob-total-amount[b-ktizoncqve] {
    color: #2d2d6b;
    font-size: 1.25rem;
}

.ob-actions[b-ktizoncqve] {
    display: flex;
    gap: .6rem;
}

.ob-btn[b-ktizoncqve] {
    flex: 1 1 0;
    min-height: 50px;
    font-weight: 700;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ob-pay[b-ktizoncqve] {
    box-shadow: 0 4px 12px rgba(25, 135, 84, .25);
}

.ob-pricechange[b-ktizoncqve] {
    font-size: .9rem;
}

/* Step indicator in header */
.ob-header-inner[b-ktizoncqve] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 0;
    flex: 1;
}

.ob-step-indicator[b-ktizoncqve] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.ob-step-dot[b-ktizoncqve] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .5);
    transition: color .2s;
}

.ob-step-dot--active[b-ktizoncqve] {
    color: #fff;
}

.ob-step-arrow[b-ktizoncqve] {
    font-size: .65rem;
    color: rgba(255, 255, 255, .35);
}

/* Occupancy grid (step 1) */
.ob-occ-grid[b-ktizoncqve] {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    padding-top: .25rem;
}

.ob-occ-item[b-ktizoncqve] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

/* Read-only occupancy value (distribution is fixed for the offer) */
.ob-occ-fixed[b-ktizoncqve] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    padding: .35rem .85rem;
    background: #f0f1fa;
    border-radius: 999px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
}

/* +/− stepper */
.ob-stepper[b-ktizoncqve] {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: #f0f1fa;
    border-radius: 999px;
    padding: .15rem;
}

.ob-stepper-btn[b-ktizoncqve] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #2d2d6b;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(20, 20, 50, .12);
    transition: background .15s, opacity .15s;
    flex-shrink: 0;
}

.ob-stepper-btn:disabled[b-ktizoncqve] {
    opacity: .35;
    cursor: not-allowed;
    box-shadow: none;
}

.ob-stepper-btn:not(:disabled):hover[b-ktizoncqve] {
    background: #eef0ff;
}

.ob-stepper-val[b-ktizoncqve] {
    min-width: 2rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
}

/* Summary chip (step 1 bottom) */
.ob-summary-chip[b-ktizoncqve] {
    display: inline-flex;
    align-items: center;
    background: #eef0ff;
    color: #2d2d6b;
    font-size: .82rem;
    font-weight: 600;
    padding: .35rem .85rem;
    border-radius: 999px;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

/* Room actions row (price + optional remove) */
.ob-room-actions[b-ktizoncqve] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.ob-remove-sm[b-ktizoncqve] {
    padding: .2rem .45rem;
    line-height: 1;
}

/* Occupancy pill shown in step 2 room header */
.ob-room-occupancy-pill[b-ktizoncqve] {
    font-size: .78rem;
    font-weight: 600;
    color: #6a6a7e;
    white-space: nowrap;
}

/* Snap to the device viewport on mobile so the modal behaves like a native full-screen app:
   header + footer pinned, only the body scrolls, sized to the dynamic viewport (dvh) so the
   browser chrome never hides the footer. */
@media (max-width: 575.98px) {
    .ob-modal[b-ktizoncqve] {
        padding: 0 !important;
        overflow: hidden;
    }

    .ob-modal .modal-dialog[b-ktizoncqve] {
        width: 100%;
        max-width: none;
        height: 100dvh;
        max-height: 100dvh;
        margin: 0;
    }

    .ob-content[b-ktizoncqve] {
        height: 100dvh;
        max-height: 100dvh;
        display: flex;
        flex-direction: column;
        border-radius: 0;
    }

    .ob-body[b-ktizoncqve] {
        flex: 1 1 auto;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .ob-header[b-ktizoncqve] {
        flex: 0 0 auto;
        padding-top: max(.75rem, env(safe-area-inset-top));
    }

    .ob-footer[b-ktizoncqve] {
        flex: 0 0 auto;
        padding-bottom: max(.75rem, env(safe-area-inset-bottom));
    }
}

/* Older browsers without dvh support fall back to the visual viewport height. */
@supports not (height: 100dvh) {
    @media (max-width: 575.98px) {

        .ob-modal .modal-dialog[b-ktizoncqve],
        .ob-content[b-ktizoncqve] {
            height: 100vh;
            max-height: 100vh;
        }
    }
}

/* Desktop refinements */
@media (min-width: 576px) {
    .ob-content[b-ktizoncqve] {
        border-radius: 16px;
        overflow: hidden;
    }

    .ob-actions[b-ktizoncqve] {
        justify-content: flex-end;
    }

    .ob-btn[b-ktizoncqve] {
        flex: 0 0 auto;
        min-width: 170px;
    }
}
/* /Features/HotelOffer/HotelOfferLandingPage.razor.rz.scp.css */
/* ── Copy toast ─────────────────────────────────────────────────────────── */
.copy-toast-container[b-o6agzep796] {
    z-index: 1100;
    pointer-events: none;
}

.copy-toast[b-o6agzep796] {
    min-width: 280px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* ── Fallback / simple hero ────────────────────────────────────────── */
.pg-fallback-hero[b-o6agzep796] {
    height: 320px;
    background: linear-gradient(135deg,#003580 0%,#0071c2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: rgba(255,255,255,.3);
}

.simple-hero[b-o6agzep796] {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #000;
}

.simple-hero-img[b-o6agzep796] {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    display: block;
    transition: opacity .2s;
}

.simple-hero:hover .simple-hero-img[b-o6agzep796] {
    opacity: .92;
}

/* ── Mobile hero ───────────────────────────────────────────────────── */
.pg-mobile-wrap[b-o6agzep796] {
    position: relative;
}

.pg-mobile-hero[b-o6agzep796] {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.pg-mobile-img[b-o6agzep796] {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.pg-mobile-count[b-o6agzep796] {
    position: absolute;
    bottom: 10px;
    right: 12px;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: .3rem .7rem;
    border-radius: 6px;
    font-size: .85rem;
}

/* ── Desktop mosaic grid ───────────────────────────────────────────── */
.photo-grid-outer[b-o6agzep796] {
    overflow: hidden;
    border-radius: 12px;
    background: #f0f2f5;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.photo-grid[b-o6agzep796] {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr;
    grid-template-rows: 225px 225px;
    gap: 4px;
}

.pg-main[b-o6agzep796] {
    grid-row: 1 / 3;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.pg-secondary[b-o6agzep796] {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.pg-img[b-o6agzep796] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.pg-main:hover .pg-img[b-o6agzep796],
.pg-secondary:hover .pg-img[b-o6agzep796],
.pg-strip-item:hover .pg-img[b-o6agzep796] {
    transform: scale(1.04);
}

.pg-empty-cell[b-o6agzep796] {
    width: 100%;
    height: 100%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 2rem;
}

/* ── Strip ─────────────────────────────────────────────────────────── */
.pg-strip[b-o6agzep796] {
    display: flex;
    gap: 4px;
}

.pg-strip-item[b-o6agzep796] {
    flex: 1;
    height: 112px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.pg-more-overlay[b-o6agzep796] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .02em;
    cursor: pointer;
    transition: background .15s;
}

.pg-more-overlay:hover[b-o6agzep796] {
    background: rgba(0,0,0,.7);
}

/* ── Hotel header ──────────────────────────────────────────────────── */
.hotel-header[b-o6agzep796] {
    background: #fff;
    padding: 1.5rem 0 .75rem;
}

.hol-check-lang-row[b-o6agzep796] {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: 100%;
    margin-top: .5rem;
}

.hol-check-times[b-o6agzep796] {
    flex: 0 1 auto;
    min-width: 0;
}

.hol-check-lang-row .hol-lang[b-o6agzep796] {
    flex-shrink: 0;
    margin-inline-start: auto;
}

.star-rating[b-o6agzep796] {
    color: #f5a623;
    font-size: 1rem;
    letter-spacing: .05em;
}

/* ── Sticky stay bar ───────────────────────────────────────────────── */
.stay-bar[b-o6agzep796] {
    background: #003580;
    color: #fff;
    padding: .65rem 0;
    font-size: .92rem;
}

.stay-bar-sticky[b-o6agzep796] {
    position: sticky;
    top: 0;
    z-index: 100;
}

/* ── Section tabs ──────────────────────────────────────────────────── */
.section-tabs-bar[b-o6agzep796] {
    background: #fff;
    border-bottom: 1px solid #e0e4ec;
    position: sticky;
    top: 44px; /* height of stay bar */
    z-index: 99;
    box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

.section-tabs-nav[b-o6agzep796] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.section-tabs-nav[b-o6agzep796]::-webkit-scrollbar {
    display: none;
}

.section-tab-link[b-o6agzep796] {
    display: block;
    padding: .65rem 1.1rem;
    color: #555;
    text-decoration: none;
    font-size: .88rem;
    font-weight: 500;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: color .15s, border-color .15s;
}

.section-tab-link:hover[b-o6agzep796] {
    color: #0071c2;
    border-bottom-color: #0071c2;
    background: #f8fbff;
}

/* ── Section anchors (offset for sticky header stack) ──────────────── */
.section-anchor[b-o6agzep796] {
    scroll-margin-top: 100px;
}

/* ── Section title ─────────────────────────────────────────────────── */
.section-title[b-o6agzep796] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: .75rem;
    padding-bottom: .4rem;
    border-bottom: 2px solid #e9ecef;
}

/* ── Facilities ────────────────────────────────────────────────────── */
.facilities-chip[b-o6agzep796] {
    display: inline-block;
    padding: .25rem .65rem;
    border-radius: 2rem;
    background: #f0f2f5;
    font-size: .82rem;
    margin: .2rem .15rem;
    color: #444;
}

/* ── Description clamp ─────────────────────────────────────────────── */
.description-clamped[b-o6agzep796] {
    max-height: 4.6em; /* ~3 lines at 1.533 line-height */
    overflow: hidden;
    position: relative;
}

.description-clamped[b-o6agzep796]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.8em;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
}

/* ── HTML content normalisation ────────────────────────────────────── */
/* Tames arbitrary hotel description / policy HTML from providers */
.html-content[b-o6agzep796] {
    line-height: 1.6;
    color: #333;
}

.html-content p[b-o6agzep796] {
    margin-bottom: .6rem;
}

.html-content ul[b-o6agzep796],
.html-content ol[b-o6agzep796] {
    padding-left: 1.4rem;
    margin-bottom: .6rem;
}

.html-content li[b-o6agzep796] {
    margin-bottom: .25rem;
}

.html-content a[b-o6agzep796] {
    color: #0071c2;
}

.html-content h1[b-o6agzep796], .html-content h2[b-o6agzep796], .html-content h3[b-o6agzep796],
.html-content h4[b-o6agzep796], .html-content h5[b-o6agzep796], .html-content h6[b-o6agzep796] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .4rem;
    color: #1a1a2e;
}

.html-content br + br[b-o6agzep796] {
    display: none; /* collapse doubled line breaks */
}

/* ── Room cards ────────────────────────────────────────────────────── */
.room-card[b-o6agzep796] {
    border: 1px solid #e0e4ec;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .2s, transform .15s;
    background: #fff;
    height: 100%;
}

.room-card:hover[b-o6agzep796] {
    box-shadow: 0 6px 20px rgba(0,0,0,.13);
    transform: translateY(-2px);
}

.room-img-wrapper[b-o6agzep796] {
    position: relative;
    overflow: hidden;
    background: #000;
}

.room-card-img[b-o6agzep796] {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: opacity .15s;
}

.room-card-img-placeholder[b-o6agzep796] {
    width: 100%;
    height: 180px;
    background: #f0f2f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 2.5rem;
}

.room-img-clickable[b-o6agzep796] {
    position: relative;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.room-img-clickable .room-card-img[b-o6agzep796] {
    transition: transform .3s ease, opacity .2s;
}

.room-img-clickable:hover .room-card-img[b-o6agzep796] {
    transform: scale(1.04);
    opacity: .88;
}

.room-img-overlay[b-o6agzep796] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: .45rem .6rem;
    transition: background .2s;
    pointer-events: none;
}

.room-img-overlay span[b-o6agzep796] {
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: .78rem;
    padding: .25rem .65rem;
    border-radius: 6px;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .2s, transform .2s;
}

.room-img-clickable:hover .room-img-overlay[b-o6agzep796] {
    background: rgba(0,0,0,.12);
}

.room-img-clickable:hover .room-img-overlay span[b-o6agzep796] {
    opacity: 1;
    transform: translateY(0);
}

/* ── Price ─────────────────────────────────────────────────────────── */
.price-tag[b-o6agzep796] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0071c2;
    line-height: 1.1;
}

.price-currency[b-o6agzep796] {
    font-size: .9rem;
    color: #555;
    margin-left: .2rem;
}

/* ── Policy box ────────────────────────────────────────────────────── */
.policy-box[b-o6agzep796] {
    background: #f8f9fb;
    border-left: 4px solid #0071c2;
    border-radius: 0 8px 8px 0;
    padding: 1rem 1.25rem;
}

/* ── Footer ────────────────────────────────────────────────────────── */
.footer-bar[b-o6agzep796] {
    background: #1a1a2e;
    color: #c8cdd6;
    font-size: .88rem;
    padding: 1.5rem 0;
    text-align: center;
}

/* ── Gallery modal ─────────────────────────────────────────────────── */
.gallery-dialog[b-o6agzep796] {
    max-width: min(96vw, 1100px);
    margin: 0 auto;
}

.gallery-modal-content[b-o6agzep796] {
    background: #111;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
}

.gallery-modal-header[b-o6agzep796] {
    background: #111;
    border-bottom: 1px solid #2a2a2a;
    flex-shrink: 0;
}

.gallery-view-body[b-o6agzep796] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.gallery-main-img[b-o6agzep796] {
    max-width: 100%;
    max-height: 65vh;
    object-fit: contain;
    display: block;
    user-select: none;
    transform-origin: center center;
    will-change: transform;
}

.gallery-nav-btn[b-o6agzep796] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.15);
    border: none;
    color: #fff;
    font-size: 2.2rem;
    padding: .3rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    z-index: 2;
    transition: background .15s;
    line-height: 1;
    min-width: 48px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-nav-btn:hover[b-o6agzep796] {
    background: rgba(255,255,255,.3);
}

.gallery-nav-prev[b-o6agzep796]  { inset-inline-start: 6px; }
.gallery-nav-next[b-o6agzep796]  { inset-inline-end: 6px; }

.gallery-thumb-bar[b-o6agzep796] {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    padding: 8px 10px;
    background: #111;
    flex-shrink: 0;
    scrollbar-width: thin;
    scrollbar-color: #444 #111;
    -webkit-overflow-scrolling: touch;
}

.gallery-thumb-img[b-o6agzep796] {
    width: 82px;
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    border: 2px solid transparent;
    opacity: .55;
    transition: opacity .15s, border-color .15s;
}

.gallery-thumb-img.active[b-o6agzep796] {
    border-color: #fff;
    opacity: 1;
}

.gallery-thumb-img:hover:not(.active)[b-o6agzep796] {
    opacity: .8;
}

/* ── Gallery mobile overrides ───────────────────────────────────────── */
@media (max-width: 767.98px) {
    .gallery-dialog[b-o6agzep796] {
        max-width: 100vw;
        margin: 0;
        height: 100%;
    }

    .gallery-modal-content[b-o6agzep796] {
        border-radius: 0;
        max-height: 100dvh;
        height: 100%;
    }

    /* Fixed area for the image so the thumb bar never gets pushed off screen */
    .gallery-view-body[b-o6agzep796] {
        height: calc(100dvh - 50px - 74px); /* total - header - thumb bar */
        flex: 0 0 auto;
        /* Let our JS handle every touch gesture; suppress browser pan/zoom */
        touch-action: none;
    }

    .gallery-main-img[b-o6agzep796] {
        max-height: 100%;
        max-width: 100%;
    }

    .gallery-nav-btn[b-o6agzep796] {
        font-size: 2.6rem;
        min-width: 56px;
        min-height: 80px;
        padding: .3rem 1.1rem;
        background: rgba(255,255,255,.1);
    }

    .gallery-nav-prev[b-o6agzep796] {
        inset-inline-start: 0;
        border-radius: 0;
        border-start-end-radius: 4px;
        border-end-end-radius: 4px;
    }

    .gallery-nav-next[b-o6agzep796] {
        inset-inline-end: 0;
        border-radius: 0;
        border-start-start-radius: 4px;
        border-end-start-radius: 4px;
    }

    .gallery-thumb-img[b-o6agzep796] {
        width: 64px;
        height: 46px;
    }

    .gallery-thumb-bar[b-o6agzep796] {
        padding: 6px 8px;
        gap: 5px;
        flex-shrink: 0;
    }

    .pg-mobile-img[b-o6agzep796] {
        height: 260px;
    }

    .room-card-img[b-o6agzep796],
    .room-card-img-placeholder[b-o6agzep796] {
        height: 210px;
    }

    /* Always show photo badge on mobile (no hover state) */
    .room-img-overlay span[b-o6agzep796] {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Reference code chips ──────────────────────────────────────── */
.ref-code-chip[b-o6agzep796] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem .6rem;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    background: rgba(255,255,255,.15);
    color: inherit;
    font-size: .82rem;
    cursor: pointer;
    transition: background .15s;
    white-space: nowrap;
}

.ref-code-chip:hover[b-o6agzep796] {
    background: rgba(255,255,255,.28);
}

.ref-code-chip-sm[b-o6agzep796] {
    display: inline-flex;
    align-items: center;
    gap: .2rem;
    padding: .15rem .5rem;
    border: 1px solid #dee2e6;
    border-radius: 999px;
    background: #f8f9fa;
    color: #495057;
    font-size: .78rem;
    cursor: pointer;
    transition: background .15s;
    white-space: nowrap;
}

.ref-code-chip-sm:hover[b-o6agzep796] {
    background: #e9ecef;
}

.ref-code[b-o6agzep796] {
    font-family: ui-monospace, "Cascadia Code", "Fira Mono", monospace;
    font-weight: 600;
    letter-spacing: .04em;
}

/* ── Language switcher ───────────────────────────────────────────── */
.hol-top-bar[b-o6agzep796] {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: .65rem 0;
}

.hol-top-bar-inner[b-o6agzep796] {
    display: flex;
    justify-content: flex-end;
}

.hol-lang[b-o6agzep796] {
    flex-shrink: 0;
    align-self: flex-start;
    display: inline-flex;
    gap: .1rem;
    padding: .18rem;
    border-radius: 999px;
    background: #f6f7fb;
    border: 1px solid #e4e6ed;
}

.hol-lang-btn[b-o6agzep796] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.85rem;
    padding: .32rem .65rem;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
    color: #9a9daf;
    transition: color .2s ease, background-color .2s ease;
    touch-action: manipulation;
}

    .hol-lang-btn--active[b-o6agzep796] {
        background: #2d2d6b;
        color: #fff;
    }

@media (hover: hover) and (pointer: fine) {
    .hol-lang-btn:not(.hol-lang-btn--active):hover[b-o6agzep796] {
        color: #2d2d6b;
        background: #eceef4;
    }
}

/* ── Agency Branding Bar ─────────────────────────────────────────── */
.agency-bar[b-o6agzep796] {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: .75rem 0;
}

.agency-bar-inner[b-o6agzep796] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.agency-bar-brand[b-o6agzep796] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex: 1;
    min-width: 0;
}

.agency-logo[b-o6agzep796] {
    height: 110px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 8px;
}

.agency-details[b-o6agzep796] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.agency-name[b-o6agzep796] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1a1a2e;
    line-height: 1.2;
    overflow-wrap: break-word;
}

.agency-contact[b-o6agzep796] {
    font-size: .82rem;
    color: #6c757d;
}

.agency-social[b-o6agzep796] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-shrink: 0;
}

.agency-social-btn[b-o6agzep796] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.15rem;
    text-decoration: none;
    transition: transform .15s, opacity .15s;
    color: #fff;
}

.agency-social-btn:hover[b-o6agzep796] {
    transform: scale(1.12);
    opacity: .9;
    color: #fff;
}

.agency-social-instagram[b-o6agzep796] {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.agency-social-whatsapp[b-o6agzep796] {
    background: #25d366;
}

/* ── Room Filter Bar ─────────────────────────────────────────────── */
.room-filter-bar[b-o6agzep796] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.5rem;
    padding: .75rem 1rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}

.room-filter-group[b-o6agzep796] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .35rem;
}

.room-filter-label[b-o6agzep796] {
    font-size: .75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-right: .15rem;
    white-space: nowrap;
}

.room-filter-chip[b-o6agzep796] {
    display: inline-flex;
    align-items: center;
    padding: .28rem .75rem;
    border: 1.5px solid #dee2e6;
    border-radius: 999px;
    background: #fff;
    color: #495057;
    font-size: .8rem;
    font-weight: 500;
    cursor: pointer;
    transition: background .15s, border-color .15s, color .15s;
    white-space: nowrap;
}

.room-filter-chip:hover[b-o6agzep796] {
    border-color: #0d6efd;
    color: #0d6efd;
}

.room-filter-chip.active[b-o6agzep796] {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

/* ── Floating "Review & book" button ───────────────────────────────────── */
.offer-selection-fab[b-o6agzep796] {
    position: fixed;
    z-index: 1040;
    left: 50%;
    bottom: 1.1rem;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .8rem 1.4rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #0d6efd 0%, #2d2d6b 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 8px 22px rgba(13, 110, 253, .35);
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease;
}

.offer-selection-fab:hover[b-o6agzep796] {
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 12px 28px rgba(13, 110, 253, .42);
}

.offer-selection-count[b-o6agzep796] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    height: 1.5rem;
    margin-left: .35rem;
    padding: 0 .45rem;
    border-radius: 999px;
    background: #fff;
    color: #0d6efd;
    font-size: .85rem;
    font-weight: 800;
}

@media (max-width: 575.98px) {
    .offer-selection-fab[b-o6agzep796] {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        transform: none;
        justify-content: center;
    }

    .offer-selection-fab:hover[b-o6agzep796] {
        transform: translateY(-2px);
    }
}

/* ── Public offer urgency banner ──────────────────────────────────────── */
.public-offer-banner[b-o6agzep796] {
    position: sticky;
    top: 0;
    z-index: 1050;
    overflow: hidden;
    background: linear-gradient(100deg, #1a001a 0%, #6b0000 35%, #c23b00 65%, #f59e0b 100%);
    color: #fff;
    padding: .85rem 0;
    font-size: .92rem;
    box-shadow: 0 3px 16px rgba(0,0,0,.45);
}

/* Animated shimmer sweep */
.pob-shimmer[b-o6agzep796] {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg,
        transparent 20%,
        rgba(255,255,255,.12) 50%,
        transparent 80%);
    background-size: 200% 100%;
    animation: pob-sweep-b-o6agzep796 2.8s linear infinite;
    pointer-events: none;
}

@keyframes pob-sweep-b-o6agzep796 {
    0%   { background-position: -100% 0; }
    100% { background-position: 200% 0; }
}

/* Pulsing fire emoji */
.pob-fire-icon[b-o6agzep796] {
    font-size: 1.25rem;
    animation: pob-fire-b-o6agzep796 1s ease-in-out infinite alternate;
    display: inline-block;
    filter: drop-shadow(0 0 6px rgba(255,160,0,.8));
}

@keyframes pob-fire-b-o6agzep796 {
    from { transform: scale(1) rotate(-4deg); }
    to   { transform: scale(1.2) rotate(4deg); }
}

.pob-label[b-o6agzep796] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
}

.pob-expiry[b-o6agzep796] {
    font-size: .82rem;
    color: rgba(255,255,255,.72);
}

/* Availability pills */
.pob-pill[b-o6agzep796] {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: .88rem;
    border-radius: 999px;
    padding: .38rem 1rem;
    letter-spacing: .02em;
    white-space: nowrap;
}

.pob-pill--available[b-o6agzep796] {
    background: rgba(255,255,255,.18);
    border: 1.5px solid rgba(255,255,255,.45);
    color: #fff;
    animation: pob-pulse-soft-b-o6agzep796 2s ease-in-out infinite;
}

.pob-pill--critical[b-o6agzep796] {
    background: #dc2626;
    border: 1.5px solid #fca5a5;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(220,38,38,.7);
    animation: pob-pulse-urgent-b-o6agzep796 1s ease-out infinite;
}

.pob-pill--booked[b-o6agzep796] {
    background: rgba(0,0,0,.35);
    border: 1.5px solid rgba(255,255,255,.25);
    color: rgba(255,255,255,.75);
}

@keyframes pob-pulse-soft-b-o6agzep796 {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,.3); }
    50%       { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
}

@keyframes pob-pulse-urgent-b-o6agzep796 {
    0%   { box-shadow: 0 0 0 0 rgba(220,38,38,.7); }
    70%  { box-shadow: 0 0 0 10px rgba(220,38,38,0); }
    100% { box-shadow: 0 0 0 0 rgba(220,38,38,0); }
}

/* /Features/PaymentMethod/ChoosePayment.razor.rz.scp.css */
.cp-wrap[b-8c2e03fmdc] {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: max(1.25rem, env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) max(1.25rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d6b 100%);
    -webkit-tap-highlight-color: transparent;
}

.cp-lang[b-8c2e03fmdc] {
    flex-shrink: 0;
    align-self: flex-start;
    display: inline-flex;
    gap: 0.1rem;
    padding: 0.18rem;
    border-radius: 999px;
    background: #f6f7fb;
    border: 1px solid #e4e6ed;
}

.cp-lang-btn[b-8c2e03fmdc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.85rem;
    padding: 0.32rem 0.65rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #9a9daf;
    transition: color 0.2s ease, background-color 0.2s ease;
    touch-action: manipulation;
}

    .cp-lang-btn--active[b-8c2e03fmdc] {
        background: #2d2d6b;
        color: #fff;
    }

@media (hover: hover) and (pointer: fine) {
    .cp-lang-btn:not(.cp-lang-btn--active):hover[b-8c2e03fmdc] {
        color: #2d2d6b;
        background: #eceef4;
    }
}

.cp-card[b-8c2e03fmdc] {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.75rem 1.75rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.cp-header[b-8c2e03fmdc] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eceef4;
}

.cp-header-brand[b-8c2e03fmdc] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.cp-logo-frame[b-8c2e03fmdc] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    padding: 0.4rem;
    background: #fff;
    border: 1px solid #e4e6ed;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(26, 26, 46, 0.06);
}

.cp-logo[b-8c2e03fmdc] {
    width: 100%;
    height: 100%;
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}

.cp-company-block[b-8c2e03fmdc] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.cp-company-label[b-8c2e03fmdc] {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9a9daf;
}

.cp-company[b-8c2e03fmdc] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: -0.02em;
    line-height: 1.25;
    white-space: nowrap;
}

.cp-countdown[b-8c2e03fmdc] {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
    padding: 0.8rem 1.1rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #e8590c 0%, #ff922b 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(232, 89, 12, 0.3);
    transition: background 0.4s ease, box-shadow 0.4s ease;
}

/* Light sweep that glides across the banner to signal a live, ticking timer. */
.cp-countdown[b-8c2e03fmdc]::after {
    content: "";
    position: absolute;
    top: 0;
    left: -65%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transform: skewX(-20deg);
    animation: cp-countdown-sweep-b-8c2e03fmdc 3.2s ease-in-out infinite;
    pointer-events: none;
}

.cp-countdown-icon-wrap[b-8c2e03fmdc] {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.cp-countdown-icon[b-8c2e03fmdc] {
    width: 23px;
    height: 23px;
    transform-origin: center 60%;
    animation: cp-countdown-tick-b-8c2e03fmdc 2.4s ease-in-out infinite;
}

.cp-countdown-body[b-8c2e03fmdc] {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    text-align: left;
}

.cp-countdown-label[b-8c2e03fmdc] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.85;
    line-height: 1.25;
}

.cp-countdown-time[b-8c2e03fmdc] {
    font-variant-numeric: tabular-nums;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.cp-countdown--urgent[b-8c2e03fmdc] {
    background: linear-gradient(135deg, #d62f4b 0%, #f0682f 100%);
    box-shadow: 0 10px 26px rgba(217, 47, 75, 0.38);
    animation: cp-countdown-pulse-b-8c2e03fmdc 1.1s ease-in-out infinite;
}

.cp-countdown--urgent .cp-countdown-icon[b-8c2e03fmdc] {
    animation: cp-countdown-tick-b-8c2e03fmdc 0.7s ease-in-out infinite;
}

.cp-countdown--expired[b-8c2e03fmdc] {
    background: linear-gradient(135deg, #7c7c8a 0%, #5d5d6b 100%);
    box-shadow: none;
    animation: none;
}

    .cp-countdown--expired[b-8c2e03fmdc]::after {
        display: none;
    }

    .cp-countdown--expired .cp-countdown-icon[b-8c2e03fmdc] {
        animation: none;
    }

@keyframes cp-countdown-tick-b-8c2e03fmdc {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-11deg); }
    75% { transform: rotate(11deg); }
}

@keyframes cp-countdown-sweep-b-8c2e03fmdc {
    0% { left: -65%; }
    55%, 100% { left: 120%; }
}

@keyframes cp-countdown-pulse-b-8c2e03fmdc {
    0%, 100% { box-shadow: 0 10px 26px rgba(217, 47, 75, 0.38); }
    50% { box-shadow: 0 12px 32px rgba(217, 47, 75, 0.62); }
}

@media (prefers-reduced-motion: reduce) {
    .cp-countdown[b-8c2e03fmdc],
    .cp-countdown[b-8c2e03fmdc]::after,
    .cp-countdown-icon[b-8c2e03fmdc],
    .cp-countdown--urgent[b-8c2e03fmdc],
    .cp-countdown--urgent .cp-countdown-icon[b-8c2e03fmdc] {
        animation: none !important;
    }
}

.cp-amount-block[b-8c2e03fmdc] {
    text-align: center;
    padding: 1.25rem 1rem;
    background: #f6f7fb;
    border-radius: 14px;
}

.cp-amount-label[b-8c2e03fmdc] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7a7d8f;
    margin-bottom: 0.35rem;
}

.cp-amount[b-8c2e03fmdc] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.4rem;
}

.cp-currency[b-8c2e03fmdc] {
    font-size: 1rem;
    font-weight: 600;
    color: #5a5a6e;
}

.cp-value[b-8c2e03fmdc] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.cp-foreign-amount[b-8c2e03fmdc] {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #7a7d8f;
}

.cp-divider[b-8c2e03fmdc] {
    height: 1px;
    background: #eceef4;
    margin: 1.5rem 0;
}

.cp-title[b-8c2e03fmdc] {
    margin: 0 0 0.35rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
}

.cp-subtitle[b-8c2e03fmdc] {
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
    color: #7a7d8f;
    text-align: center;
    line-height: 1.4;
}

.cp-methods[b-8c2e03fmdc] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cp-method[b-8c2e03fmdc] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 56px;
    padding: 0.9rem 1rem;
    border: 1.5px solid #e4e6ef;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    touch-action: manipulation;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

    .cp-method:active[b-8c2e03fmdc] {
        border-color: #2d2d6b;
        background: #fafbff;
    }

@media (hover: hover) and (pointer: fine) {
    .cp-method:hover[b-8c2e03fmdc] {
        border-color: #2d2d6b;
        background: #fafbff;
        box-shadow: 0 4px 14px rgba(45, 45, 107, .1);
        transform: translateY(-1px);
    }

    .cp-method:hover .cp-method-arrow[b-8c2e03fmdc] {
        color: #2d2d6b;
        transform: translateX(2px);
    }
}

.cp-method-icon[b-8c2e03fmdc] {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.cp-method-img[b-8c2e03fmdc] {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.cp-method-body[b-8c2e03fmdc] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.cp-method-name[b-8c2e03fmdc] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
}

.cp-method-desc[b-8c2e03fmdc] {
    font-size: 0.82rem;
    color: #7a7d8f;
}

.cp-method-arrow[b-8c2e03fmdc] {
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 300;
    color: #b0b3c0;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.cp-footer[b-8c2e03fmdc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #eceef4;
    font-size: 0.8rem;
    color: #9a9daf;
}

.cp-lock[b-8c2e03fmdc] {
    width: 14px;
    height: 14px;
}

.cp-card-error[b-8c2e03fmdc] {
    text-align: center;
    padding: 2.5rem 1.75rem;
}

.cp-error-icon[b-8c2e03fmdc] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background: #fdeaea;
    color: #d93b3b;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-method--disabled[b-8c2e03fmdc] {
    pointer-events: none;
    opacity: 0.45;
}

.cp-method--loading[b-8c2e03fmdc] {
    pointer-events: none;
    opacity: 1;
}

.cp-spinner[b-8c2e03fmdc] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: cp-spin-b-8c2e03fmdc 0.7s linear infinite;
    vertical-align: middle;
}

@keyframes cp-spin-b-8c2e03fmdc {
    to { transform: rotate(360deg); }
}

@media (max-width: 480px) {
    .cp-wrap[b-8c2e03fmdc] {
        align-items: flex-start;
        padding-top: max(1rem, env(safe-area-inset-top));
        padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
    }

    .cp-card[b-8c2e03fmdc] {
        padding: 1.5rem 1.15rem 1.25rem;
        border-radius: 16px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, .2);
    }

    .cp-countdown[b-8c2e03fmdc] {
        margin-bottom: 1.25rem;
        padding: 0.7rem 0.9rem;
        gap: 0.7rem;
    }

    .cp-countdown-icon-wrap[b-8c2e03fmdc] {
        width: 38px;
        height: 38px;
    }

    .cp-countdown-time[b-8c2e03fmdc] {
        font-size: 1.4rem;
    }

    .cp-header[b-8c2e03fmdc] {
        padding-bottom: 1rem;
        margin-bottom: 1.25rem;
        gap: 0.6rem;
    }

    .cp-header-brand[b-8c2e03fmdc] {
        gap: 0.85rem;
    }

    .cp-lang-btn[b-8c2e03fmdc] {
        min-width: 2.6rem;
        padding: 0.28rem 0.55rem;
        font-size: 0.62rem;
    }

    .cp-logo-frame[b-8c2e03fmdc] {
        width: 72px;
        height: 72px;
        padding: 0.4rem;
        border-radius: 12px;
    }

    .cp-logo[b-8c2e03fmdc] {
        max-width: 60px;
        max-height: 60px;
    }

    .cp-company-label[b-8c2e03fmdc] {
        font-size: 0.62rem;
    }

    .cp-company[b-8c2e03fmdc] {
        font-size: 1rem;
    }

    .cp-amount-block[b-8c2e03fmdc] {
        padding: 1rem 0.85rem;
    }

    .cp-value[b-8c2e03fmdc] {
        font-size: 1.75rem;
    }

    .cp-divider[b-8c2e03fmdc] {
        margin: 1.25rem 0;
    }

    .cp-title[b-8c2e03fmdc] {
        font-size: 1.1rem;
    }

    .cp-subtitle[b-8c2e03fmdc] {
        margin-bottom: 1rem;
        font-size: 0.85rem;
    }

    .cp-methods[b-8c2e03fmdc] {
        gap: 0.65rem;
    }

    .cp-method[b-8c2e03fmdc] {
        min-height: 60px;
        padding: 0.85rem 0.9rem;
        gap: 0.75rem;
    }

    .cp-method-arrow[b-8c2e03fmdc] {
        font-size: 1.75rem;
        padding: 0.25rem;
    }

    .cp-footer[b-8c2e03fmdc] {
        margin-top: 1.25rem;
        padding-top: 1rem;
    }
}

@media (max-width: 360px) {
    .cp-wrap[b-8c2e03fmdc] {
        padding-left: max(0.75rem, env(safe-area-inset-left));
        padding-right: max(0.75rem, env(safe-area-inset-right));
    }

    .cp-card[b-8c2e03fmdc] {
        padding: 1.25rem 1rem 1rem;
    }

    .cp-method-name[b-8c2e03fmdc] {
        font-size: 0.95rem;
    }

    .cp-method-desc[b-8c2e03fmdc] {
        font-size: 0.78rem;
    }

    .cp-foreign-amount[b-8c2e03fmdc] {
        font-size: 0.8rem;
    }
}
/* /Features/PaymentMethod/PayBenefitPay.razor.rz.scp.css */
.bp-wrap[b-n9wd2oj4q8] {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: max(1.25rem, env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) max(1.25rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d6b 100%);
    -webkit-tap-highlight-color: transparent;
}

.bp-card[b-n9wd2oj4q8] {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.75rem 1.75rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.bp-header[b-n9wd2oj4q8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.bp-logo[b-n9wd2oj4q8] {
    width: 72px;
    height: 72px;
    max-width: 72px;
    object-fit: contain;
    margin-bottom: 0.6rem;
}

.bp-company[b-n9wd2oj4q8] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: -0.01em;
}

.bp-amount-block[b-n9wd2oj4q8] {
    text-align: center;
    padding: 1.25rem 1rem;
    background: #f6f7fb;
    border-radius: 14px;
}

.bp-amount-label[b-n9wd2oj4q8] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7a7d8f;
    margin-bottom: 0.35rem;
}

.bp-amount[b-n9wd2oj4q8] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.4rem;
}

.bp-currency[b-n9wd2oj4q8] {
    font-size: 1rem;
    font-weight: 600;
    color: #5a5a6e;
}

.bp-value[b-n9wd2oj4q8] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.bp-divider[b-n9wd2oj4q8] {
    height: 1px;
    background: #eceef4;
    margin: 1.5rem 0;
}

.bp-method-badge[b-n9wd2oj4q8] {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid #e4e6ef;
}

.bp-method-img[b-n9wd2oj4q8] {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.bp-title[b-n9wd2oj4q8] {
    margin: 0 0 0.35rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
}

.bp-subtitle[b-n9wd2oj4q8] {
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
    color: #7a7d8f;
    text-align: center;
    line-height: 1.4;
}

.bp-subtitle-error[b-n9wd2oj4q8] {
    color: #d93b3b;
    margin-bottom: 0;
}

.bp-qr-container[b-n9wd2oj4q8] {
    display: flex;
    width: fit-content;
    margin: 0 auto 1rem;
    padding: 0.85rem;
    background: #fff;
    border: 1.5px solid #e4e6ef;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(45, 45, 107, .08);
}

.bp-qr[b-n9wd2oj4q8] {
    display: block;
    width: 220px;
    height: 220px;
    max-width: 100%;
}

.bp-waiting-row[b-n9wd2oj4q8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-bottom: 0.25rem;
}

.bp-waiting-text[b-n9wd2oj4q8] {
    font-size: 0.85rem;
    color: #7a7d8f;
}

.bp-footer[b-n9wd2oj4q8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #eceef4;
    font-size: 0.8rem;
    color: #9a9daf;
}

.bp-lock[b-n9wd2oj4q8] {
    width: 14px;
    height: 14px;
}

.bp-error-icon[b-n9wd2oj4q8] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background: #fdeaea;
    color: #d93b3b;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bp-spinner[b-n9wd2oj4q8] {
    width: 40px;
    height: 40px;
    margin: 0.75rem auto 1rem;
    border: 3px solid #e4e6ef;
    border-top-color: #2d2d6b;
    border-radius: 50%;
    animation: bp-spin-b-n9wd2oj4q8 0.7s linear infinite;
}

.bp-spinner-sm[b-n9wd2oj4q8] {
    width: 16px;
    height: 16px;
    border: 2px solid #e4e6ef;
    border-top-color: #2d2d6b;
    border-radius: 50%;
    animation: bp-spin-b-n9wd2oj4q8 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes bp-spin-b-n9wd2oj4q8 {
    to { transform: rotate(360deg); }
}

@media (max-width: 480px) {
    .bp-wrap[b-n9wd2oj4q8] {
        align-items: flex-start;
        padding-top: max(1rem, env(safe-area-inset-top));
        padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
    }

    .bp-card[b-n9wd2oj4q8] {
        padding: 1.5rem 1.15rem 1.25rem;
        border-radius: 16px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, .2);
    }

    .bp-header[b-n9wd2oj4q8] {
        margin-bottom: 1.25rem;
    }

    .bp-logo[b-n9wd2oj4q8] {
        width: 60px;
        height: 60px;
        max-width: 60px;
    }

    .bp-company[b-n9wd2oj4q8] {
        font-size: 1.05rem;
    }

    .bp-amount-block[b-n9wd2oj4q8] {
        padding: 1rem 0.85rem;
    }

    .bp-value[b-n9wd2oj4q8] {
        font-size: 1.75rem;
    }

    .bp-divider[b-n9wd2oj4q8] {
        margin: 1.25rem 0;
    }

    .bp-title[b-n9wd2oj4q8] {
        font-size: 1.1rem;
    }

    .bp-subtitle[b-n9wd2oj4q8] {
        margin-bottom: 1rem;
        font-size: 0.85rem;
    }

    .bp-qr[b-n9wd2oj4q8] {
        width: 200px;
        height: 200px;
    }

    .bp-footer[b-n9wd2oj4q8] {
        margin-top: 1.25rem;
        padding-top: 1rem;
    }
}

@media (max-width: 360px) {
    .bp-wrap[b-n9wd2oj4q8] {
        padding-left: max(0.75rem, env(safe-area-inset-left));
        padding-right: max(0.75rem, env(safe-area-inset-right));
    }

    .bp-card[b-n9wd2oj4q8] {
        padding: 1.25rem 1rem 1rem;
    }

    .bp-qr[b-n9wd2oj4q8] {
        width: 180px;
        height: 180px;
    }
}
/* /Features/PaymentMethod/PaymentResult.razor.rz.scp.css */
.pr-wrap[b-e0mt5lkowz] {
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d6b 100%);
}

.pr-card[b-e0mt5lkowz] {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 20px;
    padding: 2.25rem 1.75rem;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.pr-badge[b-e0mt5lkowz] {
    width: 84px;
    height: 84px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
}

.pr-badge-success[b-e0mt5lkowz] {
    background: #e8f7ee;
    color: #1e9e54;
}

.pr-badge-failed[b-e0mt5lkowz] {
    background: #fdeaea;
    color: #d93b3b;
}

h1[b-e0mt5lkowz] {
    margin: 0 0 .5rem;
    font-size: 1.5rem;
    color: #1a1a2e;
}

p[b-e0mt5lkowz] {
    margin: .4rem 0;
    font-size: 1rem;
    color: #5a5a6e;
    line-height: 1.5;
}

.pr-note[b-e0mt5lkowz] {
    margin-top: 1.5rem;
    padding: .9rem 1rem;
    background: #f6f7fb;
    border-radius: 12px;
    font-size: .9rem;
    color: #44485a;
}

.pr-strong[b-e0mt5lkowz] {
    color: #1e9e54;
    font-weight: 700;
}
