/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-gxsjundaeo] {
    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-gxsjundaeo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hsu2jdu5ik],
.components-reconnect-repeated-attempt-visible[b-hsu2jdu5ik],
.components-reconnect-failed-visible[b-hsu2jdu5ik],
.components-pause-visible[b-hsu2jdu5ik],
.components-resume-failed-visible[b-hsu2jdu5ik],
.components-rejoining-animation[b-hsu2jdu5ik] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hsu2jdu5ik],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hsu2jdu5ik],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hsu2jdu5ik],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hsu2jdu5ik],
#components-reconnect-modal.components-reconnect-retrying[b-hsu2jdu5ik],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hsu2jdu5ik],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hsu2jdu5ik],
#components-reconnect-modal.components-reconnect-failed[b-hsu2jdu5ik],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hsu2jdu5ik] {
    display: block;
}


#components-reconnect-modal[b-hsu2jdu5ik] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-hsu2jdu5ik 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hsu2jdu5ik 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hsu2jdu5ik 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hsu2jdu5ik]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hsu2jdu5ik 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hsu2jdu5ik {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hsu2jdu5ik {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hsu2jdu5ik {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hsu2jdu5ik] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hsu2jdu5ik] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hsu2jdu5ik] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hsu2jdu5ik] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hsu2jdu5ik] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hsu2jdu5ik] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hsu2jdu5ik] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hsu2jdu5ik 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hsu2jdu5ik] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hsu2jdu5ik {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Beheer.razor.rz.scp.css */
*[b-27w1xy51qg],
*[b-27w1xy51qg]::before,
*[b-27w1xy51qg]::after {
    box-sizing: border-box;
}

.admin-page[b-27w1xy51qg] {
    min-height: 100vh;
    padding: 40px 20px;
    font-family: "Manrope", sans-serif;
    color: #151515;
    background: #f4f0e9;
}


.login-card[b-27w1xy51qg] {
    width: 100%;
    max-width: 420px;
    margin: 80px auto;
    padding: 40px;
    border: 1px solid #b78138;
    background: white;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}


    .login-card h1[b-27w1xy51qg] {
        margin: 0 0 10px;
        font-size: 32px;
        font-weight: 800;
    }


    .login-card p[b-27w1xy51qg] {
        color: #666;
    }


    .login-card input[b-27w1xy51qg] {
        width: 100%;
        margin: 15px 0;
        padding: 15px 17px;
        border: 1px solid #b78138;
        font-family: "Manrope", sans-serif;
        font-size: 16px;
        outline: none;
    }


        .login-card input:focus[b-27w1xy51qg] {
            box-shadow: 0 0 0 3px rgba(183,129,56,.12);
        }


.admin-shell[b-27w1xy51qg] {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}


.admin-header[b-27w1xy51qg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}


    .admin-header h1[b-27w1xy51qg] {
        margin: 0;
        font-size: 38px;
        font-weight: 800;
    }


.date[b-27w1xy51qg] {
    margin-bottom: 5px;
    color: #b78138;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
}


.logout-button[b-27w1xy51qg] {
    padding: 11px 18px;
    border: 1px solid #151515;
    background: transparent;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    cursor: pointer;
}


.stats-grid[b-27w1xy51qg] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 25px;
}


.stat-card[b-27w1xy51qg] {
    padding: 25px;
    border-top: 4px solid #b78138;
    background: #111;
    color: white;
}


.stat-number[b-27w1xy51qg] {
    color: #b78138;
    font-size: 42px;
    font-weight: 800;
}


.stat-label[b-27w1xy51qg] {
    margin-top: 5px;
    color: #ddd;
    font-size: 14px;
    font-weight: 700;
}


.admin-grid[b-27w1xy51qg] {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 22px;
}


.admin-card[b-27w1xy51qg] {
    min-width: 0;
    padding: 28px;
    border: 1px solid rgba(0,0,0,.15);
    background: white;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}


    .admin-card h2[b-27w1xy51qg] {
        margin: 0 0 25px;
        font-size: 21px;
        font-weight: 800;
    }


.form-field[b-27w1xy51qg] {
    margin-bottom: 17px;
}


    .form-field label[b-27w1xy51qg] {
        display: block;
        margin-bottom: 7px;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .6px;
        text-transform: uppercase;
    }


    .form-field input[b-27w1xy51qg] {
        width: 100%;
        padding: 14px 15px;
        border: 1px solid #b78138;
        font-family: "Manrope", sans-serif;
        font-size: 15px;
        outline: none;
    }


.address-grid[b-27w1xy51qg] {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 12px;
}


