.wpcm-theme-amz-section > .wpcm-vc-section__inner {
  width: min(100%, 1600px);
  max-width: 1600px !important;
}

.wpcm-amz-premium-section > .wpcm-vc-section__inner {
  width: min(100% - 24px, 1600px);
  max-width: 1600px !important;
}

.wpcm-theme-amz-side-stack {
  display: grid !important;
  align-content: start;
  gap: 30px;
}

.wpcm-amz-premium-section .wpcm-theme-amz-side-stack { gap: 18px; }
.wpcm-amz-premium-section .wpcm-amz-social .wpcm-amz-head { margin-bottom: 13px; }
.wpcm-amz-premium-section .wpcm-amz-social__item { min-height: 80px; padding: 12px; }

.wpcm-amz-premium-section .wpcm-theme-amz-side-stack { gap: 18px; }
.wpcm-amz-premium-section .wpcm-amz-social .wpcm-amz-head { margin-bottom: 13px; }
.wpcm-amz-premium-section .wpcm-amz-social__item { min-height: 80px; padding: 12px; }

.wpcm-amz {
  min-width: 0;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
}

.wpcm-amz * { box-sizing: border-box; }
.wpcm-amz article { min-width: 0; margin: 0; }

.wpcm-amz-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  border-bottom: 2px solid #e5e7eb;
}

