/* Geef inhoud een expliciete themakleur; badges en actieknoppen behouden hun eigen contrast. */
.mobile-shell,
.mobile-section,
.mobile-card,
.mobile-recent-fault-row {
  color: var(--bs-body-color, #212529);
}
.mobile-section-header h2,
.mobile-card-title > .fw-semibold,
.mobile-card-title > div:first-child,
.mobile-recent-fault-main strong {
  color: var(--bs-body-color, #212529);
}
html[data-bs-theme="light"] .mobile-card-meta,
html[data-bs-theme="light"] .mobile-recent-fault-main span {
  color: #495057;
}
