/* =========================================================
   ARCHIVIO CATEGORIA - category.php
   Dì Salute / Astra child
   ========================================================= */

body.category {
  --color-accent-accessible: #557F1A;
}

body.category .site-content > .ast-container,
body.category .site-content #primary,
body.category .site-content .content-area {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: #ffffff;
}

body.category .site-content > .ast-container {
  display: block;
}

body.category .site-content #primary,
body.category .site-content .content-area {
  padding: 0;
}

body.category .ds-category-archive {
  width: 100%;
  padding: 0 0 4rem;
  background: var(--color-bg-primary);
}

body.category .ds-category-archive__container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 7%;
}

body.category .ds-category-archive .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* =========================================================
   Header archivio
   ========================================================= */

body.category .ds-category-archive__header {
  margin: 0 0 80px;
  padding: 0;
}

body.category .ds-category-archive__title {
  display: block;
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(1.55rem, 2.15vw, 2.35rem);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-heading);
}

body.category .ds-category-archive__title::before {
  content: "";
  display: block;
  width: 64px;
  height: 6px;
  margin: 0 0 8px;
  background: var(--color-accent);
}

/* =========================================================
   Layout sezioni
   ========================================================= */

body.category .ds-category-section {
  margin: 0;
  padding: 0;
  border: 0;
}

body.category .ds-category-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(300px, 0.62fr);
  column-gap: clamp(28px, 3.2vw, 52px);
  row-gap: 36px;
  align-items: start;
}

body.category .ds-category-feature-grid {
  grid-column: 1 / 3;
  grid-row: 1;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  min-width: 0;
}

body.category .ds-category-popular-stack {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 0;
  border: 0;
}

body.category .ds-category-section--media {
  margin-top: 80px;
}

body.category .ds-category-section--text {
  margin-top: 80px;
  padding-top: 58px;
  border-top: 1px solid var(--color-border);
}

body.category .ds-category-media-grid,
body.category .ds-category-text-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 20px;
  align-items: start;
}

body.category .ds-category-media-grid {
  row-gap: 20px;
}

body.category .ds-category-text-grid {
  row-gap: 44px;
}

/* =========================================================
   Card base
   ========================================================= */

body.category .ds-category-card {
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.category .ds-category-card__media-link,
body.category .ds-category-card__title-link {
  color: inherit;
  text-decoration: none;
}

body.category .ds-category-card__media-link {
  display: block;
  width: 100%;
  margin: 0 0 14px;
}

body.category .ds-category-card__media-link:focus-visible,
body.category .ds-category-card__title-link:focus-visible,
body.category .ds-category-card__category:focus-visible,
body.category .ds-category-card__byline-author:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 4px;
}

body.category .ds-category-card__media,
body.category .ds-category-card__image,
body.category .ds-category-card__placeholder {
  border-radius: 5px;
}

body.category .ds-category-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 707 / 430;
  margin: 0;
  overflow: hidden;
  background: var(--color-bg-secondary);
}

body.category .ds-category-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

body.category .ds-category-card__placeholder {
  background: linear-gradient(135deg, rgba(23, 71, 149, 0.1), rgba(134, 182, 47, 0.14)),
    var(--color-bg-secondary);
}

body.category .ds-category-card__content {
  display: block;
  min-width: 0;
}

body.category .ds-category-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem;
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #5b5b5b;
}

body.category .ds-category-card__categories {
  display: inline;
  min-width: 0;
}

body.category .ds-category-card__category,
body.category .ds-category-card__category a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-brand-primary);
  text-decoration: none;
}

