.wpq-whats-new-shell {
  display: grid;
  gap: 34px;
  padding-bottom: 88px;
}

.wpq-whats-new-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: var(--wpq-space-8);
  align-items: center;
  padding: var(--wpq-space-2) 0 var(--wpq-space-1);
}

.wpq-whats-new-hero__copy {
  display: grid;
  gap: var(--wpq-space-4);
}

.wpq-whats-new-hero h1 {
  margin: 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) clamp(2.72rem, 4.2vw, 4.2rem)/1.06 var(--wpq-font-ui);
  letter-spacing: var(--wpq-tracking-default);
}

.wpq-whats-new-hero__lead {
  margin: 0;
  max-width: 41rem;
  color: var(--wpq-ink-soft);
  font: var(--wpq-weight-bold) var(--wpq-page-hero-lead-size)/var(--wpq-page-hero-lead-line) var(--wpq-font-ui);
}

.wpq-whats-new-hero__media {
  min-width: 0;
}

.wpq-whats-new-hero__placeholder {
  display: grid;
  place-items: center;
  min-height: 300px;
  border-radius: 12px;
  background: transparent;
  border: 0;
}

.wpq-whats-new-hero__placeholder img {
  display: block;
  width: min(100%, 620px);
  height: auto;
  object-fit: contain;
}

.wpq-whats-new-hero__placeholder-card {
  position: relative;
  width: min(100%, 448px);
  min-height: 228px;
  padding: 26px 28px 34px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 48px rgba(21, 64, 142, 0.08);
}

.wpq-whats-new-hero__placeholder-line,
.wpq-whats-new-hero__placeholder-row {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(110, 151, 238, 0.36), rgba(110, 151, 238, 0.16));
}

.wpq-whats-new-hero__placeholder-line {
  height: 16px;
  margin-top: var(--wpq-space-4);
}

.wpq-whats-new-hero__placeholder-line--short {
  width: 34%;
  margin-top: 0;
}

.wpq-whats-new-hero__placeholder-line--medium {
  width: 58%;
}

.wpq-whats-new-hero__placeholder-row {
  width: 72%;
  height: 12px;
  margin-top: 22px;
}

.wpq-whats-new-hero__placeholder-row + .wpq-whats-new-hero__placeholder-row {
  margin-top: var(--wpq-space-4);
}

.wpq-whats-new-hero__placeholder-refresh {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--wpq-color-blue), #0f59e6);
  box-shadow: 0 18px 36px rgba(26, 72, 158, 0.16);
}

.wpq-whats-new-hero__placeholder-refresh::before,
.wpq-whats-new-hero__placeholder-refresh::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

.wpq-whats-new-hero__placeholder-refresh::before {
  width: 40px;
  height: 40px;
  border: 4px solid var(--wpq-color-surface);
  border-right-color: transparent;
  border-radius: 999px;
}

.wpq-whats-new-hero__placeholder-refresh::after {
  width: 12px;
  height: 12px;
  top: 18px;
  right: 20px;
  border-top: 4px solid var(--wpq-color-surface);
  border-right: 4px solid var(--wpq-color-surface);
  transform: rotate(16deg);
}

.wpq-whats-new-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--wpq-space-3-5);
}

.wpq-whats-new-summary-card {
  display: grid;
  gap: var(--wpq-space-2);
  padding: var(--wpq-space-4-5) var(--wpq-space-4-5) var(--wpq-space-5);
  border: 1px solid rgba(122, 153, 220, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(18, 54, 122, 0.05);
}

.wpq-whats-new-summary-card__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}

.wpq-whats-new-summary-card__icon svg {
  width: 28px;
  height: 28px;
}

