/*
 * Manabi Video Navi V266 — contact guidance card contrast.
 *
 * contact.php uses the public shell, while its secondary .auth-side card keeps
 * the original light surface.  Public-shell typography must therefore not
 * leave light text on this one light card.  The page and landmark scope keeps
 * every other auth/public surface unchanged.
 */

body.page-contact #main-content .auth-side > h2 {
  color: #071a33 !important;
  -webkit-text-fill-color: #071a33 !important;
  -webkit-text-stroke: 0 transparent !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.page-contact #main-content .auth-side .check-list > li {
  color: #17324f !important;
  -webkit-text-fill-color: #17324f !important;
  -webkit-text-stroke: 0 transparent !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.page-contact #main-content .auth-side .check-list > li::before {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

@media (forced-colors: active) {
  body.page-contact #main-content .auth-side > h2,
  body.page-contact #main-content .auth-side .check-list > li,
  body.page-contact #main-content .auth-side .check-list > li::before {
    color: CanvasText !important;
    -webkit-text-fill-color: CanvasText !important;
  }
}