body.category .ds-category-card__category:hover,
body.category .ds-category-card__category:focus-visible {
  color: var(--color-brand-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.category .ds-category-card__comma,
body.category .ds-category-card__separator,
body.category .ds-category-card__date,
body.category .ds-category-card__reading-time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #5b5b5b;
}

body.category .ds-category-card__title {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.014em;
  color: #000000;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  text-wrap: balance;
}

body.category .ds-category-card__title-link:hover,
body.category .ds-category-card__title-link:focus-visible {
  color: var(--color-brand-primary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

body.category .ds-category-card__excerpt {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4a4a4a;
}

body.category .ds-category-card--featured .ds-category-card__excerpt {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

body.category .ds-category-card__byline {
  margin: 13px 0 0;
  font-family: var(--font-ui);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: var(--color-brand-primary);
}

body.category .ds-category-card__byline-label {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #5b5b5b;
}

body.category .ds-category-card__byline-author {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-brand-primary);
  text-decoration: none;
}

body.category a.ds-category-card__byline-author:hover,
body.category a.ds-category-card__byline-author:focus-visible {
  color: var(--color-brand-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.category .ds-category-card__media-link:hover .ds-category-card__image,
body.category .ds-category-card__media-link:focus-visible .ds-category-card__image {
  transform: scale(1.035);
}

/* =========================================================
   Varianti card
   ========================================================= */

body.category .ds-category-card--featured .ds-category-card__title {
  margin: 0.62rem 0 0.85rem;
  font-size: clamp(1.42rem, 2vw, 1.82rem);
  line-height: 1.14;
}

body.category .ds-category-card--compact .ds-category-card__title {
  font-size: clamp(1.18rem, 1.55vw, 1.45rem);
  line-height: 1.18;
}

body.category .ds-category-card--compact .ds-category-card__excerpt {
  margin-top: 0.34rem;
  line-height: 1.46;
}

body.category .ds-category-card--text .ds-category-card__title {
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.18;
}

body.category .ds-category-card--text .ds-category-card__byline {
  margin-top: 10px;
}

body.category .ds-category-section--media .ds-category-card--compact .ds-category-card__media-link {
  margin-bottom: 18px;
}

body.category .ds-category-section--media .ds-category-card--compact .ds-category-card__title {
  margin: 0.48rem 0 0.62rem;
  font-size: clamp(1.2rem, 1.55vw, 1.45rem);
  line-height: 1.2;
}

/* =========================================================
   Più letti
   ========================================================= */

body.category .ds-category-popular-stack__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
}

body.category .ds-category-popular-stack__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.3rem 0.72rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #ffffff;
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  color: var(--color-brand-primary);
  text-transform: uppercase;
}

body.category .ds-category-popular-stack__kicker::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--color-accent);
}

body.category .ds-category-card--popular {
  position: relative;
  min-height: 112px;
  margin: 0;
  padding: 14px 38px 14px 76px;
  border: 1px solid rgba(217, 217, 217, 0.95);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.045);
}

body.category .ds-category-card--popular::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 60px;
  width: 1px;
  background: var(--color-border);
}

body.category .ds-category-card--popular::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 12px;
  height: 18px;
  background: rgba(134, 182, 47, 0.72);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
}

body.category .ds-category-card__rank {
  position: absolute;
  top: 15px;
  left: 14px;
  width: 36px;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 2.1vw, 2.35rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: rgba(134, 182, 47, 0.78);
  text-align: left;
}

body.category .ds-category-card--popular .ds-category-card__title {
  margin: 0;
  font-size: clamp(1rem, 1.08vw, 1.18rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.012em;
  text-wrap: balance;
}

body.category .ds-category-card--popular .ds-category-card__byline,
body.category .ds-category-card--popular .ds-category-card__byline-label,
body.category .ds-category-card--popular .ds-category-card__byline-author {
  font-size: 12.5px;
  line-height: 1.22;
}

body.category .ds-category-card--popular .ds-category-card__byline {
  letter-spacing: 0.045em;
}

body.category .ds-category-card--popular .ds-category-card__byline-label {
  color: var(--color-text-secondary);
}

body.category .ds-category-card--popular .ds-category-card__byline-author {
  color: var(--color-brand-primary);
}

/* =========================================================
   Paginazione / empty state
   ========================================================= */

body.category .ds-category-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space-xs);
  margin: 36px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--color-border);
  font-family: var(--font-ui);
  font-size: var(--fs-meta);
  line-height: 1.2;
}

body.category .ds-category-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--color-border);
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
  text-decoration: none;
}

body.category .ds-category-pagination .page-numbers.current {
  border-color: var(--color-brand-primary);
  background: var(--color-brand-primary);
  color: #ffffff;
  font-weight: 700;
}

body.category .ds-category-pagination a.page-numbers:hover,
body.category .ds-category-pagination a.page-numbers:focus-visible {
  border-color: var(--color-accent);
  color: var(--color-brand-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.category .ds-category-pagination a.page-numbers:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 3px;
}

body.category .ds-category-archive__empty {
  margin: 2rem 0 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text-primary);
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1280px) {
body.category .ds-category-top-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 0.7fr);
    column-gap: 32px;
  }

  body.category .ds-category-card--popular {
    padding: 13px 34px 13px 70px;
  }

  body.category .ds-category-card--popular::before {
    left: 55px;
  }

  body.category .ds-category-card__rank {
    left: 13px;
    width: 32px;
    font-size: clamp(1.65rem, 2.6vw, 2.18rem);
  }

  body.category .ds-category-card--popular .ds-category-card__title {
    font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  }
}