.wpq-whats-new-summary-card--blue .wpq-whats-new-summary-card__icon { background: var(--wpq-color-blue-subtle); color: var(--wpq-color-blue); }
.wpq-whats-new-summary-card--green .wpq-whats-new-summary-card__icon { background: var(--wpq-color-green-subtle); color: var(--wpq-color-green); }
.wpq-whats-new-summary-card--amber .wpq-whats-new-summary-card__icon { background: var(--wpq-color-orange-subtle); color: var(--wpq-color-orange); }
.wpq-whats-new-summary-card--violet .wpq-whats-new-summary-card__icon { background: var(--wpq-color-violet-subtle); color: var(--wpq-color-violet); }
.wpq-whats-new-summary-card--sky .wpq-whats-new-summary-card__icon { background: var(--wpq-color-blue-subtle); color: var(--wpq-color-blue); }

.wpq-whats-new-summary-card__label,
.wpq-whats-new-summary-card__note,
.wpq-whats-new-summary__footnote {
  margin: 0;
}

.wpq-whats-new-summary-card__label {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-section)/1.4 var(--wpq-font-ui);
}

.wpq-whats-new-summary-card__count {
  display: inline-flex;
  align-items: flex-end;
  gap: var(--wpq-space-1-5);
  margin: 0;
  color: var(--wpq-ink);
}

.wpq-whats-new-summary-card__count strong {
  font: var(--wpq-weight-bold) var(--wpq-type-page-desktop)/1 var(--wpq-font-ui);
}

.wpq-whats-new-summary-card__count span {
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.4 var(--wpq-font-ui);
}

.wpq-whats-new-summary-card__note {
  color: #617493;
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.7 var(--wpq-font-ui);
}

.wpq-whats-new-summary__footnote {
  color: var(--wpq-color-muted);
  font: var(--wpq-weight-bold) var(--wpq-type-body)/1.65 var(--wpq-font-ui);
}

.wpq-whats-new-main {
  display: grid;
  grid-template-columns: minmax(0, 1.86fr) minmax(280px, 0.82fr);
  gap: var(--wpq-space-6);
  align-items: start;
}

.wpq-whats-new-timeline-panel,
.wpq-whats-new-side-card {
  border: 1px solid rgba(122, 153, 220, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 46px rgba(18, 54, 122, 0.05);
}

.wpq-whats-new-timeline-panel {
  display: grid;
  gap: var(--wpq-space-4-5);
  padding: var(--wpq-space-4-5) var(--wpq-space-4-5) var(--wpq-space-5);
}

.wpq-whats-new-timeline-panel__top {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wpq-space-4);
  align-items: center;
  justify-content: space-between;
}

.wpq-whats-new-section-lead {
  display: grid;
  gap: var(--wpq-space-1-5);
}

.wpq-whats-new-section-lead h2,
.wpq-whats-new-section-lead p {
  margin: 0;
}

.wpq-whats-new-section-lead h2 {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-section)/1.4 var(--wpq-font-ui);
}

.wpq-whats-new-section-lead p {
  color: var(--wpq-color-muted);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.72 var(--wpq-font-ui);
}

.wpq-whats-new-search input {
  border: 1px solid var(--wpq-color-line);
  border-radius: 10px;
  background: var(--wpq-color-surface);
  color: #16326e;
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.4 var(--wpq-font-ui);
}

.wpq-whats-new-filter .wpq-archive-sort__select {
  min-width: 176px;
}

.wpq-whats-new-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
}

.wpq-whats-new-search input {
  min-width: 0;
  height: 56px;
  padding: 0 var(--wpq-space-4-5);
  border-right: 0;
  border-radius: 10px 0 0 10px;
}

.wpq-whats-new-search button {
  border: 0;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(180deg, #2c6cff, #1654d5);
  color: var(--wpq-color-surface);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 22px rgba(31, 86, 210, 0.16);
}

.wpq-whats-new-search button svg {
  width: 22px;
  height: 22px;
}

.wpq-whats-new-empty {
  display: grid;
  gap: var(--wpq-space-2);
  padding: 34px var(--wpq-space-5);
  border-radius: 12px;
  background: var(--wpq-color-surface-subtle);
  text-align: center;
}

.wpq-whats-new-empty h2,
.wpq-whats-new-empty p {
  margin: 0;
}

.wpq-whats-new-empty h2 {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-heading)/1.45 var(--wpq-font-ui);
}

