/* RUDI Shared Utility-Klassen
 * Ersetzt haeufige Inline-Styles (P3.9 CSP Umbau)
 * Eingebunden auf allen Modul-Seiten ueber /shared/common.css
 */

/* Ohne !important, damit JS mit el.style.display='block'/'flex' das Element einblenden kann */
.hidden { display: none; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-accent { color: #04b3d6; }
.cursor-pointer { cursor: pointer; }
.flex-1 { flex: 1; }

/* Header-Hinweis unter Ueberschriften */
.section-hint {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 12px;
}

/* Footer-Text (z.B. Versions-/Stand-Info unter Modulen) */
.footer-note {
  text-align: center;
  color: #555;
  font-size: 11px;
  margin-top: 24px;
}
