/* Finimize-inspired editorial structure translated into the 51 design system. */
html[data-theme='dark'] body.editorial-page[data-editorial-page='insights'] {
  --latest-yellow: #e8ff35;
  --latest-line: rgba(255, 255, 255, 0.15);
  background: #030303;
}

body.editorial-page[data-editorial-page='insights'] .editorial-main {
  padding-top: 73px;
  background: #030303;
}

.latest-hero {
  padding: 68px 0 52px;
  border-bottom: 1px solid var(--latest-line);
}

.latest-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 72px;
  align-items: end;
}

.latest-kicker {
  display: block;
  margin-bottom: 17px;
  color: #7ea4ff;
  font:
    600 11px/1 'IBM Plex Mono',
    monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.latest-hero h1 {
  color: #f7f7f4;
  font:
    600 clamp(48px, 6vw, 78px) / 0.95 'Sora',
    sans-serif;
  letter-spacing: -0.065em;
}

.latest-hero p {
  max-width: 620px;
  margin-top: 17px;
  color: #9b9da4;
  font-size: 18px;
  line-height: 1.45;
}

.latest-jump {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.latest-jump:hover {
  border-color: var(--latest-yellow);
  background: var(--latest-yellow);
  color: #060606;
}

.latest-topics {
  padding-bottom: 4px;
}

.latest-topics h2,
.latest-trending-head h2 {
  color: #f5f5f2;
  font-size: 19px;
  letter-spacing: -0.03em;
}

.latest-topic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 15px;
  margin-top: 18px;
}

.latest-topic-links a {
  color: #7ea4ff;
  font:
    500 13px/1.2 'IBM Plex Mono',
    monospace;
}

.latest-topic-links a:hover {
  color: var(--latest-yellow);
}

body.editorial-page[data-editorial-page='insights'] .latest-section {
  padding: 42px 0 100px;
  border-bottom-color: var(--latest-line);
}

.latest-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 52px;
  align-items: start;
}

.latest-primary {
  min-width: 0;
}

body.editorial-page[data-editorial-page='insights'] .editorial-section-head {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom-color: var(--latest-line);
}

body.editorial-page[data-editorial-page='insights'] .editorial-section-head h2 {
  color: #f7f7f4;
  font-size: 21px;
  letter-spacing: -0.035em;
}

body.editorial-page[data-editorial-page='insights'] .editorial-section-link {
  color: #858891;
  font:
    500 10px/1 'IBM Plex Mono',
    monospace;
  text-transform: uppercase;
}

body.editorial-page[data-editorial-page='insights'] .editorial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 22px;
}

body.editorial-page[data-editorial-page='insights'] .editorial-card-image {
  aspect-ratio: 1.26 / 1;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  filter: saturate(0.82) contrast(1.05);
}

body.editorial-page[data-editorial-page='insights'] .editorial-card-meta {
  color: #8b8e96;
  font-size: 9px;
}

body.editorial-page[data-editorial-page='insights'] .editorial-card h3 {
  margin-top: 9px;
  color: #f7f7f4;
  font-size: 19px;
  line-height: 1.2;
}

body.editorial-page[data-editorial-page='insights'] .editorial-card h3 span {
  padding: 0 2px;
  background-image: linear-gradient(var(--latest-yellow), var(--latest-yellow));
  background-position: 0 92%;
  background-size: 0 100%;
  color: inherit;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition:
    background-size 180ms ease,
    color 180ms ease;
}

body.editorial-page[data-editorial-page='insights'] .editorial-card:hover h3 span,
body.editorial-page[data-editorial-page='insights'] .editorial-card:focus-within h3 span {
  background-size: 100% 100%;
  color: #060606;
}

body.editorial-page[data-editorial-page='insights'] .editorial-card p {
  margin-top: 9px;
  color: #9699a1;
  font-size: 12px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
}

.latest-trending {
  position: sticky;
  top: 94px;
  padding-left: 25px;
  border-left: 1px solid var(--latest-line);
}

.latest-trending-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--latest-line);
}

.latest-trending-head a {
  color: #6f7480;
  font-size: 11px;
}

.latest-trending ol {
  list-style: none;
}