.wpq-whats-new-empty p {
  color: var(--wpq-color-muted);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.72 var(--wpq-font-ui);
}

.wpq-whats-new-timeline {
  display: grid;
  gap: var(--wpq-space-3-5);
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-whats-new-entry {
  display: grid;
  grid-template-columns: 116px 28px minmax(0, 1fr);
  gap: var(--wpq-space-4);
  align-items: stretch;
}

.wpq-whats-new-entry__date {
  position: relative;
  display: grid;
  justify-items: end;
  gap: var(--wpq-space-1);
  padding-top: var(--wpq-space-3-5);
  color: #233c71;
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.45 var(--wpq-font-ui);
}

.wpq-whats-new-entry__date span {
  color: var(--wpq-color-muted);
  font-size: var(--wpq-type-copy-strong);
}

.wpq-whats-new-entry__dot {
  position: relative;
  display: block;
}

.wpq-whats-new-entry__dot::before,
.wpq-whats-new-entry__dot::after {
  content: "";
  position: absolute;
  left: 12px;
}

.wpq-whats-new-entry__dot::before {
  top: 0;
  bottom: -16px;
  width: 2px;
  background: linear-gradient(180deg, rgba(87, 130, 225, 0.26), rgba(87, 130, 225, 0.08));
}

.wpq-whats-new-entry:last-child .wpq-whats-new-entry__dot::before {
  bottom: 18px;
}

.wpq-whats-new-entry__dot::after {
  top: 22px;
  width: 12px;
  height: 12px;
  margin-left: -5px;
  border: 3px solid var(--wpq-color-surface);
  border-radius: 999px;
  background: #2c6cff;
  box-shadow: 0 0 0 1px rgba(44, 108, 255, 0.24);
}

.wpq-whats-new-entry__card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: var(--wpq-space-4);
  align-items: center;
  padding: var(--wpq-space-4-5) var(--wpq-space-4-5) var(--wpq-space-4-5) var(--wpq-space-4);
  border: 1px solid rgba(209, 223, 244, 0.98);
  border-radius: 12px;
  background: var(--wpq-color-surface);
}

.wpq-whats-new-entry__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}

.wpq-whats-new-entry__icon svg {
  width: 30px;
  height: 30px;
}

.wpq-whats-new-entry--blue .wpq-whats-new-entry__icon { background: var(--wpq-color-blue-subtle); color: var(--wpq-color-blue); }
.wpq-whats-new-entry--green .wpq-whats-new-entry__icon { background: var(--wpq-color-green-subtle); color: var(--wpq-color-green); }
.wpq-whats-new-entry--amber .wpq-whats-new-entry__icon { background: var(--wpq-color-orange-subtle); color: var(--wpq-color-orange); }
.wpq-whats-new-entry--violet .wpq-whats-new-entry__icon { background: var(--wpq-color-violet-subtle); color: var(--wpq-color-violet); }
.wpq-whats-new-entry--sky .wpq-whats-new-entry__icon { background: var(--wpq-color-blue-subtle); color: var(--wpq-color-blue); }

.wpq-whats-new-entry__content,
.wpq-whats-new-entry__meta {
  display: grid;
}

.wpq-whats-new-entry__content {
  gap: var(--wpq-space-2);
}

.wpq-whats-new-entry__meta {
  gap: var(--wpq-space-2);
}

.wpq-whats-new-entry__meta h2,
.wpq-whats-new-entry__content p {
  margin: 0;
}

.wpq-whats-new-entry__meta h2 {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-section)/1.46 var(--wpq-font-ui);
}

