/* ================================================================
   Members Page Styles
================================================================ */

/* Modal animation styles */
.modal-content {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.2s ease-out;
}

/* Change Password Page */
.bullet-icon-xs {
    font-size: 4px;
}

/* Utility: initially hidden (for modals/elements toggled by JS) */
.js-hidden {
    display: none;
}

/* Utility: inline form (for forms that should display inline) */
.inline-form {
    display: inline;
}