/* Responsive helpers */
@media (max-width: 575.98px) {
  .stat-card__value { font-size: 26px; }
  .plan-card__price { font-size: 28px; }
  .msp-auth-card { padding: 24px 18px; }
}

@media (max-width: 767.98px) {
  .msp-grid-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .msp-grid-toolbar .btn { width: 100%; }
}

/* Soften default Bootstrap cards inside app */
.msp-content .card-body {
  padding: 1.15rem 1.25rem;
}

.msp-content .shadow-sm {
  box-shadow: var(--msp-shadow) !important;
}

.msp-content .border-0 {
  border: 1px solid var(--msp-border) !important;
}