.wpq-whats-new-entry__content p {
  color: #627492;
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.72 var(--wpq-font-ui);
}

.wpq-whats-new-entry__badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 0 var(--wpq-space-3);
  border-radius: 999px;
  font: var(--wpq-weight-bold) var(--wpq-type-copy)/1.3 var(--wpq-font-ui);
}

.wpq-whats-new-entry__badge--blue { background: var(--wpq-color-blue-subtle); color: var(--wpq-color-blue); }
.wpq-whats-new-entry__badge--green { background: var(--wpq-color-green-subtle); color: #0f8060; }
.wpq-whats-new-entry__badge--amber { background: var(--wpq-color-orange-subtle); color: var(--wpq-color-orange-text); }
.wpq-whats-new-entry__badge--violet { background: var(--wpq-color-violet-subtle); color: var(--wpq-color-violet); }
.wpq-whats-new-entry__badge--sky { background: var(--wpq-color-blue-subtle); color: var(--wpq-color-blue); }

.wpq-whats-new-entry__link,
.wpq-whats-new-side-card__link,
.wpq-whats-new-rss-button {
  display: inline-flex;
  align-items: center;
  gap: var(--wpq-space-2-5);
  text-decoration: none;
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.4 var(--wpq-font-ui);
}

.wpq-whats-new-entry__link,
.wpq-whats-new-side-card__link {
  color: var(--wpq-blue-strong);
}

.wpq-whats-new-timeline-panel__footer {
  display: flex;
  justify-content: center;
}

.wpq-whats-new-more {
  display: inline-flex;
  align-items: center;
  gap: var(--wpq-space-2-5);
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 10px;
  color: var(--wpq-blue-strong);
  text-decoration: none;
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.4 var(--wpq-font-ui);
}

.wpq-whats-new-entry__link:hover,
.wpq-whats-new-entry__link:focus-visible,
.wpq-whats-new-side-card__link:hover,
.wpq-whats-new-side-card__link:focus-visible,
.wpq-whats-new-rss-button:hover,
.wpq-whats-new-rss-button:focus-visible,
.wpq-whats-new-more:hover,
.wpq-whats-new-more:focus-visible {
  text-decoration: none;
}

.wpq-whats-new-more svg {
  width: 18px;
  height: 18px;
}

.wpq-whats-new-side {
  display: grid;
  gap: var(--wpq-space-4-5);
}

.wpq-whats-new-side-card {
  display: grid;
  gap: var(--wpq-space-4);
  padding: 22px var(--wpq-space-5);
}

.wpq-whats-new-side-card h2,
.wpq-whats-new-side-card p {
  margin: 0;
}

.wpq-whats-new-side-card h2 {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-heading)/1.35 var(--wpq-font-ui);
}

.wpq-whats-new-side-card p {
  color: #617493;
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.72 var(--wpq-font-ui);
}

.wpq-whats-new-type-list,
.wpq-whats-new-category-list {
  display: grid;
  gap: var(--wpq-space-3-5);
}

.wpq-whats-new-type-list__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: var(--wpq-space-3-5);
  align-items: start;
}

.wpq-whats-new-type-list__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.wpq-whats-new-type-list__icon svg {
  width: 24px;
  height: 24px;
}

.wpq-whats-new-type-list__icon--blue { background: var(--wpq-color-blue-subtle); color: var(--wpq-color-blue); }
.wpq-whats-new-type-list__icon--green { background: var(--wpq-color-green-subtle); color: var(--wpq-color-green); }
.wpq-whats-new-type-list__icon--amber { background: var(--wpq-color-orange-subtle); color: var(--wpq-color-orange); }
.wpq-whats-new-type-list__icon--violet { background: var(--wpq-color-violet-subtle); color: var(--wpq-color-violet); }
.wpq-whats-new-type-list__icon--sky { background: var(--wpq-color-blue-subtle); color: var(--wpq-color-blue); }

