/* /Components/CookieConsent.razor.rz.scp.css */
.cookie-backdrop[b-pkh0mom1zw] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    animation: cookie-fade-in-b-pkh0mom1zw 0.3s ease;
}

@keyframes cookie-fade-in-b-pkh0mom1zw {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes cookie-slide-up-b-pkh0mom1zw {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

.cookie-banner[b-pkh0mom1zw] {
    background: #1a1a2e;
    color: #e0e0e8;
    border-radius: 16px;
    padding: 24px 28px;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: cookie-slide-up-b-pkh0mom1zw 0.35s ease;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #0066B1, #4B2D8E, #E6332A) 1;
}

.cookie-icon[b-pkh0mom1zw] {
    font-size: 2rem;
    line-height: 1;
}

.cookie-content h3[b-pkh0mom1zw] {
    margin: 0 0 6px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.cookie-content p[b-pkh0mom1zw] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #aab;
}

.cookie-actions[b-pkh0mom1zw] {
    display: flex;
    gap: 10px;
}

.cookie-btn[b-pkh0mom1zw] {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
    font-family: inherit;
}

.cookie-btn:active[b-pkh0mom1zw] {
    transform: scale(0.97);
}

.cookie-btn-accept[b-pkh0mom1zw] {
    background: linear-gradient(135deg, #0066B1, #0080d4);
    color: #fff;
}

.cookie-btn-accept:hover[b-pkh0mom1zw] {
    background: linear-gradient(135deg, #0080d4, #00a3e0);
}

.cookie-btn-necessary[b-pkh0mom1zw] {
    background: rgba(255, 255, 255, 0.08);
    color: #ccc;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.cookie-btn-necessary:hover[b-pkh0mom1zw] {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

/* ── Mobile ── */
@media (max-width: 480px) {
    .cookie-backdrop[b-pkh0mom1zw] {
        padding: 0;
        align-items: flex-end;
    }

    .cookie-banner[b-pkh0mom1zw] {
        border-radius: 16px 16px 0 0;
        padding: 20px 20px 24px;
        max-width: 100%;
    }

    .cookie-actions[b-pkh0mom1zw] {
        flex-direction: column;
        gap: 8px;
    }

    .cookie-btn[b-pkh0mom1zw] {
        padding: 14px 20px;
        font-size: 1rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-wrapper[b-7mhuvw4wjf] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f8f9fb;
}

.top-nav[b-7mhuvw4wjf] {
    background: linear-gradient(135deg, #003d6b 0%, #0066B1 50%, #0080d4 100%);
    border-bottom: none;
    box-shadow: 0 2px 8px rgba(0,51,107,0.18);
    position: sticky;
    top: 0;
    z-index: 100;
}

.top-nav[b-7mhuvw4wjf]::after {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #00A3E0 0%, #0066B1 33%, #312783 66%, #E2001A 100%);
}

.nav-container[b-7mhuvw4wjf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.brand[b-7mhuvw4wjf] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.brand-bolt[b-7mhuvw4wjf] {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 6px rgba(75, 45, 142, 0.5));
}

.nav-links[b-7mhuvw4wjf] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-link[b-7mhuvw4wjf] {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: background 0.15s, color 0.15s;
    border: none;
    background: none;
    cursor: pointer;
}

.nav-link:hover[b-7mhuvw4wjf] {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.login-btn[b-7mhuvw4wjf] {
    background: rgba(255,255,255,0.2);
    color: #fff !important;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.3);
}

.login-btn:hover[b-7mhuvw4wjf] {
    background: rgba(255,255,255,0.3);
    color: #fff !important;
}

.logout-btn[b-7mhuvw4wjf] {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
}

.lang-selector[b-7mhuvw4wjf] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
    padding-left: 12px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.lang-flag[b-7mhuvw4wjf] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.15s, background 0.15s;
    text-decoration: none;
    overflow: hidden;
}

.lang-flag:hover[b-7mhuvw4wjf] {
    opacity: 0.85;
    background: rgba(255,255,255,0.1);
}

.lang-flag.active[b-7mhuvw4wjf] {
    opacity: 1;
    background: rgba(255,255,255,0.15);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
}

.lang-flag img[b-7mhuvw4wjf] {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
}

.main-content[b-7mhuvw4wjf] {
    flex: 1;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 24px;
}

.site-footer[b-7mhuvw4wjf] {
    background: #1a1a2e;
    text-align: center;
    padding: 24px 24px 20px;
    color: #aab;
    font-size: 0.85rem;
}

.site-footer p[b-7mhuvw4wjf] {
    margin: 0 0 4px;
}

.site-footer strong[b-7mhuvw4wjf] {
    color: #fff;
}

.footer-disclaimer[b-7mhuvw4wjf] {
    font-size: 0.78rem;
    color: #667;
    margin-top: 4px !important;
}

.footer-m-stripe[b-7mhuvw4wjf] {
    height: 3px;
    background: linear-gradient(90deg, #00A3E0 0%, #0066B1 33%, #312783 66%, #E2001A 100%);
    margin-bottom: 20px;
}

.footer-links[b-7mhuvw4wjf] {
    margin-top: 10px !important;
    font-size: 0.82rem;
}

.footer-links a[b-7mhuvw4wjf] {
    color: #8899bb;
    text-decoration: none;
    transition: color 0.15s;
}

.footer-links a:hover[b-7mhuvw4wjf] {
    color: #fff;
    text-decoration: underline;
}

#blazor-error-ui[b-7mhuvw4wjf] {
    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-7mhuvw4wjf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ── Always-visible nav links (My Cars + Logout) ── */
.nav-always[b-7mhuvw4wjf] {
    display: none;
}

.nav-link-burger-only[b-7mhuvw4wjf] {
    display: flex;
}

/* ── Burger button (hidden on desktop) ── */
.burger-btn[b-7mhuvw4wjf] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 201;
}

.burger-icon[b-7mhuvw4wjf],
.burger-icon[b-7mhuvw4wjf]::before,
.burger-icon[b-7mhuvw4wjf]::after {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.2s;
    position: relative;
}

.burger-icon[b-7mhuvw4wjf]::before,
.burger-icon[b-7mhuvw4wjf]::after {
    content: '';
    position: absolute;
    left: 0;
    width: 22px;
}

.burger-icon[b-7mhuvw4wjf]::before {
    top: -7px;
}

.burger-icon[b-7mhuvw4wjf]::after {
    top: 7px;
}

/* Animate to X when open */
.menu-open .burger-icon[b-7mhuvw4wjf] {
    background: transparent;
}

.menu-open .burger-icon[b-7mhuvw4wjf]::before {
    top: 0;
    transform: rotate(45deg);
}

.menu-open .burger-icon[b-7mhuvw4wjf]::after {
    top: 0;
    transform: rotate(-45deg);
}

/* ── Mobile responsive ── */
@media (max-width: 768px) {
    .nav-always[b-7mhuvw4wjf] {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-left: auto;
        margin-right: 8px;
    }

    .nav-always .nav-link[b-7mhuvw4wjf] {
        padding: 6px 10px;
        font-size: 0.82rem;
        white-space: nowrap;
    }

    .nav-always .logout-btn[b-7mhuvw4wjf] {
        margin-top: 0;
        border-top: none;
        padding-top: 6px;
    }

    .nav-link-burger-only[b-7mhuvw4wjf] {
        display: none !important;
    }

    .burger-btn[b-7mhuvw4wjf] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-links[b-7mhuvw4wjf] {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 260px;
        height: 100dvh;
        background: linear-gradient(180deg, #003d6b 0%, #00274a 100%);
        flex-direction: column;
        align-items: stretch;
        padding: 80px 16px 24px;
        gap: 2px;
        box-shadow: -4px 0 24px rgba(0,0,0,0.4);
        z-index: 200;
        overflow-y: auto;
    }

    .menu-open .nav-links[b-7mhuvw4wjf] {
        display: flex;
    }

    .nav-link[b-7mhuvw4wjf] {
        padding: 12px 16px;
        font-size: 1rem;
        border-radius: 8px;
        width: 100%;
        text-align: left;
    }

    .nav-link:hover[b-7mhuvw4wjf] {
        background: rgba(255,255,255,0.1);
    }

    .lang-selector[b-7mhuvw4wjf] {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.15);
        padding-top: 12px;
        margin-top: 8px;
        justify-content: center;
    }

    .logout-btn[b-7mhuvw4wjf] {
        margin-top: auto;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 14px;
    }

    /* Overlay behind menu */
    .menu-open[b-7mhuvw4wjf]::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 199;
    }

    .nav-container[b-7mhuvw4wjf] {
        padding: 0 16px;
    }

    .main-content[b-7mhuvw4wjf] {
        padding: 20px 16px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xbcmgys1yq],
.components-reconnect-repeated-attempt-visible[b-xbcmgys1yq],
.components-reconnect-failed-visible[b-xbcmgys1yq],
.components-pause-visible[b-xbcmgys1yq],
.components-resume-failed-visible[b-xbcmgys1yq],
.components-rejoining-animation[b-xbcmgys1yq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xbcmgys1yq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xbcmgys1yq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xbcmgys1yq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xbcmgys1yq],
#components-reconnect-modal.components-reconnect-retrying[b-xbcmgys1yq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xbcmgys1yq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xbcmgys1yq],
#components-reconnect-modal.components-reconnect-failed[b-xbcmgys1yq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xbcmgys1yq] {
    display: block;
}


#components-reconnect-modal[b-xbcmgys1yq] {
    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-xbcmgys1yq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xbcmgys1yq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xbcmgys1yq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xbcmgys1yq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xbcmgys1yq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xbcmgys1yq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xbcmgys1yq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xbcmgys1yq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xbcmgys1yq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xbcmgys1yq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xbcmgys1yq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xbcmgys1yq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xbcmgys1yq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xbcmgys1yq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xbcmgys1yq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xbcmgys1yq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xbcmgys1yq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xbcmgys1yq {
    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/About.razor.rz.scp.css */
.about-page[b-0abj3qzijw] {
    max-width: 700px;
    margin: 0 auto;
    padding: 32px 0 64px;
}

.about-back[b-0abj3qzijw] {
    display: inline-block;
    color: var(--bmw-blue);
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 24px;
}

.about-back:hover[b-0abj3qzijw] {
    text-decoration: underline;
}

.about-card[b-0abj3qzijw] {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--bmw-border);
    overflow: hidden;
}

.about-header[b-0abj3qzijw] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 32px 32px 24px;
    background: linear-gradient(135deg, #e8f0fe, #d0e3ff);
    border-bottom: 1px solid var(--bmw-border);
}

.about-avatar[b-0abj3qzijw] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--bmw-blue);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-header h1[b-0abj3qzijw] {
    font-size: 1.5rem;
    margin: 0 0 4px;
    color: var(--bmw-text);
}

.about-byline[b-0abj3qzijw] {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

.about-body[b-0abj3qzijw] {
    padding: 28px 32px;
}

.about-body p[b-0abj3qzijw] {
    color: #444;
    line-height: 1.8;
    font-size: 0.95rem;
    margin: 0 0 16px;
}

.about-body p:last-child[b-0abj3qzijw] {
    margin-bottom: 0;
}

.about-cta[b-0abj3qzijw] {
    padding: 24px 32px;
    background: #f8f9fb;
    border-top: 1px solid var(--bmw-border);
    text-align: center;
}

.about-cta p[b-0abj3qzijw] {
    color: #666;
    font-size: 0.95rem;
    margin: 0 0 16px;
}

@media (max-width: 640px) {
    .about-header[b-0abj3qzijw] {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }

    .about-body[b-0abj3qzijw],
    .about-cta[b-0abj3qzijw] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-header h1[b-0abj3qzijw] {
        font-size: 1.3rem;
    }
}
/* /Components/Pages/BmwGuide.razor.rz.scp.css */
/* ── Guide page styles ── */
.guide-page[b-vo1gv3vtkf] {
    max-width: 800px;
    margin: 0 auto;
    padding: 32px 0 64px;
}

.guide-back[b-vo1gv3vtkf] {
    display: inline-block;
    color: var(--bmw-blue);
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 24px;
}

.guide-back:hover[b-vo1gv3vtkf] {
    text-decoration: underline;
}

.guide-page > h1[b-vo1gv3vtkf] {
    font-size: 2rem;
    margin-bottom: 8px;
}

.guide-subtitle[b-vo1gv3vtkf] {
    color: var(--bmw-text-muted);
    font-size: 1.05rem;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* ── Intro box ── */
.guide-intro[b-vo1gv3vtkf] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: linear-gradient(135deg, #e8f0fe, #d0e3ff);
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 48px;
    border-left: 4px solid var(--bmw-blue);
    animation: fadeInUp 0.5s ease-out both;
}

.guide-intro-icon[b-vo1gv3vtkf] {
    font-size: 2rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.guide-intro-text h2[b-vo1gv3vtkf] {
    font-size: 1.1rem;
    margin: 0 0 8px;
    color: var(--bmw-blue-dark);
}

.guide-intro-text p[b-vo1gv3vtkf] {
    margin: 0;
    color: #333;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ── Step card ── */
.guide-step[b-vo1gv3vtkf] {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    animation: fadeInUp 0.5s ease-out both;
}

.guide-step:nth-child(3)[b-vo1gv3vtkf]  { animation-delay: 0s; }
.guide-step:nth-child(4)[b-vo1gv3vtkf]  { animation-delay: 0.06s; }
.guide-step:nth-child(5)[b-vo1gv3vtkf]  { animation-delay: 0.12s; }
.guide-step:nth-child(6)[b-vo1gv3vtkf]  { animation-delay: 0.18s; }
.guide-step:nth-child(7)[b-vo1gv3vtkf]  { animation-delay: 0.24s; }
.guide-step:nth-child(8)[b-vo1gv3vtkf]  { animation-delay: 0.30s; }

.guide-step-number[b-vo1gv3vtkf] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bmw-blue);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.guide-step-content[b-vo1gv3vtkf] {
    flex: 1;
    min-width: 0;
}

.guide-step-content h2[b-vo1gv3vtkf] {
    font-size: 1.25rem;
    margin: 0 0 8px;
}

.guide-step-content p[b-vo1gv3vtkf] {
    color: #555;
    line-height: 1.7;
    margin: 0 0 16px;
}

/* ── Screenshot ── */
.guide-screenshot[b-vo1gv3vtkf] {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    border: 1px solid var(--bmw-border);
    display: inline-block;
    max-width: 100%;
}

.guide-step-content .guide-screenshot[b-vo1gv3vtkf] {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.guide-screenshot img[b-vo1gv3vtkf] {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ── CTA ── */
.guide-cta[b-vo1gv3vtkf] {
    text-align: center;
    margin-top: 48px;
    padding: 32px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    animation: fadeInUp 0.5s ease-out both;
    animation-delay: 0.35s;
}

.guide-cta p[b-vo1gv3vtkf] {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--bmw-text);
}

.guide-cta-hint[b-vo1gv3vtkf] {
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin-bottom: 20px !important;
}

.guide-cta-buttons[b-vo1gv3vtkf] {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .guide-step[b-vo1gv3vtkf] {
        flex-direction: column;
        gap: 12px;
    }

    .guide-page > h1[b-vo1gv3vtkf] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/Feedback.razor.rz.scp.css */
.feedback-intro[b-6u59mr8jrd] {
    background: #f0f6ff;
    border: 1px solid #b3d4fc;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
}

.feedback-intro p[b-6u59mr8jrd] {
    margin: 0;
}

textarea.form-control[b-6u59mr8jrd] {
    resize: vertical;
    min-height: 120px;
}

select.form-control[b-6u59mr8jrd] {
    appearance: auto;
}
