.filter-summary-row .summary-popular {
  display: none !important;
}

body[data-page="category"] .news-card .badge.agency {
  background: #eef2ff;
  color: #243c8f;
}

body[data-page="category"] .news-card .badge.deadline {
  background: #f1f5f9;
  color: #526173;
}

body[data-page="category"] .news-card .policy-highlight {
  color: #374151;
}

@media (max-width: 759px) {
  body[data-page="category"] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  body[data-page="category"] .brand-copy strong,
  body[data-page="category"] .category-tabs a,
  body[data-page="category"] .filter-summary-row button,
  body[data-page="category"] .app-list-card .badge,
  body[data-page="category"] .app-list-card h3,
  body[data-page="category"] .app-list-card .policy-facts dt {
    font-weight: 820;
  }

  body[data-page="category"] .brand-copy strong {
    font-size: 24px;
  }

  body[data-page="category"] .category-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 44px;
    align-items: center;
    gap: 6px;
    overflow: visible;
    padding: 8px 12px 10px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #d8e0ec;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.08);
  }

  body[data-page="category"] .category-tabs a,
  body[data-page="category"] .category-tabs .official-links-tab-button {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    height: 42px;
    align-self: center;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7e1ef;
    border-radius: 999px;
    background: #f7faff;
    color: #253041;
    padding: 0 7px;
    font-size: 15px;
    line-height: 1.12;
    font-weight: 860;
    text-align: center;
    white-space: nowrap;
    box-shadow: inset 0 -1px 0 rgba(37, 99, 235, 0.05);
  }

  body[data-page="category"] .category-tabs .official-links-tab-button {
    appearance: none;
    font-family: inherit;
  }

  body[data-page="category"] .category-tabs a.active {
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 7px 16px rgba(37, 99, 235, 0.24);
  }

  body[data-page="category"] .category-tabs a.active::after {
    display: none;
  }

  body[data-page="category"] .category-tabs a:focus-visible,
  body[data-page="category"] .category-tabs .official-links-tab-button:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.28);
    outline-offset: 2px;
  }

  body[data-page="category"] .filter-summary-row {
    padding-top: 8px;
  }

  body[data-page="category"] .filter-summary-row button {
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 10px 17px;
    font-size: 17px;
    line-height: 1;
  }

  body[data-page="category"] .summary-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  body[data-page="category"] .summary-icon.map::before {
    left: 6px;
    top: 4px;
    width: 16px;
    height: 16px;
    inset: auto;
  }

  body[data-page="category"] .summary-icon.user::before {
    top: 3px;
    left: 9px;
    width: 10px;
    height: 10px;
    box-shadow: 0 11px 0 5px rgba(95, 103, 114, 0.18);
  }

  body[data-page="category"] .policy-card.app-list-card {
    padding: 18px 17px 17px;
  }

  body[data-page="category"] .app-list-card .policy-body {
    gap: 11px;
  }

  body[data-page="category"] .app-list-card .badge {
    font-size: 14px;
    line-height: 1.15;
  }

  body[data-page="category"] .app-list-card h3 {
    font-size: 23px;
    line-height: 1.36;
    letter-spacing: 0;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  body[data-page="category"] .app-list-card .policy-highlight {
    color: #7f2d2d;
    font-size: 18px;
    line-height: 1.58;
    font-weight: 720;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  body[data-page="category"] .news-card .policy-highlight {
    color: #374151;
    font-weight: 650;
  }

  body[data-page="category"] .app-list-card .policy-facts {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 8px 12px;
    font-size: 17px;
    line-height: 1.48;
  }

  body[data-page="category"] .app-list-card .policy-facts dd {
    color: #2f3744;
    font-weight: 720;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
