/* Base layout tweaks */
:root { --riq-radius: .5rem; }

/***** Body/Footer *****/
body { min-height: 100vh; font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
.footer { position: static; height: auto; background: transparent; }

/***** Cards/Sections *****/
.section { background: var(--bs-body-bg); border: 1px solid var(--bs-border-color); border-radius: var(--riq-radius); padding: 1rem; }

/***** Utilities *****/
.text-small { font-size: .875rem; }

/***** Alerts (status message) *****/
.alert { border-radius: var(--riq-radius); }
.alert-success { border-color: rgba(25,135,84,.35); }
.alert-warning { border-color: rgba(255,193,7,.45); }
.alert-danger  { border-color: rgba(220,53,69,.35); }

/***** Dark mode overrides *****/
[data-bs-theme="dark"] .navbar,
[data-bs-theme="dark"] footer { background-color: var(--bs-body-bg); }
