/* =============================================================
   Como cozinhar bacalhau sem ressecar - Premium V1
   Escopo isolado: body.ep-como-cozinhar-bacalhau-v1
   Prefixo de classes: epcb-
   ============================================================= */

body.ep-como-cozinhar-bacalhau-v1 {
  --epcb-verde-profundo: #062f25;
  --epcb-verde-escuro: #003d31;
  --epcb-dourado: #d4af37;
  --epcb-creme: #f7efdf;
  --epcb-branco-quente: #fffaf2;
  --epcb-vinho: #6e2637;
  --epcb-azul: #245b82;
  --epcb-madeira: #8a5a33;
  --epcb-mel: #c98a2b;
  --epcb-tinta: #22312b;
  --epcb-tinta-suave: #4a564f;
  --epcb-borda: #e6ddc8;
  --epcb-sombra: 0 18px 40px rgba(6, 47, 37, 0.12);
  --epcb-sombra-suave: 0 8px 22px rgba(6, 47, 37, 0.08);
  --epcb-serif: Georgia, "Times New Roman", serif;
  --epcb-sans: Arial, Helvetica, sans-serif;
}

/* ---------- Base do main ---------- */
body.ep-como-cozinhar-bacalhau-v1 main#conteudo {
  background: var(--epcb-branco-quente);
  color: var(--epcb-tinta);
  font-family: var(--epcb-sans);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-section {
  padding: 62px 0;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-section--tint {
  background: linear-gradient(180deg, #fffaf2 0%, #f7efdf 100%);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-eyebrow {
  font-family: var(--epcb-sans);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--epcb-mel);
  margin: 0 0 12px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-h2 {
  font-family: var(--epcb-serif);
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.14;
  color: var(--epcb-verde-profundo);
  margin: 0 0 14px;
  font-weight: 700;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-lead {
  font-size: 17px;
  line-height: 1.68;
  color: var(--epcb-tinta-suave);
  max-width: 820px;
  margin: 0 0 30px;
}

/* ---------- HERO ---------- */
body.ep-como-cozinhar-bacalhau-v1 .epcb-hero {
  background:
    radial-gradient(1100px 420px at 12% -10%, rgba(212, 175, 55, 0.16), transparent 60%),
    linear-gradient(135deg, #062f25 0%, #003d31 100%);
  color: #fdf7ea;
  padding: 40px 0 44px;
  border-bottom: 3px solid var(--epcb-dourado);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-breadcrumb {
  font-size: 13px;
  color: #cfe0d3;
  margin: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-breadcrumb a {
  color: #e9dcae;
  text-decoration: none;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-breadcrumb a:hover { text-decoration: underline; }
body.ep-como-cozinhar-bacalhau-v1 .epcb-breadcrumb span[aria-hidden] { color: #7fa08b; }

body.ep-como-cozinhar-bacalhau-v1 .epcb-hero__grid {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 40px;
  align-items: center;
  min-height: 470px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 13px;
  font-weight: 700;
  color: var(--epcb-dourado);
  margin: 0 0 14px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-hero h1 {
  font-family: var(--epcb-serif);
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.08;
  margin: 0 0 18px;
  color: #fffaf2;
  font-weight: 700;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-hero__sub {
  font-size: 17px;
  line-height: 1.66;
  color: #e4eee4;
  margin: 0 0 22px;
  max-width: 560px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-badge {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: #f3ead0;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  border: 2px solid transparent;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-btn--primary {
  background: var(--epcb-dourado);
  color: #26200a;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(212, 175, 55, 0.35);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-btn--ghost {
  background: transparent;
  color: #fdf7ea;
  border-color: rgba(253, 247, 234, 0.55);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-btn--ghost:hover {
  background: rgba(253, 247, 234, 0.1);
  transform: translateY(-2px);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-btn:focus-visible {
  outline: 3px solid var(--epcb-dourado);
  outline-offset: 3px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-hero__figure {
  margin: 0;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-hero__figure img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.32);
  display: block;
  background: #04241c;
}

/* ---------- Grades de cards ---------- */
body.ep-como-cozinhar-bacalhau-v1 .epcb-grid {
  display: grid;
  gap: 20px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-grid--5 { grid-template-columns: repeat(5, 1fr); }
body.ep-como-cozinhar-bacalhau-v1 .epcb-grid--4 { grid-template-columns: repeat(4, 1fr); }
body.ep-como-cozinhar-bacalhau-v1 .epcb-grid--3 { grid-template-columns: repeat(3, 1fr); }
body.ep-como-cozinhar-bacalhau-v1 .epcb-grid--2 { grid-template-columns: repeat(2, 1fr); }

body.ep-como-cozinhar-bacalhau-v1 .epcb-card {
  background: var(--epcb-branco-quente);
  border: 1px solid var(--epcb-borda);
  border-top: 3px solid var(--epcb-dourado);
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: var(--epcb-sombra-suave);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--epcb-verde-profundo);
  color: var(--epcb-dourado);
  font-family: var(--epcb-serif);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-card h3 {
  font-family: var(--epcb-serif);
  font-size: 19px;
  color: var(--epcb-verde-profundo);
  margin: 0 0 8px;
  font-weight: 700;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--epcb-tinta-suave);
  margin: 0;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-card__uses {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: var(--epcb-mel);
  font-weight: 700;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-card__alert {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--epcb-vinho);
  font-weight: 700;
}

/* ---------- Passo a passo (etapas) ---------- */
body.ep-como-cozinhar-bacalhau-v1 .epcb-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-step {
  background: var(--epcb-branco-quente);
  border: 1px solid var(--epcb-borda);
  border-left: 4px solid var(--epcb-mel);
  border-radius: 14px;
  padding: 20px 18px;
  box-shadow: var(--epcb-sombra-suave);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--epcb-mel);
  color: #fffaf2;
  font-family: var(--epcb-serif);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-step h3 {
  font-family: var(--epcb-serif);
  font-size: 17px;
  color: var(--epcb-verde-profundo);
  margin: 0 0 8px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-step p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--epcb-tinta-suave);
  margin: 0;
}

/* ---------- Comparacao de tres estados (ponto) ---------- */
body.ep-como-cozinhar-bacalhau-v1 .epcb-compare {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-state {
  border-radius: 14px;
  padding: 20px 18px;
  border: 1px solid var(--epcb-borda);
  background: var(--epcb-branco-quente);
  box-shadow: var(--epcb-sombra-suave);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-state h3 {
  font-family: var(--epcb-serif);
  font-size: 17px;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-state h3::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex: 0 0 auto;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-state ul {
  margin: 0;
  padding-left: 18px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-state li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--epcb-tinta-suave);
  margin-bottom: 5px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-state--low {
  border-left: 4px solid var(--epcb-azul);
}
body.ep-como-cozinhar-bacalhau-v1 .epcb-state--low h3 { color: var(--epcb-azul); }
body.ep-como-cozinhar-bacalhau-v1 .epcb-state--low h3::before { background: var(--epcb-azul); }

body.ep-como-cozinhar-bacalhau-v1 .epcb-state--ok {
  border-left: 4px solid #2e7d5b;
  background: #f2f9f4;
}
body.ep-como-cozinhar-bacalhau-v1 .epcb-state--ok h3 { color: #216c48; }
body.ep-como-cozinhar-bacalhau-v1 .epcb-state--ok h3::before { background: #2e7d5b; }

body.ep-como-cozinhar-bacalhau-v1 .epcb-state--high {
  border-left: 4px solid var(--epcb-vinho);
}
body.ep-como-cozinhar-bacalhau-v1 .epcb-state--high h3 { color: var(--epcb-vinho); }
body.ep-como-cozinhar-bacalhau-v1 .epcb-state--high h3::before { background: var(--epcb-vinho); }

/* ---------- Metodo (card maior com cuidado) ---------- */
body.ep-como-cozinhar-bacalhau-v1 .epcb-method {
  background: var(--epcb-branco-quente);
  border: 1px solid var(--epcb-borda);
  border-top: 3px solid var(--epcb-dourado);
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: var(--epcb-sombra-suave);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-method h3 {
  font-family: var(--epcb-serif);
  font-size: 19px;
  color: var(--epcb-verde-profundo);
  margin: 0 0 8px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-method p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--epcb-tinta-suave);
  margin: 0;
}

/* ---------- Bloco editorial destacado ---------- */
body.ep-como-cozinhar-bacalhau-v1 .epcb-highlight {
  margin-top: 26px;
  background: var(--epcb-verde-profundo);
  color: #f3ead0;
  border-radius: 16px;
  padding: 26px 28px;
  border-left: 5px solid var(--epcb-dourado);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-highlight h3 {
  font-family: var(--epcb-serif);
  font-size: 20px;
  color: var(--epcb-dourado);
  margin: 0 0 8px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-highlight p {
  font-size: 15px;
  line-height: 1.66;
  margin: 0;
  color: #e7efe6;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-note {
  margin-top: 22px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--epcb-tinta-suave);
  background: var(--epcb-branco-quente);
  border: 1px dashed var(--epcb-mel);
  border-radius: 12px;
  padding: 16px 18px;
}

/* ---------- Checklist ---------- */
body.ep-como-cozinhar-bacalhau-v1 .epcb-checkbox-box {
  background: var(--epcb-branco-quente);
  border: 1px solid var(--epcb-borda);
  border-radius: 16px;
  padding: 28px 26px;
  box-shadow: var(--epcb-sombra-suave);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-checkbox-box h3 {
  font-family: var(--epcb-serif);
  color: var(--epcb-verde-profundo);
  margin: 0 0 14px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 26px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--epcb-tinta);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-check::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 1px;
  border-radius: 5px;
  border: 2px solid var(--epcb-mel);
  background: var(--epcb-creme);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-check-sub {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--epcb-borda);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-check-sub h3 {
  font-family: var(--epcb-serif);
  font-size: 18px;
  color: var(--epcb-verde-profundo);
  margin: 0 0 14px;
}

/* ---------- Acordeoes e FAQ ---------- */
body.ep-como-cozinhar-bacalhau-v1 .epcb-acc {
  background: var(--epcb-branco-quente);
  border: 1px solid var(--epcb-borda);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-acc > summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-family: var(--epcb-serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--epcb-verde-profundo);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-acc > summary::-webkit-details-marker { display: none; }

body.ep-como-cozinhar-bacalhau-v1 .epcb-acc > summary::after {
  content: "+";
  font-size: 24px;
  color: var(--epcb-dourado);
  line-height: 1;
  flex: 0 0 auto;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-acc[open] > summary::after { content: "\2013"; }

body.ep-como-cozinhar-bacalhau-v1 .epcb-acc__body {
  padding: 0 22px 20px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-acc__body p {
  font-size: 15px;
  line-height: 1.66;
  color: var(--epcb-tinta-suave);
  margin: 0 0 10px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-acc__body ul {
  margin: 0;
  padding-left: 20px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-acc__body li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--epcb-tinta-suave);
  margin-bottom: 6px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-acc__body a { color: var(--epcb-azul); }

/* ---------- Avisos editoriais ---------- */
body.ep-como-cozinhar-bacalhau-v1 .epcb-notice {
  border-radius: 14px;
  padding: 22px 24px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-notice--safety {
  background: #fff6f3;
  border: 1px solid #e8c9bf;
  border-left: 5px solid var(--epcb-vinho);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-notice--editorial {
  background: #f2f7f9;
  border: 1px solid #cfdde4;
  border-left: 5px solid var(--epcb-azul);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-notice strong {
  display: block;
  font-family: var(--epcb-serif);
  font-size: 17px;
  margin-bottom: 8px;
  color: var(--epcb-verde-profundo);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-notice p {
  font-size: 14.5px;
  line-height: 1.62;
  color: var(--epcb-tinta-suave);
  margin: 0;
}

/* ---------- Continue explorando ---------- */
body.ep-como-cozinhar-bacalhau-v1 .epcb-explore {
  display: block;
  text-decoration: none;
  background: var(--epcb-branco-quente);
  border: 1px solid var(--epcb-borda);
  border-radius: 14px;
  padding: 22px 20px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-explore:hover {
  transform: translateY(-3px);
  box-shadow: var(--epcb-sombra);
  border-color: var(--epcb-dourado);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-explore:focus-visible {
  outline: 3px solid var(--epcb-azul);
  outline-offset: 2px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-explore__cat {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--epcb-mel);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-explore h3 {
  font-family: var(--epcb-serif);
  font-size: 18px;
  color: var(--epcb-verde-profundo);
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-explore h3 span {
  color: var(--epcb-dourado);
  transition: transform 0.15s ease;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-explore:hover h3 span { transform: translateX(4px); }

/* ---------- CTA final ---------- */
body.ep-como-cozinhar-bacalhau-v1 .epcb-cta {
  background:
    radial-gradient(900px 360px at 85% 120%, rgba(212, 175, 55, 0.16), transparent 60%),
    linear-gradient(135deg, #003d31 0%, #062f25 100%);
  color: #fdf7ea;
  border-radius: 20px;
  padding: 46px 40px;
  text-align: center;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-cta h2 {
  font-family: var(--epcb-serif);
  font-size: clamp(26px, 3.4vw, 36px);
  color: #fffaf2;
  margin: 0 0 12px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-cta p {
  font-size: 16.5px;
  line-height: 1.6;
  color: #e4eee4;
  max-width: 640px;
  margin: 0 auto 26px;
}

body.ep-como-cozinhar-bacalhau-v1 .epcb-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ---------- Ancoras: compensar header sticky ---------- */
body.ep-como-cozinhar-bacalhau-v1 main#conteudo section[id] {
  scroll-margin-top: 112px;
}

/* ---------- Responsivo: tablet ---------- */
@media (max-width: 980px) {
  body.ep-como-cozinhar-bacalhau-v1 .epcb-hero__grid {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
  }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-hero__figure img { max-height: 420px; }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-grid--5,
  body.ep-como-cozinhar-bacalhau-v1 .epcb-grid--4 { grid-template-columns: repeat(3, 1fr); }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-grid--3 { grid-template-columns: repeat(2, 1fr); }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-steps { grid-template-columns: repeat(2, 1fr); }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-compare { grid-template-columns: 1fr; }
}

/* ---------- Responsivo: mobile ---------- */
@media (max-width: 640px) {
  body.ep-como-cozinhar-bacalhau-v1 .epcb-wrap { padding: 0 20px; }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-section { padding: 40px 0; }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-hero { padding: 28px 0 34px; }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-hero h1 { font-size: clamp(34px, 9vw, 42px); }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-grid--5,
  body.ep-como-cozinhar-bacalhau-v1 .epcb-grid--4,
  body.ep-como-cozinhar-bacalhau-v1 .epcb-grid--3,
  body.ep-como-cozinhar-bacalhau-v1 .epcb-grid--2 { grid-template-columns: 1fr; }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-steps { grid-template-columns: 1fr; }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-compare { grid-template-columns: 1fr; }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-check-grid { grid-template-columns: 1fr; }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-hero__actions .epcb-btn { width: 100%; }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-cta { padding: 34px 22px; }
  body.ep-como-cozinhar-bacalhau-v1 .epcb-cta__actions .epcb-btn { width: 100%; }
  body.ep-como-cozinhar-bacalhau-v1 main#conteudo section[id] {
    scroll-margin-top: 104px;
  }
}
