/* =========================================
     WCAG 2.2 BLOG PAGE FIXES
     ========================================= */
  
  /* 1. Page Header Contrast */
  .page-header-box h1,
  .breadcrumb-item a,
  .breadcrumb-item.active {
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
    color: var(--white-color) !important;
  }

  /* 2. Pagination Active State (WCAG 1.4.1) */
  .page-pagination .pagination .active a {
    font-weight: bold !important;
    text-decoration: underline !important;
  }
