/* MinistrySuite — Frontend Styles */
/* All component-level styles are inlined in the shortcode renderer.
   This file is for global overrides and theming variables.            */

:root {
    --ms-primary:   #0073aa;
    --ms-success:   #46b450;
    --ms-danger:    #dc3232;
    --ms-warning:   #ffb900;
    --ms-radius:    4px;
    --ms-font:      inherit;
}

.ms-cell-report * { box-sizing: border-box; }
.ms-cell-report input:focus,
.ms-cell-report textarea:focus,
.ms-cell-report select:focus {
    outline: 2px solid var(--ms-primary);
    outline-offset: 1px;
}
