/* ============================================
   UTILITIES - Helper classes
   ============================================ */

.hidden {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid;
}

.gap-2 {
  gap: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.text-muted {
  color: var(--text-secondary) !important;
}
