/* ============================================================
   Blocos de oferta (afiliado) — estilo nativo do site.
   Regra: NUNCA imitar o visual do AdSense. O rotulo "Publicidade"
   e obrigatorio e precisa continuar legivel.
   ============================================================ */

.ep-oferta {
  margin: 32px 0;
}

.ep-oferta-card {
  position: relative;
  display: block;
  border: 1px solid #E0DFD8;
  border-radius: 14px;
  background: #fff;
  padding: 18px 20px 20px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}

.ep-oferta-card:hover {
  border-color: #F5C842;
  box-shadow: 0 10px 28px rgba(15, 15, 15, .10);
  transform: translateY(-2px);
  color: inherit;
}

/* Rotulo de publicidade — exigencia legal e das politicas do Google */
.ep-oferta-rotulo {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #8a8a80;
  background: #F4F4F0;
  border: 1px solid #E0DFD8;
  border-radius: 4px;
  padding: 2px 7px;
  margin-bottom: 12px;
}

.ep-oferta-corpo {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ep-oferta-img {
  width: 104px;
  height: 104px;
  flex-shrink: 0;
  border-radius: 10px;
  object-fit: cover;
  background: #F4F4F0;
  border: 1px solid #E0DFD8;
}

.ep-oferta-texto { min-width: 0; }

.ep-oferta-titulo {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
  color: #1a1a1a;
  margin: 0 0 6px;
}

.ep-oferta-sub {
  font-size: 14px;
  line-height: 1.5;
  color: #55554e;
  margin: 0 0 10px;
}

.ep-oferta-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.ep-oferta-bullets li {
  font-size: 13.5px;
  color: #40403a;
  padding-left: 20px;
  position: relative;
  margin-bottom: 4px;
}

.ep-oferta-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2f9e44;
  font-weight: 700;
}

.ep-oferta-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #0F0F0F;
  color: #F5C842;
  font-weight: 700;
  font-size: 14.5px;
  padding: 11px 20px;
  border-radius: 9px;
  transition: background .18s ease;
}

.ep-oferta-card:hover .ep-oferta-btn { background: #26261f; }

.ep-oferta-btn span { transition: transform .18s ease; }
.ep-oferta-card:hover .ep-oferta-btn span { transform: translateX(3px); }

/* ---------- Modo BANNER: a imagem inteira e o anuncio ---------- */
.ep-oferta-banner {
  display: block;
  padding: 0;
  border: 1px solid #E0DFD8;
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
}
.ep-oferta-banner:hover {
  border-color: #F5C842;
  box-shadow: 0 12px 30px rgba(15, 15, 15, .14);
  transform: translateY(-2px);
}
.ep-oferta-banner-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 13px;
}
.ep-oferta-banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  background: #0F0F0F;
  color: #F5C842;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .01em;
  text-decoration: none;
  padding: 15px 22px;
  border-radius: 11px;
  transition: background .18s ease;
}
.ep-oferta-banner-btn:hover { background: #26261f; color: #F5C842; }
.ep-oferta-banner-btn span { transition: transform .18s ease; }
.ep-oferta-banner-btn:hover span { transform: translateX(3px); }

/* Aviso de afiliado — transparencia com o leitor */
.ep-oferta-aviso {
  font-size: 11.5px;
  color: #8a8a80;
  margin: 9px 0 0;
  line-height: 1.45;
}

@media (max-width: 575.98px) {
  .ep-oferta { margin: 26px 0; }
  .ep-oferta-card { padding: 15px 16px 17px; }
  .ep-oferta-corpo { gap: 13px; }
  .ep-oferta-img { width: 74px; height: 74px; }
  .ep-oferta-titulo { font-size: 15.5px; }
  .ep-oferta-sub { font-size: 13.5px; }
  .ep-oferta-btn { width: 100%; justify-content: center; }
}
