/* WPCM Composer — homepage e blocos editoriais wpcm-news-theme */
.wpcm-th-home,
.wpcm-th-home *,
.wpcm-th-home *::before,
.wpcm-th-home *::after {
  box-sizing: border-box;
}

.wpcm-th-home {
  --wpcm-th-accent: #07963f;
  --wpcm-th-accent-dark: #006b2d;
  --wpcm-th-accent-deep: #004c21;
  --wpcm-th-accent-soft: #29bd61;
  --wpcm-th-ink: #171717;
  --wpcm-th-muted: #707070;
  --wpcm-th-line: #e5e7eb;
  --wpcm-th-paper: #ffffff;
  --wpcm-th-soft: #f5f6f7;
  --wpcm-th-blue: #1f6feb;
  --wpcm-th-max: 1600px;
  --wpcm-th-font-family: Arial, Helvetica, sans-serif;
  --wpcm-th-font-size: 15px;
  --wpcm-th-font-weight: 400;
  width: 100%;
  min-width: 0;
  padding: 32px 0 0;
  color: var(--wpcm-th-ink);
  background: var(--wpcm-th-paper);
  font-family: var(--wpcm-th-font-family);
  font-size: var(--wpcm-th-font-size);
  font-weight: var(--wpcm-th-font-weight);
  line-height: 1.38;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Explicit typography choices override the designed hierarchy only when the
   corresponding opt-in class is present. Empty/zero settings preserve it. */
.wpcm-th-home.wpcm-th-font-family-custom,
.wpcm-th-home.wpcm-th-font-family-custom :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, b, em, small, time, button, li, label, footer) {
  font-family: var(--wpcm-th-font-family) !important;
}

.wpcm-th-home.wpcm-th-font-size-custom :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, b, em, small, time, button, li, label, footer) {
  font-size: var(--wpcm-th-font-size) !important;
}

.wpcm-th-home.wpcm-th-font-weight-custom :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, b, em, small, time, button, li, label, footer) {
  font-weight: var(--wpcm-th-font-weight) !important;
}

.wpcm-th-home :where(h1, h2, h3, p, figure, ol, ul) {
  margin: 0;
  padding: 0;
}

.wpcm-th-home :where(a) {
  color: inherit;
  text-decoration: none;
}

.wpcm-th-home :where(a:hover) {
  color: var(--wpcm-th-accent-dark);
}

.wpcm-th-home :where(img) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.wpcm-th-home :where(button) {
  font: inherit;
}

.wpcm-th-home :where(a, button):focus-visible {
  outline: 3px solid #1473e6;
  outline-offset: 3px;
}

.wpcm-th-screen-reader {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.wpcm-th-shell {
  width: calc(100% - 40px);
  max-width: var(--wpcm-th-max);
  margin-inline: auto;
}

.wpcm-th-section {
  margin-bottom: 32px;
}

/* Standalone/modular block: each section is its own .wpcm-th-home root when
   placed individually in the visual builder. Remove the top padding meant for
   the full composite; each block keeps its own bottom spacing so stacked
   modular blocks never touch, regardless of the builder's own row spacing. */
.wpcm-th-home--single {
  padding: 0;
}

.wpcm-th-chip {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--wpcm-th-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.15;
  text-transform: uppercase;
}

.wpcm-th-meta {
  margin-top: 7px !important;
  color: var(--wpcm-th-muted);
  font-size: 11px;
  line-height: 1.3;
}

.wpcm-th-meta a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
}

.wpcm-th-meta a:hover {
  text-decoration-color: currentColor;
}

.wpcm-th-meta__separator {
  display: inline-block;
  margin: 0 .25em;
}

.wpcm-th-top-ad {
  margin-bottom: 28px;
}

.wpcm-th-home .wpcm-ad-slot {
  margin: 0;
}

.wpcm-th-home .wpcm-ad-slot__label {
  font-size: 10px;
  letter-spacing: .08em;
}

/* --------------------------------------------------------------------------
 * Hero
 * ----------------------------------------------------------------------- */
.wpcm-th-hero {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--wpcm-th-accent-dark);
  box-shadow: 0 2px 11px rgba(0, 0, 0, .12);
}

.wpcm-th-hero-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: clamp(360px, 26vw, 470px);
  color: #fff;
}

.wpcm-th-hero-slide[hidden] {
  display: none;
}

.wpcm-th-hero-slide__image {
  height: 100%;
  overflow: hidden;
  background: #cfd8d2;
}