.wpq-whats-new-type-list__item strong {
  display: block;
  margin-bottom: var(--wpq-space-1);
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.45 var(--wpq-font-ui);
}

.wpq-whats-new-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpq-whats-new-category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wpq-space-3-5);
}

.wpq-whats-new-category-list__label {
  display: inline-flex;
  align-items: center;
  gap: var(--wpq-space-2-5);
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.4 var(--wpq-font-ui);
}

.wpq-whats-new-category-list__dot {
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: currentColor;
  opacity: .16;
}

.wpq-whats-new-category-list__label--green { color: var(--wpq-color-green-text); }
.wpq-whats-new-category-list__label--violet { color: var(--wpq-color-violet); }
.wpq-whats-new-category-list__label--amber { color: var(--wpq-color-orange); }
.wpq-whats-new-category-list__label--indigo { color: #5b66f4; }
.wpq-whats-new-category-list__label--sky { color: #2f7be5; }

.wpq-whats-new-category-list__count {
  color: #60728f;
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.4 var(--wpq-font-ui);
}

.wpq-whats-new-rss-button {
  justify-content: center;
  min-height: 48px;
  padding: 0 var(--wpq-space-4-5);
  border: 1px solid var(--wpq-color-line);
  border-radius: 10px;
  background: var(--wpq-color-surface);
  color: var(--wpq-blue-strong);
}

.wpq-whats-new-rss-button__icon {
  display: inline-grid;
  place-items: center;
}

.wpq-whats-new-rss-button__icon svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1199px) {
  .wpq-whats-new-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .wpq-whats-new-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .wpq-whats-new-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .wpq-whats-new-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .wpq-whats-new-shell {
    gap: 28px;
    padding-bottom: 64px;
  }

  .wpq-whats-new-summary,
  .wpq-whats-new-side {
    grid-template-columns: minmax(0, 1fr);
  }

  .wpq-whats-new-entry {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--wpq-space-2);
  }

  .wpq-whats-new-entry__date {
    justify-items: start;
    padding-top: 0;
  }

  .wpq-whats-new-entry__dot {
    display: none;
  }

  .wpq-whats-new-entry__card {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .wpq-whats-new-entry__link {
    grid-column: 2 / -1;
    justify-self: start;
  }
}

/* Editorial archive treatment: the timeline is primary; summaries stay compact. */
.wpq-whats-new-shell {
  gap: 30px;
}

.wpq-whats-new-hero {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: 34px;
  padding: var(--wpq-space-5) 0 26px;
  border-bottom: 1px solid var(--wpq-color-line);
}

.wpq-whats-new-hero h1 {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.18;
  letter-spacing: var(--wpq-tracking-default);
}

.wpq-whats-new-hero__lead {
  font-weight: var(--wpq-weight-medium);
}

.wpq-whats-new-hero__placeholder {
  min-height: 210px;
}

.wpq-whats-new-summary {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--wpq-color-line);
  border-bottom: 1px solid var(--wpq-color-line);
  background: var(--wpq-color-surface);
}

.wpq-whats-new-summary-card {
  grid-template-columns: 28px minmax(0, 1fr);
  gap: var(--wpq-space-1) var(--wpq-space-2-5);
  padding: var(--wpq-space-3-5) var(--wpq-space-4);
  border: 0;
  border-right: 1px solid #e2e7ee;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wpq-whats-new-summary-card:last-child {
  border-right: 0;
}

.wpq-whats-new-summary-card__icon {
  grid-row: 1 / 3;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}

.wpq-whats-new-summary-card__icon svg {
  width: 17px;
  height: 17px;
}

.wpq-whats-new-summary-card__label {
  font-size: var(--wpq-type-copy);
}

.wpq-whats-new-summary-card__count strong {
  font-size: var(--wpq-type-heading);
}

.wpq-whats-new-summary-card__count span {
  font-size: var(--wpq-type-small-strong);
}

