html { font-size: 14px; position: relative; min-height: 100%; }
body { margin-bottom: 60px; }

/* FCE full-screen spinner overlay ─────────────────────────────────────────── */
.fce-spinner-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .40);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.fce-spinner-overlay.active { display: flex; }