@media (max-width: 1180px) {
body.category .ds-category-archive__container {
    padding-inline: 32px;
  }

  body.category .ds-category-top-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
  }

  body.category .ds-category-feature-grid {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  body.category .ds-category-popular-stack {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  body.category .ds-category-popular-stack__heading {
    grid-column: 1 / -1;
    margin-bottom: 2px;
  }

  body.category .ds-category-media-grid,
  body.category .ds-category-text-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
body.category .ds-category-popular-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  body.category .ds-category-card--popular {
    min-height: auto;
  }
}

@media (max-width: 640px) {
body.category .ds-category-archive {
    padding-bottom: 3rem;
  }

  body.category .ds-category-archive__container {
    padding-inline: 16px;
  }

  body.category .ds-category-archive__header {
    margin-bottom: 20px;
    text-align: center;
  }

  body.category .ds-category-archive__title {
    font-size: 1.25rem;
    line-height: 1.15;
  }

  body.category .ds-category-archive__title::before {
    width: 52px;
    margin-inline: auto;
    margin-bottom: 10px;
  }

  body.category .ds-category-top-grid,
  body.category .ds-category-feature-grid,
  body.category .ds-category-media-grid,
  body.category .ds-category-text-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.category .ds-category-feature-grid,
  body.category .ds-category-popular-stack {
    grid-column: auto;
    grid-row: auto;
  }

  body.category .ds-category-popular-stack {
    gap: 14px;
  }

  body.category .ds-category-section--media {
    margin-top: 52px;
  }

  body.category .ds-category-section--text {
    margin-top: 40px;
    padding-top: 30px;
  }

  body.category .ds-category-card__media {
    aspect-ratio: 4 / 3;
  }

  body.category .ds-category-card__media-link {
    margin-bottom: 12px;
  }

  body.category .ds-category-section--media .ds-category-card--compact .ds-category-card__media-link {
    margin-bottom: 14px;
  }

  body.category .ds-category-card--featured .ds-category-card__title,{
    font-size: 26px;
    line-height: 1.22;
  }
  body.category .ds-category-card--compact .ds-category-card__title,
  body.category .ds-category-card--text .ds-category-card__title {
    font-size: 1.22rem;
    line-height: 1.2;
  }

  body.category .ds-category-section--media .ds-category-card--compact .ds-category-card__title {
    margin: 0.35rem 0 0.5rem;
    font-size: 26px;
    line-height: 1.22;
  }

  body.category .ds-category-card--popular {
    padding: 13px 34px 13px 68px;
  }

  body.category .ds-category-card--popular::before {
    top: 13px;
    bottom: 13px;
    left: 53px;
  }

  body.category .ds-category-card--popular::after {
    right: 14px;
    bottom: 14px;
    width: 11px;
    height: 17px;
  }

  body.category .ds-category-card__rank {
    top: 13px;
    left: 12px;
    width: 31px;
    font-size: 2rem;
  }

  body.category .ds-category-card--popular .ds-category-card__title {
    font-size: 1.06rem;
    line-height: 1.13;
  }

  body.category .ds-category-popular-stack__heading {
    margin: 0 0 4px;
    text-align: left;
  }

  body.category .ds-category-popular-stack__kicker {
    min-height: 26px;
    font-size: 0.72rem;
  }

  body.category .ds-category-card--featured,
  body.category .ds-category-card--compact,
  body.category .ds-category-card--text {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-border);
  }

  body.category .ds-category-feature-grid > .ds-category-card:last-child,
  body.category .ds-category-media-grid > .ds-category-card:last-child,
  body.category .ds-category-text-grid > .ds-category-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  body.category .ds-category-pagination {
    margin-top: 28px;
    padding-top: 24px;
  }

  body.category .ds-category-pagination .page-numbers {
    min-width: 36px;
    min-height: 36px;
    padding: 0.4rem 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
body.category .ds-category-card__image {
    transition: none;
  }

  body.category .ds-category-card__media-link:hover .ds-category-card__image,
  body.category .ds-category-card__media-link:focus-visible .ds-category-card__image {
    transform: none;
  }
}

/* =========================================================
   Fascia autore tra seconda e terza riga archivio categoria
   Variante compatta: 2 articoli pseudo-random
   Verde accessibile: #557F1A, contrasto AA su bianco
   ========================================================= */

body.category .ds-category-section--author-strip {
  margin-top: 64px;
  margin-bottom: 84px;
  padding: 30px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

body.category .ds-category-author-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  min-width: 0;
}

body.category .ds-category-author-strip::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--color-border);
  transform: translateX(-0.5px);
  pointer-events: none;
}

body.category .ds-category-author-strip__item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0 clamp(32px, 4vw, 56px) 0 0;
}

