@import '_content/Cadence.UI/Cadence.UI.gh4sdceuhe.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
button.external[b-ex7wk3ouxn] {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

    button.external:hover[b-ex7wk3ouxn] {
        background-color: rgba(255,255,255,0.5);
    }
/* /Components/Admin/AdminHome.razor.rz.scp.css */
.admin-grid[b-hzzt1t76m3] {
    display: flex;
    gap: 1rem;
    align-items: stretch;
    justify-content: center;
    align-items: stretch;
}

.admin-tile[b-hzzt1t76m3] {
    max-width: 20rem;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    align-items:center;
    justify-content: center;
    padding: 1rem;
}

.admin-tile:hover[b-hzzt1t76m3] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.admin-tile .icon[b-hzzt1t76m3] {
    display: inline-flex;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.admin-tile h3[b-hzzt1t76m3] {
    margin-bottom: 0.5rem;
}

.admin-tile p[b-hzzt1t76m3] {
    margin-bottom: 0;
    opacity: 0.8;
}
