/* ── Dashboard → Security section (SharedSecuritySection.razor) ──
   Status card for two-factor authentication. Shared by all four account types. */

.sec-card {
    border: 1px solid var(--antologa-light-gray);
    border-radius: 1rem;
}

/* Oversized so the on/off state reads before any of the copy does — this card is
   scanned, not read. */
.sec-card__status-icon {
    font-size: 2.25rem;
}