.latest-trending li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.latest-trending li a {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 10px;
  padding: 16px 0;
}

.latest-trending-index {
  color: #787b83;
  font:
    500 10px/1.4 'IBM Plex Mono',
    monospace;
}

.latest-trending strong {
  display: inline;
  color: #f0f0ed;
  font-size: 13px;
  line-height: 1.28;
  background-image: linear-gradient(var(--latest-yellow), var(--latest-yellow));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition:
    background-size 180ms ease,
    color 180ms ease;
}

.latest-trending a:hover strong {
  background-size: 100% 100%;
  color: #060606;
}

.latest-trending small {
  display: block;
  margin-top: 6px;
  color: #777a83;
  font:
    500 9px/1.35 'IBM Plex Mono',
    monospace;
}

.latest-newsletter {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(126, 164, 255, 0.28);
  background:
    radial-gradient(circle at 100% 0, rgba(0, 87, 217, 0.32), transparent 46%),
    #080a10;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.latest-newsletter::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: #1f6fff;
}

.latest-newsletter > span {
  color: #7ea4ff;
  font:
    600 9px/1 'IBM Plex Mono',
    monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.latest-newsletter h3 {
  max-width: 270px;
  margin-top: 12px;
  color: #fff;
  font-size: 23px;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.latest-newsletter .latest-newsletter-proof {
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.5;
}

.latest-newsletter form {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.latest-newsletter-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.latest-newsletter input,
.latest-newsletter button {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font:
    500 12px/1 'DM Sans',
    sans-serif;
}

.latest-newsletter input {
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
}

.latest-newsletter button {
  border-color: #fff;
  background: #fff;
  color: #050505;
  cursor: pointer;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.latest-newsletter button span {
  display: inline-block;
  margin-left: 8px;
}

.latest-newsletter button:hover {
  border-color: #dbe7ff;
  background: #dbe7ff;
  transform: translateY(-1px);
}

body.editorial-page[data-editorial-page='insights'] .editorial-load-more {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

@media (max-width: 1020px) {
  .latest-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 32px;
  }

  body.editorial-page[data-editorial-page='insights'] .editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.editorial-page[data-editorial-page='insights'] .editorial-main {
    padding-top: 56px;
  }

  .latest-hero {
    padding: 44px 0 38px;
  }

  .latest-hero-grid,
  .latest-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .latest-topics {
    padding-top: 24px;
    border-top: 1px solid var(--latest-line);
  }

  .latest-trending {
    position: static;
    padding-top: 36px;
    padding-left: 0;
    border-top: 1px solid var(--latest-line);
    border-left: 0;
  }

  body.editorial-page[data-editorial-page='insights'] .editorial-grid {
    grid-template-columns: 1fr;
  }

  body.editorial-page[data-editorial-page='insights'] .editorial-card-image {
    aspect-ratio: 16 / 10;
  }
}

/* Literal Finimize surface pass: preserve 51 content, match the source UI. */
html[data-theme='light'] body.editorial-page[data-editorial-page='insights'],
html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .editorial-main,
html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-section {
  --latest-yellow: #efff45;
  --latest-line: #e6e6e6;
  background: #fff !important;
  color: #121212;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .nav {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid #eeeeee !important;
  box-shadow: none !important;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .nav-inner {
  width: 100% !important;
  max-width: none;
  margin-inline: 0 !important;
  padding-inline: 22px;
}

html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .nav
  :is(.nav-logo, .nav-link, .nav-link--active, .nav-mobile-btn) {
  color: #111 !important;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .nav-logo span {
  display: inline !important;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .theme-toggle {
  display: none !important;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-hero h1,
html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-topics h2,
html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .latest-trending-head
  h2,
html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .editorial-card h3,
html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .latest-trending
  strong {
  color: #111 !important;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-hero p,
html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .editorial-card p {
  color: #666b78;
}

html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .latest-hero
  .latest-current,
html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .editorial-card-meta,
html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-trending small,
html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .latest-trending-index {
  color: #6f7480;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-jump {
  border: 2px solid #111;
  color: #111;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-topic-links a {
  color: #244edb;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .editorial-card-image {
  border: 0;
  background: #f3f3f3;
  filter: none;
}

.editorial-card-category {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-trending {
  border-left-color: #e1e1e1;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-trending li,
html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-trending-head {
  border-bottom-color: #e1e1e1;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-newsletter {
  border-color: rgba(0, 87, 217, 0.28);
  background:
    radial-gradient(circle at 100% 0, rgba(0, 87, 217, 0.32), transparent 46%),
    #080a10;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-newsletter h3 {
  color: #fff;
}

html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .latest-newsletter
  input {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
}

html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .latest-newsletter
  button {
  border-color: #fff;
  background: #fff;
  color: #050505;
}

@media (prefers-reduced-motion: reduce) {
  .latest-newsletter button { transition: none; }
  .latest-newsletter button:hover { transform: none; }
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .insights-footer {
  border-top: 1px solid #e6e6e6;
  background: #fff !important;
  color: #111;
}

/* Fidelity correction: use Finimize's compact news-page proportions. */
body.editorial-page[data-editorial-page='insights'] .editorial-main {
  padding-top: 73px;
}

body.editorial-page[data-editorial-page='insights'] .latest-hero {
  padding: 39px 0 18px;
  border-bottom: 0;
}

body.editorial-page[data-editorial-page='insights'] .latest-hero-grid {
  grid-template-columns: minmax(0, 1fr) 352px;
  gap: 62px;
  align-items: start;
}

body.editorial-page[data-editorial-page='insights'] .latest-kicker {
  display: none;
}

body.editorial-page[data-editorial-page='insights'] .latest-hero h1 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.045em;
}

body.editorial-page[data-editorial-page='insights'] .latest-hero p {
  margin-top: 13px;
  font-size: 17px;
}

body.editorial-page[data-editorial-page='insights'] .latest-hero .latest-current {
  margin-top: 12px;
  color: #858891;
  font-size: 14px;
}

body.editorial-page[data-editorial-page='insights'] .latest-jump {
  min-height: 34px;
  margin-top: 14px;
  padding: 0 13px;
  font-size: 11px;
}

body.editorial-page[data-editorial-page='insights'] .latest-topics {
  padding-top: 14px;
}

body.editorial-page[data-editorial-page='insights'] .latest-topics h2 {
  font-size: 20px;
}

body.editorial-page[data-editorial-page='insights'] .latest-topic-links {
  gap: 12px 14px;
  margin-top: 20px;
}

body.editorial-page[data-editorial-page='insights'] .latest-section {
  padding: 18px 0 96px;
}

body.editorial-page[data-editorial-page='insights'] .latest-layout {
  grid-template-columns: minmax(0, 800px) minmax(0, 1fr);
  gap: 48px;
}

body.editorial-page[data-editorial-page='insights'] .insights-latest-head {
  display: none;
}

body.editorial-page[data-editorial-page='insights'] .editorial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 24px;
}

body.editorial-page[data-editorial-page='insights'] .editorial-card-image {
  aspect-ratio: 1.58 / 1;
  margin-bottom: 14px;
}

body.editorial-page[data-editorial-page='insights'] .editorial-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

body.editorial-page[data-editorial-page='insights'] .editorial-card p {
  font-size: 13px;
  -webkit-line-clamp: 3;
}

body.editorial-page[data-editorial-page='insights'] .latest-trending {
  top: 92px;
  padding-left: 24px;
}

@media (max-width: 1020px) {
  body.editorial-page[data-editorial-page='insights'] .latest-hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 38px;
  }

  body.editorial-page[data-editorial-page='insights'] .latest-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 30px;
  }

  body.editorial-page[data-editorial-page='insights'] .editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.editorial-page[data-editorial-page='insights'] .editorial-main {
    padding-top: 56px;
  }

  body.editorial-page[data-editorial-page='insights'] .latest-hero {
    padding: 34px 0 28px;
  }

  body.editorial-page[data-editorial-page='insights'] .latest-hero-grid,
  body.editorial-page[data-editorial-page='insights'] .latest-layout {
    grid-template-columns: 1fr;
  }

  body.editorial-page[data-editorial-page='insights'] .latest-topics {
    padding-top: 22px;
  }

  body.editorial-page[data-editorial-page='insights'] .latest-section {
    padding-top: 0;
  }

  body.editorial-page[data-editorial-page='insights'] .editorial-grid {
    grid-template-columns: 1fr;
  }
}

/* Finish pass: denser, filterable Finimize-style editorial catalogue. */
@media (min-width: 1021px) {
  html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .nav-inner {
    padding-inline: 40px 48px;
  }

  html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .nav-mobile-btn {
    display: none !important;
  }
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-topics {
  padding-top: 21px;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .latest-topic-links a {
  text-decoration: none;
}

html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .latest-topic-links
  a:hover,
html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .latest-topic-links
  a:focus-visible,
html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .latest-topic-links
  a[aria-current='page'] {
  color: #111;
  background: #efff45;
  outline: none;
}

.latest-topic-reset {
  display: inline-flex;
  margin-top: 15px;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.latest-topic-reset[hidden] {
  display: none !important;
}

.latest-topic-reset:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

body.editorial-page[data-editorial-page='insights'] .latest-layout {
  gap: 40px;
}

body.editorial-page[data-editorial-page='insights'] .editorial-grid {
  column-gap: 32px;
  row-gap: 32px;
}

body.editorial-page[data-editorial-page='insights'] .editorial-card-main {
  display: block;
}

body.editorial-page[data-editorial-page='insights'] .editorial-card p {
  min-height: 58px;
  -webkit-line-clamp: 3;
}

.editorial-card-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 12px;
  margin-top: 12px;
  color: #6f7480;
  font-size: 10px;
  line-height: 1.35;
}

.editorial-card-credit {
  white-space: nowrap;
}

.editorial-card-topics {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 7px;
}

.editorial-card-topic {
  color: #244edb;
  font-family: 'IBM Plex Mono', monospace;
  text-decoration: none;
}

.editorial-card-topic:hover,
.editorial-card-topic:focus-visible {
  color: #111;
  background: #efff45;
  outline: none;
}

html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .editorial-card:hover
  h3
  span,
html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .editorial-card:focus-within
  h3
  span {
  background-image: linear-gradient(#efff45, #efff45) !important;
  background-size: 100% 100% !important;
  color: #111 !important;
}

html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .editorial-card
  a:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  body.editorial-page[data-editorial-page='insights'] .editorial-card p {
    min-height: 0;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .nav-links {
    display: none !important;
  }

  html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .nav-mobile-btn {
    display: inline-flex !important;
    width: 44px;
    min-height: 44px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  body.editorial-page[data-editorial-page='insights'] .latest-layout {
    grid-template-columns: 1fr;
  }

  body.editorial-page[data-editorial-page='insights'] .latest-trending {
    position: static;
    padding-top: 32px;
    padding-left: 0;
    border-top: 1px solid #e1e1e1;
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.editorial-page[data-editorial-page='insights'] .editorial-card h3 span,
  .editorial-card-topic {
    transition: none;
  }
}

/* Complete publication archive controls. */
.editorial-archive-controls {
  display: grid;
  gap: 14px;
  margin: -4px 0 30px;
}

.editorial-search {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  border-bottom: 1px solid var(--latest-line);
}

.editorial-search svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-right: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.editorial-search input {
  width: 100%;
  min-width: 0;
  padding: 13px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font-size: 15px;
}

.editorial-search input::placeholder {
  color: #777a83;
}

.editorial-search button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.editorial-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.editorial-category-filters button {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--latest-line);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.editorial-category-filters button:hover,
.editorial-category-filters button[aria-pressed='true'] {
  border-color: var(--latest-yellow);
  background: var(--latest-yellow);
  color: #080808;
}

html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .editorial-search {
  color: #111;
}

html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .editorial-category-filters
  button {
  border-color: #d8d8d8;
  color: #272727;
}

html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .editorial-category-filters
  button:hover,
html[data-theme='light']
  body.editorial-page[data-editorial-page='insights']
  .editorial-category-filters
  button[aria-pressed='true'] {
  border-color: #111;
  background: #111;
  color: #fff;
}

@media (max-width: 560px) {
  .editorial-category-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-category-filters button {
    width: 100%;
  }
}