.wpcm-th-hero-slide__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 42px 48px;
  text-align: center;
  background: var(--wpcm-th-accent-dark);
}

.wpcm-th-hero-slide__body h2 {
  overflow: hidden;
  display: -webkit-box;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 2.6vw, 39px);
  font-weight: 800;
  letter-spacing: -.038em;
  line-height: 1.02;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wpcm-th-hero-slide__body h2 a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.wpcm-th-hero-slide__body p {
  overflow: hidden;
  display: -webkit-box;
  max-width: 50ch;
  margin-inline: auto;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wpcm-th-carousel-arrow,
.wpcm-th-round-arrow {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  padding: 0 0 2px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 88, 36, .78);
  font: 400 23px/1 Arial, sans-serif;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

.wpcm-th-carousel-arrow:hover,
.wpcm-th-round-arrow:hover {
  color: #fff;
  background: rgba(0, 55, 24, .95);
}

.wpcm-th-carousel-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.wpcm-th-carousel-arrow:hover {
  transform: translateY(-50%) scale(1.04);
}

.wpcm-th-carousel-arrow--prev {
  left: 10px;
}

.wpcm-th-carousel-arrow--next {
  right: 10px;
}

.wpcm-th-carousel-dots {
  position: absolute;
  z-index: 6;
  right: 50%;
  bottom: 11px;
  display: flex;
  gap: 4px;
  transform: translateX(50%);
}

.wpcm-th-carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  cursor: pointer;
}

.wpcm-th-carousel-dots button[aria-current="true"] {
  background: #fff;
}

.wpcm-th-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.wpcm-th-quick-card {
  min-width: 0;
}

.wpcm-th-quick-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-bottom: 7px;
  border-radius: 2px;
  background: #e7ece9;
}

.wpcm-th-quick-card h3 {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.25;
}

/* Compact four-card strip used by the configurable second cover block. */
.wpcm-th-compact-section {
  margin-bottom: 0;
  padding: 10px;
  border: 1px solid #d8dedb;
  border-radius: 5px;
  background: #fff;
}

.wpcm-th-compact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.wpcm-th-compact-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e1e5e3;
  border-radius: 9px;
  background: #fff;
}

.wpcm-th-compact-card__link {
  display: flex;
  min-height: 100%;
  color: #17231d;
  flex-direction: column;
  text-decoration: none;
}

.wpcm-th-compact-card__image {
  display: block;
  height: 150px;
  overflow: hidden;
  background: #edf2ef;
}

.wpcm-th-compact-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpcm-th-compact-card__body {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  padding: 12px 13px;
  text-align: center;
}

.wpcm-th-compact-card__body strong {
  overflow: hidden;
  display: -webkit-box;
  color: #17231d;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wpcm-th-compact-card__link:hover,
.wpcm-th-compact-card__link:focus-visible {
  box-shadow: inset 0 -3px 0 var(--wpcm-th-accent);
  outline: 0;
}

/* --------------------------------------------------------------------------
 * Green showcase
 * ----------------------------------------------------------------------- */
.wpcm-th-showcase {
  padding: 7px;
  border: 2px solid var(--wpcm-th-accent);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 83, 35, .12);
}

.wpcm-th-showcase__stage {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
}

.wpcm-th-showcase-slide {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  height: clamp(320px, 23vw, 430px);
  background: #fff;
}

.wpcm-th-showcase-slide[hidden] {
  display: none;
}

.wpcm-th-showcase-slide__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 38px 44px;
  text-align: center;
}

.wpcm-th-showcase-slide__body .wpcm-th-chip {
  align-self: center;
  padding: 3px 7px;
  border-radius: 2px;
  color: #fff;
  background: #ed2637;
  font-size: 11px;
}