.wpcm-amz-head h2 {
  flex: 0 0 auto;
  margin: 0 0 -2px;
  padding: 8px 14px 9px;
  border-bottom: 3px solid var(--amz-accent, #f2a900);
  background: var(--amz-accent, #f2a900);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.wpcm-amz-media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #dce3ea;
}

.wpcm-amz-media img,
.wpcm-amz-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.wpcm-amz article:hover .wpcm-amz-media img,
.wpcm-amz article:hover .wpcm-amz-thumb img { transform: scale(1.035); }

.wpcm-amz-media__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  background: linear-gradient(135deg, #173047, #0f766e);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  text-align: center;
}

.wpcm-amz-overlay {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 64px 20px 18px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(4, 10, 18, .94));
}

.wpcm-amz-overlay h2,
.wpcm-amz-overlay h3 {
  margin: 5px 0 0;
  color: #fff;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.018em;
}

.wpcm-amz-overlay h2 { font-size: clamp(25px, 2.45vw, 39px); }
.wpcm-amz-overlay h3 { font-size: clamp(16px, 1.3vw, 21px); }
.wpcm-amz-overlay a { color: #fff !important; text-decoration: none !important; }

.wpcm-amz-category {
  display: inline-flex;
  margin: 0 8px 4px 0;
  padding: 4px 7px;
  color: #fff !important;
  background: var(--amz-accent, #f2a900);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

.wpcm-amz time {
  display: inline-block;
  color: #7b8491;
  font-size: 11px;
}

.wpcm-amz-overlay time { color: rgba(255, 255, 255, .8); }

.wpcm-amz-hero__grid {
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 1fr);
  gap: 6px;
}

.wpcm-amz-hero__main,
.wpcm-amz-hero__wide,
.wpcm-amz-hero__small-grid article {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #0f172a;
}

.wpcm-amz-hero__rail {
  display: grid;
  min-height: 0;
  grid-template-rows: 1.04fr .96fr;
  gap: 6px;
}

.wpcm-amz-hero__small-grid {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.wpcm-amz-showcase__frame {
  position: relative;
  padding: clamp(5px, .55vw, 8px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% -12%, rgba(255, 255, 255, .16), transparent 30%),
    radial-gradient(circle at 96% 112%, rgba(216, 163, 33, .18), transparent 28%),
    linear-gradient(135deg, #0b2925 0%, #145440 52%, #0b302d 100%);
  box-shadow: 0 26px 64px rgba(8, 55, 41, .22), inset 0 1px 0 rgba(255, 255, 255, .15);
}

.wpcm-amz-showcase__frame::before {
  content: none;
  position: absolute;
  z-index: 3;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  pointer-events: none;
}

.wpcm-amz-showcase__stage {
  position: relative;
  height: 460px;
}

.wpcm-amz-showcase__lead {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 15px;
  background: #fbfaf4;
  box-shadow: 0 16px 38px rgba(3, 35, 26, .2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .5s ease, visibility 0s linear .5s;
}

.wpcm-amz-showcase__lead.is-active {
  position: absolute;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.wpcm-amz-showcase__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: clamp(30px, 4vw, 62px);
  background:
    radial-gradient(circle at 8% 0%, rgba(20, 84, 64, .08), transparent 36%),
    linear-gradient(145deg, #f5f3e9, #fff 70%);
}

.wpcm-amz-showcase__content::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 0;
  width: 1px;
  height: 76%;
  background: linear-gradient(transparent, rgba(20, 84, 64, .22), transparent);
}

.wpcm-amz-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px;
  color: #8a6811;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.wpcm-amz-showcase__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #d8a321;
}

.wpcm-amz-showcase__meta {
  min-height: 18px;
  margin: 0 0 8px;
}

.wpcm-amz-showcase__meta .wpcm-amz-category {
  margin: 0 8px 0 0;
  padding: 0 0 4px;
  border-bottom: 2px solid var(--amz-accent, #145440);
  color: var(--amz-accent, #145440) !important;
  background: transparent;
  letter-spacing: .08em;
}

.wpcm-amz-showcase__content h2 {
  max-width: 590px;
  margin: 0;
  color: #13241d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.035em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wpcm-amz-showcase__content h2 a {
  color: inherit !important;
  text-decoration: none !important;
  background-image: linear-gradient(#d8a321, #d8a321);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: color .2s ease, background-size .28s ease;
}

.wpcm-amz-showcase__lead:hover .wpcm-amz-showcase__content h2 a {
  color: #145440 !important;
  background-size: 100% 1px;
}

.wpcm-amz-showcase__content p {
  max-width: 560px;
  margin: 16px 0 0;
  color: #5d6963;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.58;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wpcm-amz-showcase__read {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: #145440 !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.wpcm-amz-showcase__read span {
  color: #d8a321;
  font-size: 18px;
  transition: transform .2s ease;
}

.wpcm-amz-showcase__read:hover span { transform: translateX(4px); }

.wpcm-amz-showcase__image {
  position: relative;
  display: block;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #d8e2dc;
}

.wpcm-amz-showcase__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 41, 37, .14), transparent 30%),
    linear-gradient(0deg, rgba(5, 22, 18, .16), transparent 35%);
  pointer-events: none;
}

.wpcm-amz-showcase__image img,
.wpcm-amz-showcase__image .wpcm-amz-media__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.wpcm-amz-showcase__lead:hover .wpcm-amz-showcase__image img { transform: scale(1.015); }

.wpcm-amz-showcase__controls {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(7, 35, 28, .72);
  box-shadow: 0 9px 24px rgba(0, 0, 0, .2);
  backdrop-filter: blur(9px);
}

.wpcm-amz-showcase__arrow,
.wpcm-amz-showcase__dot {
  appearance: none;
  margin: 0;
  border: 0;
  cursor: pointer;
}

.wpcm-amz-showcase__arrow {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0 0 2px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font: 400 24px/1 Georgia, serif;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.wpcm-amz-showcase__arrow:hover,
.wpcm-amz-showcase__arrow:focus-visible {
  color: #0b302d;
  background: #fff;
  transform: scale(1.06);
  outline: none;
}

.wpcm-amz-showcase__dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wpcm-amz-showcase__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  transition: width .2s ease, background .2s ease;
}

.wpcm-amz-showcase__dot.is-active {
  width: 20px;
  background: #e3b32f;
}

.wpcm-amz-showcase__dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.wpcm-amz-showcase__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 13px);
  margin-top: 22px;
}

.wpcm-amz-showcase__cards article {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 13px;
  background: #10251e;
  box-shadow: 0 12px 28px rgba(3, 28, 22, .18);
}

.wpcm-amz-showcase__cards .wpcm-amz-media img {
  object-position: 50% 16%;
  transform-origin: 50% 16%;
}

.wpcm-amz-showcase__cards article:hover .wpcm-amz-media img {
  transform: scale(1.015);
}

.wpcm-amz-showcase__cards .wpcm-amz-overlay {
  padding: 58px 18px 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 24, 18, .95) 92%);
}

.wpcm-amz-showcase__cards .wpcm-amz-overlay h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.55vw, 22px);
}

