/* ====================================
   Registration Status — Global Styles
   (section-specific CSS lives inside each blade partial)
   ==================================== */

/* Ensure Bootstrap icons display correctly */
.bi { line-height: 1; }

/* Shared spinner animation */
@keyframes rs-global-spin {
    to { transform: rotate(360deg); }
}

/* Dark page background */
body {
    background: #1A1A1A;
}

/* Utility: full-width section background */
.rs-dark-bg {
    background: #1A1A1A;
}