.wpq-whats-new-summary-card__note {
  display: none;
}

.wpq-whats-new-main {
  grid-template-columns: minmax(0, 1fr) 264px;
  gap: 38px;
}

.wpq-whats-new-timeline-panel,
.wpq-whats-new-side-card {
  border-color: var(--wpq-color-line);
  border-radius: 6px;
  box-shadow: none;
}

.wpq-whats-new-timeline-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.wpq-whats-new-entry__card {
  border-radius: 4px;
  box-shadow: none;
}

.wpq-whats-new-search input,
.wpq-whats-new-rss-button {
  border-radius: 4px;
}

.wpq-whats-new-search input {
  border-radius: 4px 0 0 4px;
}

.wpq-whats-new-search button {
  border-radius: 0 4px 4px 0;
  background: #2359b8;
  box-shadow: none;
}

@media (max-width: 1023px) {
  .wpq-whats-new-hero,
  .wpq-whats-new-main {
    grid-template-columns: 1fr;
  }

  .wpq-whats-new-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wpq-whats-new-hero {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: var(--wpq-space-6);
  }

  .wpq-whats-new-hero__placeholder {
    min-height: 150px;
  }
}

@media (max-width: 767px) {
  .wpq-whats-new-hero {
    gap: var(--wpq-space-3-5);
    padding: var(--wpq-space-1) 0 var(--wpq-space-4-5);
  }

  .wpq-whats-new-hero__media {
    order: 0;
  }

  .wpq-whats-new-hero__placeholder {
    min-height: 72px;
    max-height: 84px;
    overflow: hidden;
  }

  .wpq-whats-new-hero__placeholder img {
    width: min(64%, 220px);
    max-height: 84px;
    object-fit: contain;
  }

  .wpq-whats-new-hero h1 {
    font-size: var(--wpq-type-page-tablet);
  }

  .wpq-whats-new-summary {
    display: flex;
    gap: 0;
    padding-bottom: var(--wpq-space-1);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scroll-snap-type: inline proximity;
  }

  .wpq-whats-new-summary-card {
    flex: 0 0 156px;
    border-right: 1px solid #e2e7ee;
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .wpq-whats-new-timeline-panel {
    padding: 0;
  }

  .wpq-whats-new-timeline-panel__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--wpq-space-2-5);
    align-items: center;
  }

  .wpq-whats-new-section-lead p {
    display: none;
  }

  .wpq-whats-new-filter .wpq-archive-sort__select {
    min-width: 136px;
  }

  .wpq-whats-new-search input {
    height: 50px;
  }

  .wpq-whats-new-entry {
    gap: var(--wpq-space-1-5);
  }

  .wpq-whats-new-entry__date {
    font-size: var(--wpq-type-copy);
  }

  .wpq-whats-new-entry__date span {
    display: none;
  }

  .wpq-whats-new-entry__card {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--wpq-space-2-5);
    padding: var(--wpq-space-3-5) var(--wpq-space-3-5) 15px;
  }

  .wpq-whats-new-entry__icon {
    display: none;
  }

  .wpq-whats-new-entry__content {
    gap: var(--wpq-space-1-5);
  }

  .wpq-whats-new-entry__meta {
    gap: var(--wpq-space-1-5);
  }

  .wpq-whats-new-entry__meta h2 {
    font-size: var(--wpq-type-control);
    line-height: 1.5;
  }

  .wpq-whats-new-entry__content p {
    font-size: var(--wpq-type-body);
    line-height: 1.65;
  }

  .wpq-whats-new-entry__badge {
    min-height: 24px;
    padding-inline: 9px;
    border-radius: 4px;
    font-size: var(--wpq-type-label);
  }

  .wpq-whats-new-entry__link {
    grid-column: auto;
    justify-self: end;
    font-size: var(--wpq-type-copy-strong);
  }

  .wpq-whats-new-side {
    grid-template-columns: 1fr;
  }
}
