/*
 * Dancz Premium live fixes, 2026-05-12 B.
 * Targeted repair: Apologetics Bible mobile readability.
 */

/* WO29269_APOLOGIST_MOBILE_READABILITY_20260512B_START */
@media (max-width: 980px) {
  body.dm-sitewide-codex.dm-area-apologist .dm-header-main .dm-header-actions a.dm-btn-primary,
  body.dm-sitewide-codex.dm-area-apologist .dm-header-main .dm-header-actions .dm-btn-primary,
  body.dm-sitewide-codex.dm-area-apologist .site-main .entry-content a.dm-btn-primary,
  body.dm-sitewide-codex.dm-area-apologist .site-main .entry-content .dm-btn-primary,
  body.dm-sitewide-codex.dm-area-apologist .dm-site-footer .dm-footer-action-row a.dm-btn-primary,
  body.dm-sitewide-codex.dm-area-apologist .dm-site-footer .dm-footer-action-row .dm-btn-primary {
    border-color: rgba(255, 242, 207, 0.62) !important;
    background: linear-gradient(135deg, #6d4311 0%, #925e16 100%) !important;
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
    text-shadow: none !important;
  }

  body.dm-sitewide-codex.dm-area-apologist .dm-header-main .dm-header-actions a.dm-btn-primary *,
  body.dm-sitewide-codex.dm-area-apologist .site-main .entry-content a.dm-btn-primary *,
  body.dm-sitewide-codex.dm-area-apologist .dm-site-footer .dm-footer-action-row a.dm-btn-primary * {
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
    text-shadow: none !important;
  }

  body.dm-sitewide-codex.dm-area-apologist .dm-header-utility-note,
  body.dm-sitewide-codex.dm-area-apologist .dm-header-utility-text,
  body.dm-sitewide-codex.dm-area-apologist .dm-header-utility-note a {
    color: #fff7df !important;
    -webkit-text-fill-color: #fff7df !important;
    text-shadow: none !important;
  }

  body.dm-sitewide-codex.dm-area-apologist .dm-mobile-menu a,
  body.dm-sitewide-codex.dm-area-apologist .dm-mobile-menu .menu-link {
    color: #f6f1e4 !important;
    -webkit-text-fill-color: #f6f1e4 !important;
    background: rgba(8, 11, 16, 0.82) !important;
    border-color: rgba(126, 166, 217, 0.28) !important;
    text-shadow: none !important;
  }

  body.dm-sitewide-codex.dm-area-apologist .dm-mobile-menu .menu-item-featured:not(.menu-item-give) > .menu-link,
  body.dm-sitewide-codex.dm-area-apologist .dm-mobile-menu .menu-item-featured:not(.menu-item-give) > a {
    color: #fff2cf !important;
    -webkit-text-fill-color: #fff2cf !important;
    background: linear-gradient(135deg, rgba(109, 67, 17, 0.56), rgba(146, 94, 22, 0.34)) !important;
    border-color: rgba(240, 209, 138, 0.34) !important;
  }
}
/* WO29269_APOLOGIST_MOBILE_READABILITY_20260512B_END */
