/* ── M365 Sec Check — custom styles ─────────────────────────────────────── */

/* Sidebar-like navbar spacing */
body {
    background-color: #f8f9fa;
}

/* Navbar brand */
.navbar-brand {
    letter-spacing: 0.02em;
}

/* Make monospace stand out slightly */
.font-monospace {
    font-size: 0.85em;
}

/* Stats card values */
#statsRow .fs-1 {
    line-height: 1.1;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Table improvements */
.table th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
    border-bottom-width: 1px;
}

/* Card header */
.card-header {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.75rem 1rem;
}

/* Pre/code blocks in settings */
pre code {
    font-size: 0.82rem;
    color: #343a40;
}

/* Trim overly wide UUIDs on narrow screens */
@media (max-width: 768px) {
    .font-monospace.small {
        font-size: 0.7rem;
        word-break: break-all;
    }
}

/* Toast container z-index above modals */
#toastContainer {
    z-index: 1100;
}

/* Role badge alignment */
.badge {
    vertical-align: middle;
}

/* w-40 utility */
.w-40 {
    width: 40%;
}

/* Spinner alignment in stat cards */
.spinner-border-sm {
    vertical-align: middle;
}