.gold-button[b-27w1xy51qg] {
    width: 100%;
    padding: 15px;
    border: 0;
    background: linear-gradient( 90deg, #a66f2d, #c49450 );
    color: white;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}


.error-message[b-27w1xy51qg] {
    margin-bottom: 15px;
    padding: 12px;
    border-left: 4px solid #9d3434;
    background: rgba(157,52,52,.08);
    color: #812c2c;
}


.success-message[b-27w1xy51qg] {
    margin-bottom: 15px;
    padding: 12px;
    border-left: 4px solid #b78138;
    background: rgba(183,129,56,.10);
    color: #6f4b20;
    font-weight: 700;
}


.guest-table-wrapper[b-27w1xy51qg] {
    width: 100%;
    overflow-x: auto;
}


.guest-table[b-27w1xy51qg] {
    width: 100%;
    border-collapse: collapse;
}


    .guest-table th[b-27w1xy51qg],
    .guest-table td[b-27w1xy51qg] {
        padding: 12px 10px;
        border-bottom: 1px solid #ddd;
        text-align: left;
        white-space: nowrap;
    }


    .guest-table th[b-27w1xy51qg] {
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
    }


    .guest-table td[b-27w1xy51qg] {
        font-size: 14px;
    }


@media (max-width: 900px) {

    .admin-grid[b-27w1xy51qg] {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 650px) {

    .admin-page[b-27w1xy51qg] {
        padding: 20px 12px;
    }

    .admin-header[b-27w1xy51qg] {
        align-items: flex-start;
        flex-direction: column;
    }

    .stats-grid[b-27w1xy51qg] {
        grid-template-columns: 1fr;
    }

    .address-grid[b-27w1xy51qg] {
        grid-template-columns: 1.4fr .8fr;
    }

    .login-card[b-27w1xy51qg] {
        margin: 30px auto;
        padding: 28px 22px;
    }
}

/* ======================================================
   BEVESTIGINGSPOPUP GAST VERWIJDEREN
   ====================================================== */

.modal-overlay[b-27w1xy51qg] {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(3px);
}


.confirm-modal[b-27w1xy51qg] {
    width: 100%;
    max-width: 460px;
    padding: 34px;
    border-top: 5px solid #b78138;
    background: #f4f0e9;
    color: #151515;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.40);
    text-align: center;
}


.confirm-icon[b-27w1xy51qg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border: 2px solid #a43d3d;
    border-radius: 50%;
    color: #a43d3d;
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    font-weight: 800;
}


.confirm-modal h2[b-27w1xy51qg] {
    margin: 0 0 14px;
    font-family: "Manrope", sans-serif;
    font-size: 23px;
    font-weight: 800;
}


.confirm-modal p[b-27w1xy51qg] {
    margin: 0;
    color: #555;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.6;
}


    .confirm-modal p strong[b-27w1xy51qg] {
        color: #151515;
    }


.confirm-details[b-27w1xy51qg] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}


    .confirm-details span[b-27w1xy51qg] {
        padding: 7px 12px;
        border: 1px solid rgba(183, 129, 56, 0.45);
        background: rgba(255, 255, 255, 0.55);
        font-family: "Manrope", sans-serif;
        font-size: 13px;
        font-weight: 700;
    }


.modal-actions[b-27w1xy51qg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 28px;
}


.cancel-modal-button[b-27w1xy51qg],
.confirm-delete-button[b-27w1xy51qg] {
    width: 100%;
    min-height: 46px;
    padding: 11px 14px;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}


.cancel-modal-button[b-27w1xy51qg] {
    border: 1px solid #151515;
    background: transparent;
    color: #151515;
}


    .cancel-modal-button:hover[b-27w1xy51qg] {
        background: rgba(0, 0, 0, 0.05);
    }


.confirm-delete-button[b-27w1xy51qg] {
    border: 1px solid #9b3535;
    background: #9b3535;
    color: white;
}


    .confirm-delete-button:hover[b-27w1xy51qg] {
        border-color: #812c2c;
        background: #812c2c;
    }


@media (max-width: 480px) {

    .confirm-modal[b-27w1xy51qg] {
        padding: 27px 20px;
    }

    .modal-actions[b-27w1xy51qg] {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 380px) {

    .address-grid[b-27w1xy51qg] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/rsvp.razor.rz.scp.css */


*[b-pwn2g2t5en],
*[b-pwn2g2t5en]::before,
*[b-pwn2g2t5en]::after {
    box-sizing: border-box;
}

html[b-pwn2g2t5en],
body[b-pwn2g2t5en] {
    margin: 0;
    padding: 0;
}

.wedding-page[b-pwn2g2t5en] {
    width: 100%;
    min-height: 100vh;
    padding: 32px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope", sans-serif;
    color: #151515;
    background: linear-gradient( rgba(245, 241, 234, 0.97), rgba(245, 241, 234, 0.97) ), repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.015) 0, rgba(0, 0, 0, 0.015) 1px, transparent 1px, transparent 7px );
}


.ticket-shell[b-pwn2g2t5en] {
    width: 100%;
    max-width: 1180px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    background: #f4f0e9;
    border: 2px solid #151515;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}


.main-panel[b-pwn2g2t5en] {
    min-width: 0;
    padding: 55px 60px 60px;
}


.top-accent[b-pwn2g2t5en] {
    width: 80px;
    height: 6px;
    margin-bottom: 25px;
    background: repeating-linear-gradient( 135deg, #b78138 0, #b78138 4px, transparent 4px, transparent 9px );
}


.date[b-pwn2g2t5en] {
    margin-bottom: 5px;
    color: #b78138;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
}


.names[b-pwn2g2t5en] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: clamp(52px, 6.5vw, 92px);
    font-weight: 300;
    letter-spacing: -4px;
    line-height: 1;
    white-space: nowrap;
}


    .names .amp[b-pwn2g2t5en] {
        color: #b78138;
    }


.black-bar[b-pwn2g2t5en] {
    width: 100%;
    max-width: 620px;
    margin-bottom: 45px;
    padding: 8px 20px;
    background: #111;
    color: white;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}


.intro[b-pwn2g2t5en] {
    width: 100%;
    max-width: 680px;
    margin-bottom: 28px;
}


    .intro h2[b-pwn2g2t5en] {
        margin: 0 0 10px;
        font-size: 24px;
        font-weight: 800;
    }


        .intro h2[b-pwn2g2t5en]::before {
            content: "♡";
            margin-right: 12px;
            color: #b78138;
            font-size: 30px;
        }


    .intro p[b-pwn2g2t5en] {
        margin: 0;
        color: #5d5d5d;
        font-size: 17px;
        line-height: 1.55;
    }


/* ======================================================
   FORM
   ====================================================== */

.search-card[b-pwn2g2t5en],
.rsvp-card[b-pwn2g2t5en] {
    width: 100%;
    max-width: 680px;
}


.form-field[b-pwn2g2t5en] {
    width: 100%;
    margin-bottom: 18px;
}


    .form-field label[b-pwn2g2t5en] {
        display: block;
        margin-bottom: 7px;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }


.address-grid[b-pwn2g2t5en] {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(120px, 0.85fr);
    gap: 14px;
}


.search-card input[b-pwn2g2t5en],
.rsvp-card input[b-pwn2g2t5en],
.form-field textarea[b-pwn2g2t5en] {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 16px 18px;
    border: 1px solid #b78138;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.62);
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}


    .search-card input[b-pwn2g2t5en]::placeholder,
    .form-field textarea[b-pwn2g2t5en]::placeholder {
        color: #999;
    }


    .search-card input:focus[b-pwn2g2t5en],
    .rsvp-card input:focus[b-pwn2g2t5en],
    .form-field textarea:focus[b-pwn2g2t5en] {
        border-color: #936127;
        background: white;
        box-shadow: 0 0 0 3px rgba(183, 129, 56, 0.12);
    }


.form-field textarea[b-pwn2g2t5en] {
    min-height: 115px;
    resize: vertical;
}


/* ======================================================
   BUTTONS
   ====================================================== */

.gold-button[b-pwn2g2t5en] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px 18px;
    border: 0;
    border-radius: 2px;
    background: linear-gradient( 90deg, #a66f2d, #c49450 );
    color: white;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    appearance: none;
    transition: transform 0.15s ease, filter 0.15s ease;
}


    .gold-button:hover[b-pwn2g2t5en] {
        filter: brightness(1.06);
        transform: translateY(-1px);
    }


    .gold-button:active[b-pwn2g2t5en] {
        transform: translateY(0);
    }


.back-button[b-pwn2g2t5en] {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 13px 18px;
    border: 0;
    background: transparent;
    color: #555;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}


    .back-button:hover[b-pwn2g2t5en] {
        color: #111;
    }


/* ======================================================
   RSVP
   ====================================================== */

.welcome[b-pwn2g2t5en] {
    margin-bottom: 5px;
    color: #b78138;
    font-size: 28px;
    font-weight: 800;
}


.rsvp-question[b-pwn2g2t5en] {
    margin: 0 0 20px;
    color: #555;
    font-size: 16px;
}


.guest-row[b-pwn2g2t5en] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 68px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}


.guest-name[b-pwn2g2t5en] {
    min-width: 0;
    font-size: 18px;
    font-weight: 700;
}


.choice-group[b-pwn2g2t5en] {
    display: flex;
    flex-shrink: 0;
    gap: 8px;
}


.choice-button[b-pwn2g2t5en] {
    min-width: 72px;
    padding: 10px 15px;
    border: 1px solid #151515;
    background: transparent;
    color: #151515;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}


    .choice-button.active[b-pwn2g2t5en] {
        background: #151515;
        color: white;
    }


.remarks-field[b-pwn2g2t5en] {
    margin-top: 28px;
}


.error-message[b-pwn2g2t5en] {
    width: 100%;
    margin-bottom: 16px;
    padding: 12px 14px;
    border-left: 4px solid #9d3434;
    background: rgba(157, 52, 52, 0.08);
    color: #812c2c;
    font-size: 14px;
    font-weight: 600;
}


.success-message[b-pwn2g2t5en] {
    width: 100%;
    margin: 18px 0;
    padding: 14px;
    border-left: 4px solid #b78138;
    background: rgba(183, 129, 56, 0.10);
    font-weight: 700;
}


/* ======================================================
   RIGHT PANEL
   ====================================================== */

.side-panel[b-pwn2g2t5en] {
    position: relative;
    min-width: 0;
    min-height: 100%;
    padding: 40px 30px 48px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(rgba(12, 12, 12, 0.97), rgba(12, 12, 12, 0.97)), repeating-linear-gradient( 45deg, #151515 0, #151515 1px, #101010 1px, #101010 6px );
    color: white;
}

    .side-panel[b-pwn2g2t5en]::before {
        content: "";
        position: absolute;
        inset: 17px;
        border: 1px solid rgba(183, 129, 56, 0.55);
        pointer-events: none;
    }

.side-big-letter[b-pwn2g2t5en] {
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
    font-size: 118px;
    font-weight: 800;
    line-height: 0.85;
}

.side-copy[b-pwn2g2t5en] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.side-photo-wrapper[b-pwn2g2t5en] {
    width: 100%;
    overflow: hidden;
    margin: 8px 0 28px;
}

.side-photo[b-pwn2g2t5en] {
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
    object-position: center;
}

.side-bottom[b-pwn2g2t5en] {
    margin-top: auto;
    padding-top: 24px;
}

.side-line[b-pwn2g2t5en] {
    width: 52px;
    height: 3px;
    margin: 0 0 20px;
    background: #b78138;
}

.side-title[b-pwn2g2t5en] {
    color: #b78138;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
}

.side-location[b-pwn2g2t5en] {
    margin-top: 5px;
    font-size: 34px;
    font-weight: 800;
}


/* ======================================================
   TABLET
   ====================================================== */

@media (max-width: 900px) {

    .wedding-page[b-pwn2g2t5en] {
        align-items: flex-start;
        padding: 20px;
    }

    .ticket-shell[b-pwn2g2t5en] {
        grid-template-columns: 1fr;
    }

    .main-panel[b-pwn2g2t5en] {
        padding: 45px 40px 50px;
    }

    .side-panel[b-pwn2g2t5en] {
        min-height: 330px;
    }

    .side-big-letter[b-pwn2g2t5en] {
        margin-bottom: 28px;
    }

    .side-photo-wrapper[b-pwn2g2t5en] {
        max-width: 420px;
        margin: 8px auto 28px;
    }

    .side-bottom[b-pwn2g2t5en] {
        margin-top: 28px;
    }
}

.attendance-choice[b-pwn2g2t5en] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 100%;
    margin-bottom: 28px;
}


.attendance-button[b-pwn2g2t5en] {
    width: 100%;
    min-width: 0;
    min-height: 105px;
    padding: 18px;
    border: 1px solid #b78138;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.62);
    color: #151515;
    font-family: "Manrope", sans-serif;
    font-size: 26px;
    font-weight: 800;
    cursor: pointer;
    appearance: none;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}


    .attendance-button:hover[b-pwn2g2t5en] {
        transform: translateY(-1px);
        background: rgba(183, 129, 56, 0.08);
    }


    .attendance-button span[b-pwn2g2t5en] {
        display: block;
        margin-top: 5px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.2px;
    }


    .attendance-button.active[b-pwn2g2t5en] {
        background: #151515;
        border-color: #151515;
        color: white;
    }


    .attendance-button.yes.active[b-pwn2g2t5en] {
        background: #b78138;
        border-color: #b78138;
        color: white;
    }


.people-block[b-pwn2g2t5en] {
    width: 100%;
    margin-bottom: 24px;
}


    .people-block > label[b-pwn2g2t5en] {
        display: block;
        margin-bottom: 9px;
        font-family: "Manrope", sans-serif;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }


.people-selector[b-pwn2g2t5en] {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    width: 100%;
    border: 1px solid #b78138;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.62);
    overflow: hidden;
}


.people-button[b-pwn2g2t5en] {
    height: 60px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b78138;
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
}


    .people-button:hover[b-pwn2g2t5en] {
        background: rgba(183, 129, 56, 0.08);
    }


.people-count[b-pwn2g2t5en] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    border-left: 1px solid rgba(183, 129, 56, 0.35);
    border-right: 1px solid rgba(183, 129, 56, 0.35);
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 800;
}


/* TABLET / MOBILE */

@media (max-width: 600px) {

    .attendance-choice[b-pwn2g2t5en] {
        gap: 10px;
        margin-bottom: 24px;
    }


    .attendance-button[b-pwn2g2t5en] {
        min-height: 90px;
        padding: 13px 8px;
        font-size: 22px;
    }


        .attendance-button span[b-pwn2g2t5en] {
            font-size: 9px;
            letter-spacing: 0.8px;
        }


    .people-selector[b-pwn2g2t5en] {
        grid-template-columns: 55px minmax(0, 1fr) 55px;
    }


    .people-button[b-pwn2g2t5en] {
        height: 56px;
        font-size: 27px;
    }


    .people-count[b-pwn2g2t5en] {
        font-size: 20px;
    }
}


/* HEEL SMAL SCHERM */

@media (max-width: 360px) {

    .attendance-choice[b-pwn2g2t5en] {
        grid-template-columns: 1fr;
    }
}


/* ======================================================
   MOBILE
   ====================================================== */

@media (max-width: 600px) {

    .wedding-page[b-pwn2g2t5en] {
        padding: 0;
    }

    .ticket-shell[b-pwn2g2t5en] {
        border: 0;
        box-shadow: none;
    }

    .main-panel[b-pwn2g2t5en] {
        padding: 34px 20px 40px;
    }

    .date[b-pwn2g2t5en] {
        font-size: 18px;
    }

    .names[b-pwn2g2t5en] {
        gap: 8px;
        font-size: clamp(42px, 14vw, 58px);
        letter-spacing: -2px;
    }

    .black-bar[b-pwn2g2t5en] {
        margin-bottom: 34px;
        padding: 7px 12px;
        font-size: 17px;
    }

    .intro h2[b-pwn2g2t5en] {
        font-size: 19px;
    }

    .intro p[b-pwn2g2t5en] {
        font-size: 15px;
    }

    .address-grid[b-pwn2g2t5en] {
        grid-template-columns: minmax(0, 1.5fr) minmax(95px, 0.8fr);
        gap: 10px;
    }

    .search-card input[b-pwn2g2t5en],
    .rsvp-card input[b-pwn2g2t5en],
    .form-field textarea[b-pwn2g2t5en] {
        padding: 14px 14px;
        font-size: 16px;
    }

    .gold-button[b-pwn2g2t5en] {
        padding: 15px;
        font-size: 15px;
    }

    .guest-row[b-pwn2g2t5en] {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .choice-group[b-pwn2g2t5en] {
        width: 100%;
    }

    .choice-button[b-pwn2g2t5en] {
        flex: 1;
    }

    .side-panel[b-pwn2g2t5en] {
        min-height: 430px;
        padding: 38px 28px 55px;
    }

    .side-big-letter[b-pwn2g2t5en] {
        margin-bottom: 24px;
        font-size: 82px;
    }

    .side-photo-wrapper[b-pwn2g2t5en] {
        max-width: 320px;
        margin: 0 auto 28px;
    }

    .side-photo[b-pwn2g2t5en] {
        max-height: 300px;
    }

    .side-bottom[b-pwn2g2t5en] {
        margin-top: auto;
        padding-top: 20px;
    }

    .side-location[b-pwn2g2t5en] {
        font-size: 28px;
    }
}


/* ======================================================
   VERY SMALL MOBILE
   ====================================================== */

@media (max-width: 380px) {

    .main-panel[b-pwn2g2t5en] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .address-grid[b-pwn2g2t5en] {
        grid-template-columns: 1fr;
    }

    .names[b-pwn2g2t5en] {
        font-size: 40px;
    }
}
