/* Keep Forge sidebar section titles readable on light card surfaces. */
html body.vf-page-admin .main-wrapper .admin-shell .admin-sidebar .card-header,
html body.vf-page-admin .main-wrapper .admin-shell .admin-sidebar .card-header * {
  color: #516176 !important;
  text-shadow: none !important;
}

html body.vf-page-admin .main-wrapper .admin-shell .admin-sidebar .card-header {
  background: #f8fafc !important;
  border-bottom-color: #e7edf4 !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  letter-spacing: .09em !important;
}

html body.vf-page-admin .main-wrapper .admin-shell .admin-sidebar .card > .card-header.block-title,
html body.vf-page-admin .main-wrapper .admin-shell .admin-sidebar .card > .card-header.block-title * {
  color: #516176 !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  letter-spacing: .09em !important;
  text-shadow: none !important;
}
