/* ==============================================
   mint-hr — Theme
   Primary: #10b981 (emerald green)
   Base: dark theme from style.css
   ============================================== */

:root {
  --primary:      #10b981;
  --primary-dark: #059669;
}

/* Normalize button size in modals */
.modal-footer .btn {
  display: inline-block;
}
.modal-footer .btn-secondary {
  border: none;
}