.wpcm-th-showcase-slide__body h2 {
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 10px;
  color: #242424;
  font-size: clamp(25px, 2.35vw, 36px);
  font-weight: 800;
  letter-spacing: -.037em;
  line-height: 1.03;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wpcm-th-showcase-slide__body p:not(.wpcm-th-meta) {
  overflow: hidden;
  display: -webkit-box;
  color: #666;
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wpcm-th-showcase-slide__image {
  height: 100%;
  overflow: hidden;
  background: #e5e9e6;
}

.wpcm-th-round-arrow {
  top: 50%;
  color: #4c4c4c;
  background: rgba(255, 255, 255, .92);
  border-color: rgba(0, 0, 0, .1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
  transform: translateY(-50%);
}

.wpcm-th-round-arrow:hover {
  color: #111;
  background: #fff;
}

.wpcm-th-round-arrow--prev {
  left: 8px;
}

.wpcm-th-round-arrow--next {
  right: 8px;
}

.wpcm-th-showcase__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.wpcm-th-showcase-thumb {
  position: relative;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 16 / 8.6;
  padding: 0;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #154425;
  cursor: pointer;
  text-align: left;
}

.wpcm-th-showcase-thumb > span {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .04) 20%, rgba(0, 0, 0, .88) 100%);
}

.wpcm-th-showcase-thumb strong {
  position: absolute;
  right: 10px;
  bottom: 9px;
  left: 10px;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wpcm-th-showcase-thumb[aria-selected="true"] {
  box-shadow: inset 0 0 0 3px #fff;
}

/* --------------------------------------------------------------------------
 * Lead report
 * ----------------------------------------------------------------------- */
.wpcm-th-lead {
  display: grid;
  grid-template-columns: minmax(0, 2.55fr) minmax(250px, .9fr);
  gap: 24px;
  align-items: start;
}

.wpcm-th-lead-main__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 8.8;
  margin-bottom: 12px;
  border-radius: 2px;
  background: #e7ece8;
}

.wpcm-th-lead-main__body h2 {
  margin-bottom: 6px;
  color: #161616;
  font-size: clamp(24px, 2.25vw, 34px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.03;
}

.wpcm-th-lead-main__body p:not(.wpcm-th-meta) {
  color: #666;
  font-size: 14px;
  line-height: 1.45;
}

.wpcm-th-side-list {
  display: grid;
  gap: 11px;
}

.wpcm-th-mini-story {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--wpcm-th-line);
}

.wpcm-th-mini-story:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wpcm-th-mini-story__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  background: #e7ece8;
}

.wpcm-th-mini-story h3 {
  overflow: hidden;
  display: -webkit-box;
  color: #202020;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.23;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.wpcm-th-mini-story time {
  display: block;
  margin-top: 5px;
  color: #8a8a8a;
  font-size: 11px;
}

/* --------------------------------------------------------------------------
 * Official publications
 * ----------------------------------------------------------------------- */
.wpcm-th-official-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 22px;
  align-items: stretch;
  padding: 22px;
  background: #f7f8f9;
}

.wpcm-th-official-layout--no-ad {
  grid-template-columns: minmax(0, 1fr);
}

.wpcm-th-official-panel {
  min-width: 0;
}

.wpcm-th-official-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8dce0;
}

.wpcm-th-official-head h2 {
  color: #222;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.wpcm-th-docs-controls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #68717b;
  font-size: 11px;
}

.wpcm-th-docs-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #555;
  background: transparent;
  cursor: pointer;
}

.wpcm-th-docs-controls button:hover {
  background: #e5e7eb;
}

.wpcm-th-docs-viewport {
  overflow: hidden;
}

.wpcm-th-docs-track {
  display: flex;
  gap: 9px;
  transform: translateX(0);
  transition: transform .28s ease;
}

.wpcm-th-doc-card {
  flex: 0 0 calc((100% - 18px) / 3);
  min-width: 0;
  min-height: 105px;
  padding: 14px 13px;
  border: 1px solid #2f80ed;
  border-radius: 4px;
  background: #fff;
}

.wpcm-th-doc-card time {
  display: block;
  margin-bottom: 7px;
  color: #2f80ed;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wpcm-th-doc-card h3 {
  overflow: hidden;
  display: -webkit-box;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.wpcm-th-official-layout--grid .wpcm-th-docs-viewport {
  overflow: visible;
}

.wpcm-th-official-layout--grid .wpcm-th-docs-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  transform: none !important;
}

.wpcm-th-official-layout--grid .wpcm-th-doc-card {
  width: auto;
  min-height: 120px;
}

@media (max-width: 700px) {
  .wpcm-th-official-layout--grid .wpcm-th-docs-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .wpcm-th-official-layout--grid .wpcm-th-docs-track {
    grid-template-columns: minmax(0, 1fr);
  }
}

.wpcm-th-official-ad,
.wpcm-th-native-ad,
.wpcm-th-house-ad {
  min-width: 0;
}

/* --------------------------------------------------------------------------
 * Columns band
 * ----------------------------------------------------------------------- */
