/* Banner no fim do post: nunca pode extrapolar a largura do conteúdo */
.cfov-banner-slot--within-content {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.cfov-banner-slot--within-content .cfov-banner,
.cfov-banner-slot--within-content .cfov-banner-link,
.cfov-banner-slot--within-content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Se alguma regra antiga estiver forçando "full-bleed" (100vw), neutraliza */
.cfov-banner-slot--within-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Base: banner sempre responsivo (evita overflow no mobile) */
.cfov-banner-slot {
  max-width: 100%;
  overflow: hidden;
}

.cfov-banner {
  width: 100%;
  max-width: 100%;
}

.cfov-banner-link {
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 0; /* remove “gap” em imagens inline */
}

.cfov-banner-img,
.cfov-banner img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Segurança extra contra qualquer regra "full-bleed" */
.cfov-banner,
.cfov-banner-link,
.cfov-banner-img {
  min-width: 0;
}