@media (max-width: 1024px){
  .issue-browser-shell {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .hero h1 {
    font-size: 48px;
  }

  .two-column-section,
  .insight-layout,
  .sample-inner,
  .bottom-cta-inner {
    grid-template-columns: 1fr;
  }

  .side-rail {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ad-block {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .hero {
    min-height: calc(100svh - 120px);
  }

  .hero-background {
    background:
      linear-gradient(180deg, rgba(248, 250, 253, 0.96), rgba(248, 250, 253, 0.86)),
      url("../assets/newming-weekly-og.png") center bottom / 620px auto no-repeat;
  }

  .hero-content {
    padding: 58px 0 64px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .subscribe-form,
  .bottom-form {
    flex-direction: column;
  }

.subscribe-form input {
  width: 100%;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  color: var(--color-subdued);
}

.consent-row,
.consent-row label {
  font-size: 13px;
  line-height: 1.45;
}

.consent-row label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-weight: 500;
  cursor: pointer;
}

.consent-row input[type="checkbox"],
.consent-row input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: var(--color-primary);
}

.consent-row input {
  margin-top: 2px;
}

.consent-row span {
  /*display: block;*/
  color: inherit;
}

  .intro-strip,
  .value-grid,
  .steps-grid,
  .side-rail {
    grid-template-columns: 1fr;
  }

  .features-section .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 760px;
  }

  .ad-block {
    grid-column: auto;
  }

  .right-rail__ad:not(.is-filled) {
    display: none;
  }

  .two-column-section,
  .content-band,
  .intelligence-section,
  .sample-section,
  .steps-section {
    padding: 58px 0;
  }

  .newsletter-panel {
    padding: 22px;
  }

  .row-heading {
    flex-direction: column;
  }

  .section-heading h2,
  .sample-copy h2,
  .bottom-cta h2 {
    font-size: 30px;
  }

  .newsletter-item {
    grid-template-columns: minmax(0, 1fr) 76px;
    gap: 14px;
  }

  .newsletter-item h3 {
    font-size: 22px;
  }

  .newsletter-item time {
    margin-top: 24px;
  }

  .newsletter-thumb {
    width: 76px;
    height: 76px;
  }

}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 38px;
  }

  .newsletter-item {
    grid-template-columns: 1fr;
  }

  .newsletter-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .newsletter-list-placeholder-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