.wpcm-th-columns-band {
  width: 100vw;
  max-width: 100vw;
  margin: 32px calc(50% - 50vw) 32px;
  padding: 31px 0 33px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .13), transparent 28%),
    linear-gradient(110deg, #24bb5d 0%, var(--wpcm-th-accent) 49%, var(--wpcm-th-accent-dark) 100%);
}

.wpcm-th-columns-head {
  margin-bottom: 17px;
  text-align: center;
}

.wpcm-th-columns-head p {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wpcm-th-columns-head h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1;
}

.wpcm-th-columns-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px 18px;
}

.wpcm-th-column-card {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr) 12px;
  gap: 9px;
  align-items: center;
  min-width: 0;
  min-height: 50px;
  padding: 5px 8px 5px 5px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff !important;
  background: rgba(0, 80, 32, .3);
  transition: background .18s ease, transform .18s ease;
}

.wpcm-th-column-card:hover {
  color: #fff !important;
  background: rgba(0, 54, 22, .5);
  transform: translateY(-1px);
}

.wpcm-th-column-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  color: var(--wpcm-th-accent-dark);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.wpcm-th-column-card__avatar img {
  border-radius: 50%;
}

.wpcm-th-column-card__text {
  min-width: 0;
}

.wpcm-th-column-card__text strong,
.wpcm-th-column-card__text small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpcm-th-column-card__text strong {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.wpcm-th-column-card__text small {
  margin-top: 1px;
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
}

.wpcm-th-column-card__arrow {
  color: #ffdb3d;
  font-size: 17px;
}

/* --------------------------------------------------------------------------
 * Long news grid and ads
 * ----------------------------------------------------------------------- */
.wpcm-th-newsroom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 25px;
  align-items: start;
}

.wpcm-th-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 20px;
}

.wpcm-th-news-card {
  min-width: 0;
}

.wpcm-th-news-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10.3;
  margin-bottom: 8px;
  background: #e7ece8;
}

.wpcm-th-news-card h2 {
  overflow: hidden;
  display: -webkit-box;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.014em;
  line-height: 1.24;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wpcm-th-news-card .wpcm-th-excerpt {
  overflow: hidden;
  display: -webkit-box;
  margin-top: 6px;
  color: var(--wpcm-th-muted);
  font-size: 13px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wpcm-th-ad-rail {
  display: grid;
  gap: 20px;
}

/* --------------------------------------------------------------------------
 * Lower news list between ad stacks
 * ----------------------------------------------------------------------- */
.wpcm-th-world {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr) 245px;
  gap: 22px;
  align-items: start;
  margin-top: 70px;
}

.wpcm-th-world__ads {
  display: grid;
  gap: 24px;
}

.wpcm-th-world__list {
  display: grid;
  gap: 14px;
}

.wpcm-th-world-story {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--wpcm-th-line);
}

.wpcm-th-world-story:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wpcm-th-world-story__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e7ece8;
}

.wpcm-th-world-story .wpcm-th-chip {
  margin-bottom: 3px;
}

.wpcm-th-world-story h2 {
  margin-bottom: 4px;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.23;
}

.wpcm-th-world-story p:not(.wpcm-th-meta) {
  color: #777;
  font-size: 12px;
  line-height: 1.35;
}

/* --------------------------------------------------------------------------
 * House ad fallback
 * ----------------------------------------------------------------------- */
.wpcm-th-native-ad {
  display: block;
  width: 100%;
}

.wpcm-th-house-ad {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  padding: 18px;
  border: 1px solid #dde3e6;
  color: #fff !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 47%),
    linear-gradient(135deg, #06476f, #04924a);
  text-align: center;
}

.wpcm-th-house-ad::before,
.wpcm-th-house-ad::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
}

.wpcm-th-house-ad::before {
  right: -50px;
  bottom: -70px;
  width: 180px;
  height: 180px;
}

.wpcm-th-house-ad::after {
  top: -45px;
  left: -35px;
  width: 120px;
  height: 120px;
}

.wpcm-th-house-ad:hover {
  color: #fff !important;
  filter: brightness(1.05);
}

.wpcm-th-house-ad > * {
  position: relative;
  z-index: 2;
}

.wpcm-th-house-ad span {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.wpcm-th-house-ad strong {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
  text-transform: uppercase;
}

.wpcm-th-house-ad small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .84);
  font-size: 11px;
}

.wpcm-th-house-ad--wide {
  min-height: 135px;
}

