/* /Components/Layout/AccountLayout.razor.rz.scp.css */
.account-layout[b-w1e89drgzq] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f5f5f5;
}

.account-header[b-w1e89drgzq] {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.8em 1.5em;
}

.account-header-content[b-w1e89drgzq] {
    max-width: 1200px;
    margin: 0 auto;
}

.account-logo[b-w1e89drgzq] {
    display: flex;
    align-items: center;
    gap: 0.4em;
    text-decoration: none;
    color: inherit;
    font-size: 1.2em;
}

.account-main[b-w1e89drgzq] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 3em 1em;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