.wpcm-amz-feature-list__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 26px;
}

.wpcm-amz-feature-list__main {
  overflow: hidden;
  border: 1px solid #e6e9ed;
  background: #fff;
  box-shadow: 0 8px 25px rgba(15, 23, 42, .05);
}

.wpcm-amz-feature-list__main > .wpcm-amz-media {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 10;
}

.wpcm-amz-card-body { padding: 16px 18px 18px; }

.wpcm-amz-card-body h3,
.wpcm-amz-feature-list__items h3,
.wpcm-amz-compact h3 {
  margin: 5px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.23;
}

.wpcm-amz-card-body h3 { font-size: clamp(20px, 1.65vw, 27px); }
.wpcm-amz-feature-list__items h3,
.wpcm-amz-compact h3 { font-size: 15px; }

.wpcm-amz-card-body h3 a,
.wpcm-amz-feature-list__items h3 a,
.wpcm-amz-compact h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.wpcm-amz-card-body h3 a:hover,
.wpcm-amz-feature-list__items h3 a:hover,
.wpcm-amz-compact h3 a:hover { color: var(--amz-accent, #f2a900) !important; }

.wpcm-amz-card-body p {
  margin: 10px 0 0;
  color: #5f6875;
  font-size: 14px;
  line-height: 1.55;
}

.wpcm-amz-feature-list__items,
.wpcm-amz-compact__items { display: grid; align-content: start; }

.wpcm-amz-feature-list__items article,
.wpcm-amz-compact__items article {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 13px;
  padding: 0 0 13px;
  margin: 0 0 13px;
  border-bottom: 1px solid #e5e7eb;
}

.wpcm-amz-thumb {
  display: block;
  height: 82px;
  overflow: hidden;
  background: #e5e7eb;
}

.wpcm-amz-social__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.wpcm-amz-social__item {
  display: grid;
  min-height: 88px;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 10px;
  padding: 14px;
  color: #fff !important;
  background: var(--network);
  text-decoration: none !important;
}

.wpcm-amz-social__item b {
  grid-row: 1 / 3;
  align-self: center;
  font-size: 27px;
  line-height: 1;
  text-align: center;
}

.wpcm-amz-social__item strong { font-size: 13px; }
.wpcm-amz-social__item small { opacity: .78; font-size: 10px; text-transform: uppercase; }

.wpcm-amz-spotlight article,
.wpcm-amz-overlay-grid article {
  position: relative;
  min-height: 265px;
  overflow: hidden;
  background: #111827;
}

.wpcm-amz-overlay-grid__items {
  display: grid;
  gap: 10px;
}

.wpcm-amz-overlay-grid__items--1 { grid-template-columns: 1fr; }
.wpcm-amz-overlay-grid__items--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wpcm-amz-overlay-grid__items--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wpcm-amz-overlay-grid__items--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.wpcm-amz-overlay-grid__items--3 article,
.wpcm-amz-overlay-grid__items--4 article { min-height: 235px; }

/* Grade editorial “Mais notícias”: responde à largura do próprio contêiner. */
.wpcm-amz-news-matrix {
  container-type: inline-size;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--amz-accent, #0b5d3b) 20%, #dbe8e1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 95% -10%, rgba(244, 180, 0, .13), transparent 33%),
    linear-gradient(180deg, #fff 0%, #fbfdfc 100%);
  box-shadow: 0 18px 50px rgba(8, 66, 43, .09);
}

.wpcm-amz-news-matrix__head {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(135deg, color-mix(in srgb, var(--amz-accent, #0b5d3b) 86%, #071f18), var(--amz-accent, #0b5d3b));
}

.wpcm-amz-news-matrix__head::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, #f0b429, #ffd56a 32%, transparent 80%);
}

.wpcm-amz-news-matrix__mark {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 50%;
  color: #f7c94b;
  font-size: 16px;
  line-height: 1;
}

.wpcm-amz-news-matrix__head h2 {
  flex: 0 0 auto;
  margin: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2.2cqi, 25px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.015em;
}

.wpcm-amz-news-matrix__line {
  height: 1px;
  flex: 1 1 auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, .48), transparent);
}

.wpcm-amz-news-matrix__grid {
  display: grid;
  grid-template-columns: repeat(var(--amz-columns, 3), minmax(0, 1fr));
}

.wpcm-amz-news-matrix__item {
  position: relative;
  display: grid;
  min-height: 128px;
  grid-template-columns: minmax(92px, 35%) minmax(0, 1fr);
  align-items: stretch;
  gap: 15px;
  padding: 14px;
  border-right: 1px solid #e0e8e4;
  border-bottom: 1px solid #e0e8e4;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.wpcm-amz-news-matrix__item:hover {
  z-index: 2;
  background: #f4faf7;
  box-shadow: inset 4px 0 0 #f0b429, 0 10px 28px rgba(8, 66, 43, .08);
}

.wpcm-amz-news-matrix__thumb {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 96px;
  overflow: hidden;
  border-radius: 10px;
  background: #dce9e2;
}

.wpcm-amz-news-matrix__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: inherit;
  pointer-events: none;
}

.wpcm-amz-news-matrix__thumb img,
.wpcm-amz-news-matrix__thumb .wpcm-amz-media__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s cubic-bezier(.2, .7, .2, 1);
}

.wpcm-amz-news-matrix__item:hover .wpcm-amz-news-matrix__thumb img { transform: scale(1.055); }

.wpcm-amz-news-matrix__body {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.wpcm-amz-news-matrix__body .wpcm-amz-category {
  margin: 0 0 7px;
  padding: 0;
  color: var(--amz-accent, #0b5d3b) !important;
  background: transparent;
  font-size: 10px;
  letter-spacing: .055em;
}

.wpcm-amz-news-matrix__body time {
  margin: 0 0 6px 8px;
  color: #7b8881;
  font-size: 10px;
}

.wpcm-amz-news-matrix__body h3 {
  margin: 0;
  color: #10251d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.65cqi, 19px);
  font-weight: 800;
  line-height: 1.17;
  letter-spacing: -.012em;
}

.wpcm-amz-news-matrix__body h3 a {
  color: inherit !important;
  text-decoration: none !important;
  background-image: linear-gradient(#f0b429, #f0b429);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: color .2s ease, background-size .25s ease;
}

.wpcm-amz-news-matrix__item:hover h3 a {
  color: var(--amz-accent, #0b5d3b) !important;
  background-size: 100% 2px;
}

@container (max-width: 1040px) {
  .wpcm-amz-news-matrix__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@container (max-width: 680px) {
  .wpcm-amz-news-matrix__grid { grid-template-columns: 1fr; }
  .wpcm-amz-news-matrix__item { grid-template-columns: minmax(110px, 32%) minmax(0, 1fr); }
  .wpcm-amz-news-matrix__body h3 { font-size: clamp(16px, 4cqi, 20px); }
}

@container (max-width: 390px) {
  .wpcm-amz-news-matrix { border-radius: 11px; }
  .wpcm-amz-news-matrix__head { min-height: 52px; padding: 10px 13px; }
  .wpcm-amz-news-matrix__line { display: none; }
  .wpcm-amz-news-matrix__item { min-height: 104px; grid-template-columns: 96px minmax(0, 1fr); gap: 11px; padding: 11px; }
  .wpcm-amz-news-matrix__thumb { min-height: 82px; border-radius: 8px; }
  .wpcm-amz-news-matrix__body h3 { font-size: 15px; }
}

.wpcm-amz-empty {
  display: grid;
  min-height: 140px;
  place-content: center;
  padding: 24px;
  border: 1px dashed #aab3bf;
  color: #5f6875;
  background: #f8fafc;
  text-align: center;
}

.wpcm-amz-empty strong { color: #111827; }

@media (max-width: 1018px) {
  .wpcm-amz-hero__grid { min-height: 620px; grid-template-columns: 1fr; grid-template-rows: 1.15fr .85fr; }
  .wpcm-amz-hero__rail { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .wpcm-amz-hero__small-grid { grid-template-columns: 1fr; }
  .wpcm-amz-showcase__lead { grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); }
  .wpcm-amz-showcase__content { padding: clamp(28px, 4vw, 44px); }
  .wpcm-amz-feature-list__grid { grid-template-columns: 1fr; }
  .wpcm-amz-feature-list__items { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .wpcm-amz-overlay-grid__items--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .wpcm-theme-amz-section > .wpcm-vc-section__inner { width: min(100% - 20px, 1400px); }
  .wpcm-amz-hero__grid { min-height: auto; display: block; }
  .wpcm-amz-hero__main { min-height: 390px; }
  .wpcm-amz-hero__rail { display: grid; margin-top: 6px; grid-template-columns: 1fr; }
  .wpcm-amz-hero__wide { min-height: 260px; }
  .wpcm-amz-hero__small-grid { grid-template-columns: 1fr 1fr; }
  .wpcm-amz-hero__small-grid article { min-height: 220px; }
  .wpcm-amz-showcase__frame { padding: 5px; border-radius: 17px; }
  .wpcm-amz-showcase__frame::before { inset: 4px; border-radius: 13px; }
  .wpcm-amz-showcase__stage { height: 720px; }
  .wpcm-amz-showcase__lead { min-height: 0; grid-template-columns: 1fr; grid-template-rows: 420px 300px; border-radius: 11px; }
  .wpcm-amz-showcase__content { min-height: 0; padding: 28px 24px 30px; }
  .wpcm-amz-showcase__content::after { display: none; }
  .wpcm-amz-showcase__content h2 { font-size: clamp(29px, 9.2vw, 39px); }
  .wpcm-amz-showcase__image { min-height: 0; }
  .wpcm-amz-showcase__controls { right: 16px; bottom: 16px; }
  .wpcm-amz-showcase__cards { grid-template-columns: 1fr; }
  .wpcm-amz-showcase__cards article { min-height: 285px; }
  .wpcm-amz-feature-list__items { grid-template-columns: 1fr; gap: 0; }
  .wpcm-amz-social__grid { grid-template-columns: 1fr 1fr; }
  .wpcm-amz-overlay-grid__items--2,
  .wpcm-amz-overlay-grid__items--3,
  .wpcm-amz-overlay-grid__items--4 { grid-template-columns: 1fr; }
  .wpcm-amz-overlay-grid article { min-height: 285px; }
}

@media (prefers-reduced-motion: reduce) {
  .wpcm-amz-showcase__lead,
  .wpcm-amz-showcase__image img,
  .wpcm-amz-showcase__arrow,
  .wpcm-amz-showcase__dot {
    transition: none;
  }
}

@media (max-width: 480px) {
  .wpcm-amz-hero__small-grid { grid-template-columns: 1fr; }
  .wpcm-amz-social__grid { grid-template-columns: 1fr; }
  .wpcm-amz-feature-list__items article,
  .wpcm-amz-compact__items article { grid-template-columns: 104px minmax(0, 1fr); }
}