.wpcm-th-house-ad--portrait {
  min-height: 250px;
  background: linear-gradient(155deg, #0059a8, #58b5ed 48%, #f3fbff 49%, #008c4c 100%);
}

.wpcm-th-house-ad--portrait-tall {
  min-height: 430px;
  background: linear-gradient(155deg, #0079b9, #d8f3ff 50%, #009349 51%, #015f32);
}

.wpcm-th-house-ad--square,
.wpcm-th-house-ad--square-dark,
.wpcm-th-house-ad--brand {
  min-height: 245px;
}

.wpcm-th-house-ad--square-dark {
  background: linear-gradient(145deg, #071f42, #0f4976);
}

.wpcm-th-house-ad--brand {
  color: var(--wpcm-th-accent-dark) !important;
  background: #fff;
  border: 2px solid var(--wpcm-th-accent);
}

.wpcm-th-house-ad--brand:hover {
  color: var(--wpcm-th-accent-dark) !important;
}

.wpcm-th-house-ad--brand span,
.wpcm-th-house-ad--brand small {
  color: #718078;
}

/* --------------------------------------------------------------------------
 * Bottom mini strip
 * ----------------------------------------------------------------------- */
.wpcm-th-mini-band {
  width: 100vw;
  max-width: 100vw;
  margin: 32px calc(50% - 50vw) 32px;
  padding: 18px 0;
  background: #f3f4f5;
}

.wpcm-th-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.wpcm-th-mini-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
}

.wpcm-th-mini-card > a {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e2e6e3;
}

.wpcm-th-mini-card span {
  display: block;
  margin-bottom: 3px;
  color: var(--wpcm-th-accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.wpcm-th-mini-card h2 {
  overflow: hidden;
  display: -webkit-box;
  color: #282828;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.wpcm-th-mini-card__date {
  display: block;
  margin-top: 4px;
  color: var(--wpcm-th-muted);
  font-size: 10px;
  line-height: 1.2;
}

/* --------------------------------------------------------------------------
 * Expediente
 * ----------------------------------------------------------------------- */
.wpcm-th-expediente {
  margin: 0 auto;
  padding: 24px 18px 0;
  color: #fff;
  background: linear-gradient(145deg, #02a64a, var(--wpcm-th-accent-dark));
  text-align: center;
}

.wpcm-th-expediente > h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wpcm-th-expediente__card {
  max-width: 1040px;
  margin-inline: auto;
  padding: 18px 28px 23px;
  border-radius: 6px;
  color: #222;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}

.wpcm-th-expediente__card nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 13px;
  border-bottom: 2px solid var(--wpcm-th-accent);
}

.wpcm-th-expediente__card nav a {
  padding: 7px 12px;
  border: 1px solid #d9dedb;
  border-radius: 4px;
  color: #3e4942;
  background: #f8faf9;
  font-size: 12px;
  font-weight: 700;
}

.wpcm-th-expediente__pill {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--wpcm-th-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.wpcm-th-expediente__card h3 {
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.wpcm-th-expediente__card p {
  margin-bottom: 4px;
  color: #68706b;
  font-size: 12px;
}

.wpcm-th-expediente__card p strong,
.wpcm-th-expediente__card p a {
  color: var(--wpcm-th-accent-dark);
}

.wpcm-th-expediente > footer {
  padding: 17px 12px;
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
}

body.wpcm-news-theme-hide-theme-footer .jfm-site-footer,
body.wpcm-news-theme-hide-theme-footer .site-footer,
body.wpcm-news-theme-hide-theme-footer #colophon,
body.wpcm-news-hide-theme-footer .jfm-site-footer,
body.wpcm-news-hide-theme-footer .site-footer,
body.wpcm-news-hide-theme-footer #colophon {
  display: none !important;
}

/* --------------------------------------------------------------------------
 * Hover treatment
 * ----------------------------------------------------------------------- */
.wpcm-th-quick-card__image img,
.wpcm-th-showcase-slide__image img,
.wpcm-th-showcase-thumb img,
.wpcm-th-lead-main__image img,
.wpcm-th-mini-story__image img,
.wpcm-th-news-card__image img,
.wpcm-th-world-story__image img,
.wpcm-th-mini-card > a img {
  transition: transform .32s ease;
}

.wpcm-th-quick-card:hover img,
.wpcm-th-showcase-slide:hover .wpcm-th-showcase-slide__image img,
.wpcm-th-showcase-thumb:hover img,
.wpcm-th-lead-main:hover .wpcm-th-lead-main__image img,
.wpcm-th-mini-story:hover img,
.wpcm-th-news-card:hover img,
.wpcm-th-world-story:hover img,
.wpcm-th-mini-card:hover img {
  transform: scale(1.025);
}

/* --------------------------------------------------------------------------
 * Responsive
 * ----------------------------------------------------------------------- */
@media (max-width: 1050px) {
  .wpcm-th-hero-slide,
  .wpcm-th-showcase-slide {
    grid-template-columns: 1.08fr .92fr;
  }

  .wpcm-th-newsroom {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .wpcm-th-official-layout {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .wpcm-th-world {
    grid-template-columns: 210px minmax(0, 1fr) 210px;
  }
}

@media (max-width: 900px) {
  .wpcm-th-home {
    padding-top: 22px;
  }

  .wpcm-th-hero-slide,
  .wpcm-th-showcase-slide {
    grid-template-columns: 1fr;
  }

  .wpcm-th-hero-slide__image,
  .wpcm-th-hero-slide,
  .wpcm-th-showcase-slide__image,
  .wpcm-th-showcase-slide {
    min-height: 0;
    height: auto;
  }

  .wpcm-th-hero-slide__image {
    aspect-ratio: 16 / 8.7;
  }

  .wpcm-th-hero-slide__body {
    min-height: 230px;
  }

  .wpcm-th-showcase-slide__image {
    order: -1;
    aspect-ratio: 16 / 8.5;
  }

  .wpcm-th-lead {
    grid-template-columns: 1fr;
  }

  .wpcm-th-side-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpcm-th-official-layout,
  .wpcm-th-newsroom {
    grid-template-columns: 1fr;
  }

  .wpcm-th-official-ad {
    max-width: 320px;
    margin-inline: auto;
  }

  .wpcm-th-ad-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wpcm-th-house-ad--portrait-tall,
  .wpcm-th-house-ad--portrait,
  .wpcm-th-house-ad--square,
  .wpcm-th-house-ad--square-dark,
  .wpcm-th-house-ad--brand {
    min-height: 220px;
  }

  .wpcm-th-columns-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wpcm-th-world {
    grid-template-columns: 1fr 1fr;
    margin-top: 45px;
  }

  .wpcm-th-world__list {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .wpcm-th-world__ads {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .wpcm-th-shell {
    width: calc(100% - 28px);
  }

  .wpcm-th-section {
    margin-bottom: 24px;
  }

  .wpcm-th-hero-slide__body {
    min-height: 215px;
    padding: 28px 24px 36px;
  }

  .wpcm-th-hero-slide__body h2 {
    font-size: clamp(24px, 7.2vw, 31px);
  }

  .wpcm-th-quick-grid,
	.wpcm-th-compact-grid,
  .wpcm-th-showcase__thumbs,
  .wpcm-th-news-grid,
  .wpcm-th-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpcm-th-showcase-slide__body {
    padding: 28px 22px;
  }

  .wpcm-th-showcase-slide__body h2 {
    font-size: 25px;
  }

  .wpcm-th-side-list {
    grid-template-columns: 1fr;
  }

  .wpcm-th-official-layout {
    padding: 16px;
  }

  .wpcm-th-doc-card {
    flex-basis: calc((100% - 9px) / 2);
  }

  .wpcm-th-columns-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpcm-th-ad-rail {
    grid-template-columns: 1fr;
  }

  .wpcm-th-world {
    grid-template-columns: 1fr;
  }

  .wpcm-th-world__ads {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpcm-th-mini-band {
    margin-top: 26px;
  }
}

@media (max-width: 480px) {
  .wpcm-th-home {
    padding-top: 14px;
  }

  .wpcm-th-shell {
    width: calc(100% - 20px);
  }

  .wpcm-th-hero,
  .wpcm-th-showcase {
    border-radius: 6px;
  }

  .wpcm-th-hero-slide__image {
    aspect-ratio: 4 / 3;
  }

  .wpcm-th-hero-slide__body {
    min-height: 205px;
    padding: 24px 19px 34px;
  }

  .wpcm-th-hero-slide__body p {
    font-size: 14px;
  }

  .wpcm-th-carousel-arrow {
    top: 31%;
  }

  .wpcm-th-quick-grid,
  .wpcm-th-news-grid,
  .wpcm-th-mini-grid,
  .wpcm-th-columns-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 10px;
  }

  .wpcm-th-compact-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wpcm-th-compact-card__image {
    height: 180px;
  }

  .wpcm-th-showcase {
    padding: 7px;
  }

  .wpcm-th-showcase__thumbs {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .wpcm-th-showcase-slide__image {
    aspect-ratio: 4 / 3;
  }

  .wpcm-th-showcase-slide__body {
    padding: 24px 18px;
  }

  .wpcm-th-lead-main__body h2 {
    font-size: 24px;
  }

  .wpcm-th-mini-story {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .wpcm-th-doc-card {
    flex-basis: 100%;
  }

  .wpcm-th-official-head {
    align-items: flex-start;
  }

  .wpcm-th-columns-band {
    padding: 26px 0;
  }

  .wpcm-th-column-card {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 44px;
    padding: 5px;
  }

  .wpcm-th-column-card__avatar {
    width: 34px;
    height: 34px;
  }

  .wpcm-th-column-card__arrow {
    display: none;
  }

  .wpcm-th-news-card h2 {
    font-size: 15px;
  }

  .wpcm-th-world-story {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .wpcm-th-world__ads {
    grid-template-columns: 1fr;
  }

  .wpcm-th-mini-card {
    grid-template-columns: 1fr;
  }

  .wpcm-th-mini-card > a {
    aspect-ratio: 16 / 9;
  }

  .wpcm-th-expediente {
    padding-inline: 10px;
  }

  .wpcm-th-expediente__card {
    padding: 15px;
  }

  .wpcm-th-expediente__card nav a {
    padding: 6px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wpcm-th-home *,
  .wpcm-th-home *::before,
  .wpcm-th-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .wpcm-th-carousel-arrow,
  .wpcm-th-round-arrow,
  .wpcm-th-carousel-dots,
  .wpcm-th-docs-controls,
  .wpcm-th-ad-rail,
  .wpcm-th-official-ad,
  .wpcm-th-world__ads,
  .wpcm-th-top-ad {
    display: none !important;
  }

  .wpcm-th-columns-band,
  .wpcm-th-expediente {
    color: #000;
    background: #fff;
  }
}

/* --------------------------------------------------------------------------
 * ----------------------------------------------------------------------- */

/* Ticker de últimas */
.wpcm-th-ticker {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border: 1px solid #e6e8ea;
  border-radius: 6px;
  background: #fff;
}
.wpcm-th-ticker__tag {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 16px;
  color: #fff;
  background: var(--wpcm-th-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.wpcm-th-ticker__track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  align-items: center;
  padding: 11px 18px;
  scrollbar-width: none;
}
.wpcm-th-ticker__track::-webkit-scrollbar { display: none; }
.wpcm-th-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  max-width: 40ch;
  overflow: hidden;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wpcm-th-ticker__item:hover { color: var(--wpcm-th-accent-dark); }
.wpcm-th-ticker__dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--wpcm-th-accent);
}

@media (max-width: 767px) {
  .wpcm-th-ticker { min-width: 0; }
  .wpcm-th-ticker__tag { padding: 0 11px; font-size: 11px; }
  .wpcm-th-ticker__track { min-width: 0; overflow: hidden; padding: 10px 12px; }
  .wpcm-th-ticker__item { max-width: 100%; font-size: 12px; }
  .wpcm-th-ticker__item:nth-child(n + 2) { display: none; }
}

/* Mosaico de destaques */
.wpcm-th-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 12px;
}
.wpcm-th-mosaic__cell {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 190px;
  border-radius: 8px;
  background: #16351f;
}
.wpcm-th-mosaic__cell--lead {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}
.wpcm-th-mosaic__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.wpcm-th-mosaic__cell:hover img { transform: scale(1.04); }
.wpcm-th-mosaic__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 30%, rgba(0,0,0,.82) 100%);
}
.wpcm-th-mosaic__body {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.wpcm-th-mosaic__chip {
  align-self: flex-start;
  padding: 2px 8px;
  border-radius: 3px;
  color: #fff;
  background: var(--wpcm-th-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.wpcm-th-mosaic__body strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.22;
}
.wpcm-th-mosaic__cell--lead .wpcm-th-mosaic__body strong { font-size: 24px; letter-spacing: -.02em; }

/* Editoria em destaque (spotlight) */
.wpcm-th-spotlight__head {
  margin-bottom: 14px;
  border-bottom: 3px solid var(--wpcm-th-accent);
}
.wpcm-th-spotlight__head h2 {
  display: inline-block;
  margin-bottom: -3px;
  padding: 0 14px 8px 0;
  border-bottom: 3px solid var(--wpcm-th-accent-dark);
  color: #16351f;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.wpcm-th-spotlight__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 26px;
}
.wpcm-th-spotlight__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-bottom: 11px;
  border-radius: 8px;
  background: #e7ece9;
}
.wpcm-th-spotlight__lead h3 {
  margin: 8px 0 8px;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.02em;
}
.wpcm-th-spotlight__excerpt { color: #5a5f63; font-size: 14px; line-height: 1.5; }
.wpcm-th-spotlight__list { display: flex; flex-direction: column; gap: 15px; }
.wpcm-th-spotlight__list li { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 12px; align-items: start; }
.wpcm-th-spotlight__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  border-radius: 6px;
  background: #e7ece9;
}
.wpcm-th-spotlight__list h4 { font-size: 15px; font-weight: 700; line-height: 1.24; }
.wpcm-th-spotlight__date { display: block; margin-top: 6px; color: #8a8f93; font-size: 11px; }

/* Mais lidas (ranking) */
.wpcm-th-ranking__head {
  margin-bottom: 12px;
  border-bottom: 3px solid var(--wpcm-th-accent);
}
.wpcm-th-ranking__head h2 {
  display: inline-block;
  margin-bottom: -3px;
  padding: 0 14px 8px 0;
  border-bottom: 3px solid var(--wpcm-th-accent-dark);
  color: #16351f;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.wpcm-th-ranking__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px 28px; }
.wpcm-th-ranking__list li { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 14px; align-items: center; padding-bottom: 12px; border-bottom: 1px solid #eceef0; }
.wpcm-th-ranking__num {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--wpcm-th-accent);
}
.wpcm-th-ranking__list h3 { font-size: 15px; font-weight: 700; line-height: 1.24; }
.wpcm-th-ranking__date { display: block; margin-top: 5px; color: #8a8f93; font-size: 11px; }

/* Faixa escura de especiais (darkband) */
.wpcm-th-darkband {
  width: 100vw;
  max-width: 100vw;
  margin: 32px calc(50% - 50vw);
  padding: 30px 0;
  background: #10231a;
}
.wpcm-th-darkband__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.wpcm-th-darkband__card { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.wpcm-th-darkband__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 7px;
  background: #1b3327;
}
.wpcm-th-darkband__image img { transition: transform .35s ease; }
.wpcm-th-darkband__card:hover .wpcm-th-darkband__image img { transform: scale(1.04); }
.wpcm-th-darkband__chip {
  align-self: flex-start;
  color: #7fe0a6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.wpcm-th-darkband__card h2 { color: #fff; font-size: 16px; font-weight: 700; line-height: 1.24; }
.wpcm-th-darkband__card h2 a { color: #fff; }
.wpcm-th-darkband__card h2 a:hover { color: #7fe0a6; }
.wpcm-th-darkband__date { color: rgba(255,255,255,.55); font-size: 11px; }

/* Chamada de newsletter */
.wpcm-th-newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
  padding: 26px 32px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--wpcm-th-accent), var(--wpcm-th-accent-dark));
}
.wpcm-th-newsletter__text { min-width: 0; }
.wpcm-th-newsletter__text h2 { color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -.01em; }
.wpcm-th-newsletter__text p { margin-top: 6px; color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.4; }
.wpcm-th-newsletter__button {
  flex: 0 0 auto;
  padding: 13px 26px;
  border-radius: 999px;
  color: var(--wpcm-th-accent-dark);
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}
.wpcm-th-newsletter__button:hover { color: #fff; background: rgba(255,255,255,.15); box-shadow: inset 0 0 0 2px #fff; }

/* Responsivo dos blocos extras */
@media (max-width: 900px) {
  .wpcm-th-spotlight__grid { grid-template-columns: 1fr; }
  .wpcm-th-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wpcm-th-mosaic__cell--lead { grid-column: 1 / span 2; grid-row: auto; }
  .wpcm-th-darkband__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .wpcm-th-mosaic { grid-template-columns: 1fr; }
  .wpcm-th-mosaic__cell--lead { grid-column: 1; }
  .wpcm-th-darkband__grid { grid-template-columns: 1fr; }
  .wpcm-th-newsletter__inner { flex-direction: column; align-items: flex-start; }
}
