/* ===== Abonnementenbeheer ===== */
body { word-break: break-word; overflow-wrap: anywhere; }
html { -webkit-text-size-adjust: 100%; }

.display-6 { font-weight: 600; }
.card a, a.text-decoration-none { color: inherit; }

.table-responsive { -webkit-overflow-scrolling: touch; }

/* Toegankelijke knophoogte op mobiel */
@media (max-width: 576px) {
  input, select, textarea { font-size: 16px; }  /* voorkomt iOS-zoom */
  .btn { min-height: 40px; }
}

/* Dashboard-tegels iets compacter */
.card .display-6 { line-height: 1.1; }
