/* =========================================================
   MRDS 1.0 – Utilities
   Kleine Helferklassen
   ========================================================= */

.mr-text-center { text-align: center; }
.mr-text-muted { color: var(--mr-muted); }
.mr-mt-0 { margin-top: 0 !important; }
.mr-mt-20 { margin-top: 20px !important; }
.mr-mt-40 { margin-top: 40px !important; }
.mr-mb-0 { margin-bottom: 0 !important; }
.mr-mb-20 { margin-bottom: 20px !important; }
.mr-mb-40 { margin-bottom: 40px !important; }
.mr-flex { display: flex; }
.mr-flex-center { display: flex; align-items: center; justify-content: center; }
.mr-gap-12 { gap: 12px; }
.mr-gap-24 { gap: 24px; }
.mr-hidden { display: none !important; }

@media (max-width: 640px) {
  .mr-hide-mobile { display: none !important; }
}

@media (min-width: 641px) {
  .mr-show-mobile { display: none !important; }
}