body.category .ds-category-author-strip__item:nth-child(n/**/+3) {
  display: none;
}

body.category .ds-category-author-strip__item + .ds-category-author-strip__item {
  padding-right: 0;
  padding-left: clamp(32px, 4vw, 56px);
  border-left: 0;
}

body.category .ds-category-author-strip__media {
  display: block;
  width: 86px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 999px;
  background: var(--color-bg-secondary);
  text-decoration: none;
}

body.category .ds-category-author-strip__image,
body.category .ds-category-author-strip__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

body.category .ds-category-author-strip__image {
  object-fit: cover;
}

body.category .ds-category-author-strip__placeholder {
  background: radial-gradient(circle at 50% 36%, rgba(23, 71, 149, 0.2) 0 19%, transparent 20%),
    radial-gradient(circle at 50% 80%, rgba(23, 71, 149, 0.2) 0 31%, transparent 32%),
    linear-gradient(135deg, rgba(23, 71, 149, 0.08), rgba(134, 182, 47, 0.16)),
    var(--color-bg-secondary);
}

body.category .ds-category-author-strip__content {
  min-width: 0;
}

body.category .ds-category-author-strip__author {
  display: inline-block;
  margin: 0 0 5px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.08;
  color: var(--color-accent-accessible, #557F1A);
  text-decoration: none;
}

body.category .ds-category-author-strip__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.12rem, 1.35vw, 1.45rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.016em;
  color: var(--color-heading);
  text-wrap: balance;
}

body.category .ds-category-author-strip__title-link {
  color: inherit;
  text-decoration: none;
}

body.category .ds-category-author-strip__author:hover,
body.category .ds-category-author-strip__author:focus-visible,
body.category .ds-category-author-strip__title-link:hover,
body.category .ds-category-author-strip__title-link:focus-visible {
  color: var(--color-brand-primary);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

body.category .ds-category-author-strip__media:focus-visible,
body.category .ds-category-author-strip__author:focus-visible,
body.category .ds-category-author-strip__title-link:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 4px;
}

body.category .ds-category-section--author-strip + .ds-category-section--text {
  margin-top: 50px;
  padding-top: 0;
  border-top: 0;
}

/* Nasconde "A cura di:" solo nelle card Più letti */

body.category .ds-category-card--popular .ds-category-card__byline-label {
  display: none;
}

body.category .ds-category-card--popular .ds-category-card__byline {
  margin-top: 0.7rem;
}

body.category .ds-category-card--popular .ds-category-card__byline-author {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
body.category .ds-category-author-strip__item {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 16px;
    padding-right: 32px;
  }

  body.category .ds-category-author-strip__item + .ds-category-author-strip__item {
    padding-right: 0;
    padding-left: 32px;
  }

  body.category .ds-category-author-strip__media {
    width: 78px;
  }
}

@media (max-width: 760px) {
body.category .ds-category-section--author-strip {
    margin-top: 48px;
    margin-bottom: 56px;
    padding: 0;
  }

  body.category .ds-category-author-strip {
    display: block;
    max-width: none;
  }

  body.category .ds-category-author-strip::before {
    display: none;
  }

  body.category .ds-category-author-strip__item,
  body.category .ds-category-author-strip__item + .ds-category-author-strip__item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }

  body.category .ds-category-author-strip__item:first-child {
    border-top: 0;
  }

  body.category .ds-category-author-strip__media {
    width: 72px;
  }

  body.category .ds-category-section--author-strip + .ds-category-section--text {
    margin-top: 36px;
  }
}

@media (max-width: 480px) {
body.category .ds-category-section--author-strip {
    margin-top: 36px;
    margin-bottom: 44px;
  }

  body.category .ds-category-author-strip__item,
  body.category .ds-category-author-strip__item + .ds-category-author-strip__item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 13px;
    padding: 15px 0;
  }

  body.category .ds-category-author-strip__media {
    width: 64px;
  }

  body.category .ds-category-author-strip__author {
    margin-bottom: 4px;
    font-size: 17px;
    color: var(--color-accent-accessible, #557F1A);
  }

  body.category .ds-category-author-strip__title {
    font-size: 1.08rem;
    line-height: 1.14;
  }
}
/* =========================================================
   Mobile archivio categoria - size titoli
   Desktop invariato
   ========================================================= */

@media (max-width: 640px) {
  body.category .ds-category-feature-grid > .ds-category-card--featured .ds-category-card__title {
    font-size: 26px !important;
    line-height: 1.18;
  }

  body.category .ds-category-author-strip__title {
    font-size: 20px !important;
    line-height: 1.16;
  }
}
