/* /Components/Layout/AdminLayout.razor.rz.scp.css */
/* AdminLayout styles are centralized in wwwroot/css/admin.css */
/* /Components/Pages/Admin/AdminNewsletter.razor.rz.scp.css */
/* AdminNewsletter Scoped Styles */
.nl-title-wrapper[b-mt9nhvuq6w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.nl-title-wrapper h2[b-mt9nhvuq6w] {
    margin: 0;
}

.nl-email-cell[b-mt9nhvuq6w] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nl-email-text[b-mt9nhvuq6w] {
    font-weight: 500;
    color: #0f172a;
    word-break: break-all;
}

.nl-date-text[b-mt9nhvuq6w] {
    font-size: 0.85rem;
    color: #334155;
}

.nl-date-sub[b-mt9nhvuq6w] {
    font-size: 0.72rem;
    color: #64748b;
}

.admin-switch-active[b-mt9nhvuq6w] {
    color: #166534;
}

.admin-switch-inactive[b-mt9nhvuq6w] {
    color: #94a3b8;
}

.nl-actions-bar[b-mt9nhvuq6w] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .admin-toolbar[b-mt9nhvuq6w] {
        flex-direction: column;
        align-items: stretch;
    }
    .admin-toolbar-left[b-mt9nhvuq6w],
    .admin-toolbar-right[b-mt9nhvuq6w] {
        width: 100%;
        justify-content: flex-start;
    }
}
/* /Components/Pages/Admin/AdminUsers.razor.rz.scp.css */
.users-page .users-actions[b-6j0vhint1i] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 1rem;
    padding: 0.5rem 0;
}

.users-actions-foot[b-6j0vhint1i] {
    margin: 1rem 0 0;
    border-top: 1px solid #e5e7eb;
    padding-top: 0.75rem;
}

.users-action-spacer[b-6j0vhint1i] {
    flex: 1 1 auto;
}

.users-bulk-role[b-6j0vhint1i],
.users-inactivity[b-6j0vhint1i] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
}

.users-bulk-role select[b-6j0vhint1i] {
    padding: 0.25rem 0.4rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background: #f1f5f9;
}

.users-role-select[b-6j0vhint1i] {
    padding: 0.2rem 0.35rem;
    font-size: 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background: #f1f5f9;
}

.users-role-locked[b-6j0vhint1i] {
    color: #94a3b8;
}

/* Unbestätigte Konten grau darstellen */
[b-6j0vhint1i] .user-unconfirmed,
.user-unconfirmed[b-6j0vhint1i] {
    color: #9ca3af !important;
    background-color: #f3f4f6 !important;
    opacity: 0.8;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.notfound-page[b-ffocpqddd6] {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0b0f14;
    z-index: 9999;
    padding: 1rem;
    box-sizing: border-box;
}

.notfound-image[b-ffocpqddd6] {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
}

.notfound-nav[b-ffocpqddd6] {
    margin-top: 1.5rem;
    display: flex;
    gap: 1.5rem;
}

.notfound-nav a[b-ffocpqddd6] {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
    border: 1px solid #374151;
    border-radius: 6px;
    transition: background 0.2s, border-color 0.2s;
}

.notfound-nav a:hover[b-ffocpqddd6],
.notfound-nav a:focus-visible[b-ffocpqddd6] {
    background: #1f2937;
    border-color: #6b7280;
    outline: none;
}
