/* Mercado Café: base ativa do canal após a separação por domínio. */
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page {
  --bs-cafe-copy-max: 70ch;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > p,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > h2,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > .info-box,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > .pull-quote,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > .cot-grid,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > .chart-container,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > .robusta-regions,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > .eudr-steps,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > .scenario-grid,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > .matrix-wrap,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > .bs-cafe-cta,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > .bs-cafe-disclaimer {
  max-width: var(--bs-cafe-copy-max);
}

body.bs-editorial-channel-mercado-cafe .entry-content .info-box,
body.bs-editorial-channel-mercado-cafe .entry-content .chart-container,
body.bs-editorial-channel-mercado-cafe .entry-content .cot-card,
body.bs-editorial-channel-mercado-cafe .entry-content .robusta-card,
body.bs-editorial-channel-mercado-cafe .entry-content .scenario-card,
body.bs-editorial-channel-mercado-cafe .entry-content .eudr-steps,
body.bs-editorial-channel-mercado-cafe .entry-content .eudr-step {
  box-sizing: border-box;
}

body.bs-editorial-channel-mercado-cafe .entry-content .info-box {
  margin: 1.5rem 0;
  padding: 1.2rem 1.5rem;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  border-radius: 4px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .info-box .ib-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 8px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .info-box p:last-child {
  margin-bottom: 0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .pull-quote {
  margin: 2rem 0;
  padding: 1.2rem 1.5rem;
  border-left: 3px solid #2563eb;
  background: #eff6ff;
}

body.bs-editorial-channel-mercado-cafe .entry-content .pull-quote p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 1.06rem;
  line-height: 1.65;
  color: #0f172a;
}

body.bs-editorial-channel-mercado-cafe .entry-content .cot-grid,
body.bs-editorial-channel-mercado-cafe .entry-content .robusta-regions,
body.bs-editorial-channel-mercado-cafe .entry-content .scenario-grid {
  display: grid;
  gap: 14px;
  margin: 1.5rem 0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .cot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.bs-editorial-channel-mercado-cafe .entry-content .robusta-regions,
body.bs-editorial-channel-mercado-cafe .entry-content .scenario-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.bs-editorial-channel-mercado-cafe .entry-content .scenario-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.bs-editorial-channel-mercado-cafe .entry-content .cot-card,
body.bs-editorial-channel-mercado-cafe .entry-content .robusta-card,
body.bs-editorial-channel-mercado-cafe .entry-content .scenario-card {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  border-radius: 4px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .cot-card {
  background: #fafaf9;
}

body.bs-editorial-channel-mercado-cafe .entry-content .scenario-card.sc-pessimist {
  background: #fff7f7;
}

body.bs-editorial-channel-mercado-cafe .entry-content .scenario-card.sc-base {
  background: #fafaf9;
}

body.bs-editorial-channel-mercado-cafe .entry-content .scenario-card.sc-optimist {
  background: #f2faf5;
}

body.bs-editorial-channel-mercado-cafe .entry-content .cc-label,
body.bs-editorial-channel-mercado-cafe .entry-content .sc-label,
body.bs-editorial-channel-mercado-cafe .entry-content .rc-region {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 6px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .conab-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 1.5rem 0;
  max-width: var(--bs-cafe-copy-max);
}

body.bs-editorial-channel-mercado-cafe .entry-content .conab-card {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  border-radius: 4px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .cc-value {
  font-family: Georgia, serif;
  font-size: 1.26rem;
  font-weight: 700;
  line-height: 1.18;
  color: #0f172a;
  margin-bottom: 6px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .cc-sub {
  font-size: 0.82rem;
  line-height: 1.52;
  color: #64748b;
}

body.bs-editorial-channel-mercado-cafe .entry-content .scenario-card.sc-pessimist .sc-label {
  color: #b91c1c;
}

body.bs-editorial-channel-mercado-cafe .entry-content .scenario-card.sc-base .sc-label {
  color: #92400e;
}

body.bs-editorial-channel-mercado-cafe .entry-content .scenario-card.sc-optimist .sc-label {
  color: #166534;
}

body.bs-editorial-channel-mercado-cafe .entry-content .cc-title,
body.bs-editorial-channel-mercado-cafe .entry-content .rc-name,
body.bs-editorial-channel-mercado-cafe .entry-content .sc-price,
body.bs-editorial-channel-mercado-cafe .entry-content .chart-title {
  font-family: Georgia, serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .cc-desc,
body.bs-editorial-channel-mercado-cafe .entry-content .chart-sub,
body.bs-editorial-channel-mercado-cafe .entry-content .sc-desc,
body.bs-editorial-channel-mercado-cafe .entry-content .rc-row,
body.bs-editorial-channel-mercado-cafe .entry-content .rc-signal {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #475569;
}

body.bs-editorial-channel-mercado-cafe .entry-content .chart-container {
  margin: 1.5rem 0;
  padding: 1.2rem 1.3rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fafc;
  border-radius: 4px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-static-chart {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-static-row {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr) 72px;
  gap: 12px;
  align-items: center;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-static-label {
  font-size: 0.84rem;
  line-height: 1.35;
  color: #0f172a;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-static-track {
  position: relative;
  height: 14px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-static-bar {
  display: block;
  height: 100%;
  border-radius: 999px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-static-bar--blue {
  background: linear-gradient(90deg, #1d4ed8 0%, #3b82f6 100%);
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-static-bar--red {
  background: linear-gradient(90deg, #b91c1c 0%, #ef4444 100%);
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-static-bar--navy {
  background: linear-gradient(90deg, #0f172a 0%, #334155 100%);
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-static-value {
  font-size: 0.82rem;
  font-weight: 700;
  color: #334155;
  text-align: right;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rc-stats {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rc-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rc-key {
  color: #64748b;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rc-val {
  font-weight: 600;
  color: #0f172a;
  text-align: right;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rc-signal {
  margin-top: 10px;
  padding: 6px 8px;
  border-radius: 3px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rs-bear {
  background: #fee2e2;
  color: #991b1b;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rs-bull {
  background: #dcfce7;
  color: #166534;
}

body.bs-editorial-channel-mercado-cafe .entry-content .eudr-steps {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 4px;
  background: #ffffff;
}

body.bs-editorial-channel-mercado-cafe .entry-content .eudr-step {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.bs-editorial-channel-mercado-cafe .entry-content .eudr-step:last-child {
  border-bottom: 0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .eudr-date {
  font-size: 0.72rem;
  line-height: 1.45;
  color: #64748b;
}

body.bs-editorial-channel-mercado-cafe .entry-content .eudr-date strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 0.98rem;
  color: #0f172a;
}

body.bs-editorial-channel-mercado-cafe .entry-content .eudr-desc {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #334155;
}

body.bs-editorial-channel-mercado-cafe .entry-content .eudr-tag,
body.bs-editorial-channel-mercado-cafe .entry-content .tag,
body.bs-editorial-channel-mercado-cafe .entry-content .cal-impact {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.bs-editorial-channel-mercado-cafe .entry-content .eudr-ok,
body.bs-editorial-channel-mercado-cafe .entry-content .tag-travar {
  background: #dbeafe;
  color: #1d4ed8;
}

body.bs-editorial-channel-mercado-cafe .entry-content .eudr-alert,
body.bs-editorial-channel-mercado-cafe .entry-content .tag-monitorar,
body.bs-editorial-channel-mercado-cafe .entry-content .ci-medio {
  background: #fef3c7;
  color: #92400e;
}

body.bs-editorial-channel-mercado-cafe .entry-content .eudr-critical,
body.bs-editorial-channel-mercado-cafe .entry-content .tag-atencao,
body.bs-editorial-channel-mercado-cafe .entry-content .ci-alto {
  background: #fee2e2;
  color: #991b1b;
}

body.bs-editorial-channel-mercado-cafe .entry-content .tag-esperar {
  background: #e2e8f0;
  color: #334155;
}

body.bs-editorial-channel-mercado-cafe .entry-content .matrix-wrap {
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-matrix,
body.bs-editorial-channel-mercado-cafe .entry-content .matrix.bs-cafe-matrix-html {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-matrix thead th,
body.bs-editorial-channel-mercado-cafe .entry-content .matrix.bs-cafe-matrix-html thead th {
  background: #0f172a;
  color: #ffffff;
  padding: 10px 14px;
  text-align: left;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-matrix tbody td,
body.bs-editorial-channel-mercado-cafe .entry-content .matrix.bs-cafe-matrix-html tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.86rem;
  line-height: 1.5;
  vertical-align: top;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .cal-list,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .sources-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .cal-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .cal-item:last-child,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .sources-list li:last-child {
  border-bottom: 0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .cal-date {
  font-size: 0.68rem;
  line-height: 1.4;
  color: #64748b;
  text-transform: uppercase;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .cal-date strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 0.98rem;
  color: #0f172a;
  text-transform: none;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .cal-event,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .src-meta {
  font-size: 0.86rem;
  line-height: 1.55;
  color: #475569;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .cal-event strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .cal-comment {
  margin: 0;
  color: #475569;
  font-size: 0.82rem;
  line-height: 1.55;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .sources-list li {
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .src-title {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  color: #0f172a;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .src-link {
  font-size: 0.8rem;
  word-break: break-word;
}

@media (max-width: 900px) {
  body.bs-editorial-channel-mercado-cafe .entry-content .cot-grid,
  body.bs-editorial-channel-mercado-cafe .entry-content .robusta-regions,
  body.bs-editorial-channel-mercado-cafe .entry-content .scenario-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.bs-editorial-channel-mercado-cafe .entry-content .eudr-step,
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card .cal-item {
    grid-template-columns: 1fr;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .info-box,
  body.bs-editorial-channel-mercado-cafe .entry-content .pull-quote,
  body.bs-editorial-channel-mercado-cafe .entry-content .chart-container,
  body.bs-editorial-channel-mercado-cafe .entry-content .cot-card,
  body.bs-editorial-channel-mercado-cafe .entry-content .robusta-card,
  body.bs-editorial-channel-mercado-cafe .entry-content .scenario-card {
    padding: 1rem;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .rc-row {
    flex-direction: column;
    gap: 2px;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .rc-val {
    text-align: left;
  }
}

/* Mercado Cafe: estrutura completa para novas edicoes do canal */
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: #0f172a;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-hero {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 28px 28px 24px;
  margin: 0 0 18px;
  background: linear-gradient(180deg, #dbeafe 0%, #ffffff 100%);
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-left: 4px solid #60a5fa;
  border-radius: 10px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: #2563eb;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-title {
  max-width: 980px;
  margin: 0 0 18px;
  color: #0f172a;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-title-line {
  display: block;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-title-line--1,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-title-line--2,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-title-line--3 {
  font-size: clamp(1.9rem, 4.3vw, 3.1rem);
  line-height: 1.08;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-title-line--1 {
  color: #111827;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-title-line--3 {
  color: #2563eb;
}

body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-title-line--2,
body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-title-line--3 {
  color: #06558a;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-intro {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.72;
  color: #475569;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-meta {
  color: #94a3b8;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-alert {
  max-width: 780px;
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-left: 4px solid #cbd5e1;
  border-radius: 8px;
  background: #f1f5f9;
  color: #334155;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-alert p,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-alert strong {
  color: inherit;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-alert p:last-child {
  margin-bottom: 0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 34px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-item {
  padding: 16px 18px;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-item:last-child {
  border-right: 0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-label {
  display: block;
  margin: 0 0 8px;
  color: #64748b;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-value {
  display: block;
  margin: 0 0 6px;
  color: #0f172a;
  font-family: Georgia, serif;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.1;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-note {
  margin: 0;
  color: #475569;
  font-size: 0.54rem;
  line-height: 1.45;
}

body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-data-note {
  font-size: 0.43rem;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-item--negative .bs-cafe-data-value,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-note--down {
  color: #991b1b;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-item--positive .bs-cafe-data-value,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-note--up {
  color: #166534;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 42px;
  align-items: start;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar {
  min-width: 0;
  font-family: "Inter", sans-serif;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page p,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page li,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page td,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page th,
body.bs-editorial-channel-mercado-cafe .entry-content .cc-desc,
body.bs-editorial-channel-mercado-cafe .entry-content .rc-row,
body.bs-editorial-channel-mercado-cafe .entry-content .sc-desc,
body.bs-editorial-channel-mercado-cafe .entry-content .cal-event,
body.bs-editorial-channel-mercado-cafe .entry-content .src-meta {
  font-family: "Inter", sans-serif;
  font-size: 0.98rem;
  line-height: 1.78;
  color: #1f2937;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article > p {
  max-width: 72ch;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page em,
body.bs-editorial-channel-mercado-cafe .entry-content .pull-quote p {
  font-style: italic;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-section-title {
  max-width: 72ch;
  margin: 2.5rem 0 0.95rem;
  padding-top: 1.85rem;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
  font-family: "Manrope", sans-serif;
  font-size: 1.42rem;
  font-weight: 600;
  line-height: 1.28;
  color: #0f172a;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-section-title:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 1rem 1.125rem;
  margin: 1.25rem 0 1rem;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 6px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-header-meta {
  font-size: 0.8125rem;
  color: #64748b;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-header-price {
  font-family: "Playfair Display", serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: #0d1b2e;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-badge-rp {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-badge-rp--bearish {
  background: #fee2e2;
  color: #7a1a1a;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  margin: 1rem 0 1.25rem;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-thermo {
  position: relative;
  min-height: 420px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zones {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone {
  padding: 0.95rem 1rem;
  border-radius: 6px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone--resistance {
  background: #fff0f0;
  border-color: #fecaca;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone--current {
  background: #e8f0fe;
  border-color: #93c5fd;
  border-width: 2px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone--support {
  background: #f0f8f0;
  border-color: #c8e6c9;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone-label {
  margin: 0 0 0.2rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone-label--resistance {
  color: #c62828;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone-label--current {
  color: #1565c0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone-label--support {
  color: #1b5e20;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone-price {
  margin: 0 0 0.35rem;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 600;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone-price--resistance {
  color: #7a1a1a;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone-price--current {
  font-size: 1.25rem;
  color: #0d1b2e;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone-price--support {
  color: #0d4a28;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone-copy {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #1e293b;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-zone-copy--current {
  color: #64748b;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-reference-label {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-table-wrap,
body.bs-editorial-channel-mercado-cafe .entry-content #rp-table-wrap {
  margin-bottom: 1rem;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-tbl {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-tbl th,
body.bs-editorial-channel-mercado-cafe .entry-content .rp-tbl td {
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  vertical-align: top;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-tbl th {
  font-size: 0.75rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.bs-editorial-channel-mercado-cafe .entry-content .rp-row-cur {
  background: #eef4ff;
}

body.bs-editorial-channel-mercado-cafe .entry-content .chart-wrap {
  position: relative;
  width: 100%;
}

body.bs-editorial-channel-mercado-cafe .entry-content .chart-wrap-cot {
  height: 260px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .chart-wrap-tech {
  height: 260px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .chart-wrap-demand {
  height: 320px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .chart-wrap canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table {
  margin: 1.6rem 0 1.9rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__head,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  gap: 14px !important;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__head {
  padding: 11px 16px !important;
  background: #0f172a !important;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__head > span {
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row {
  padding: 14px 16px !important;
  align-items: flex-start !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.12) !important;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row--alt {
  background: #f1f5fb !important;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row--last {
  border-bottom: 0 !important;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row > div:first-child,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row > div:last-child {
  min-width: 0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row > div:last-child {
  padding-top: 2px;
  font-size: 0.86rem !important;
  line-height: 1.68 !important;
  color: #1e293b !important;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row > div:last-child strong {
  color: #0f172a;
  font-weight: 700;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row > div:first-child > div:first-child {
  font-size: 0.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #64748b !important;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row > div:first-child > div:nth-child(2) {
  margin-top: 1px;
  font-family: "Merriweather", serif !important;
  font-size: 0.96rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row > div:first-child > div:nth-child(3) {
  display: inline-block;
  margin-top: 7px;
  padding: 3px 8px;
  border-radius: 2px;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  line-height: 1.15;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-week-table__row > div:first-child {
  display: flex;
  flex-direction: column;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-week-table__row > div:first-child > div:first-child {
  order: 2;
  font-size: 0.54rem !important;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-week-table__row > div:first-child > div:nth-child(2) {
  order: 1;
  font-size: 1.06rem !important;
  line-height: 1.02 !important;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-week-table__row > div:first-child > div:nth-child(3) {
  order: 3;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-title-line--2,
body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-title-line--3 {
  color: #06558a !important;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card {
  padding: 18px 18px 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  border-radius: 4px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card h3 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-kicker {
  color: #2563eb;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-title {
  color: #0f172a;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card p {
  color: #334155;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-sidebar-card--quotes-compact p {
  font-size: 0.66rem !important;
  line-height: 1.45 !important;
}

body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-sidebar-card--quotes-compact p {
  font-size: 0.66rem !important;
  line-height: 1.45 !important;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-sidebar-card--quotes-compact strong {
  font-size: 0.72rem;
}

body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-sidebar-card--quotes-compact strong {
  font-size: 0.72rem;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-info-box--cot {
  max-width: var(--bs-cafe-copy-max);
  margin: 2rem 0;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-sidebar-card--ruler-compact p {
  font-size: 0.8rem !important;
  line-height: 1.45 !important;
}

body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-sidebar-card--ruler-compact p {
  font-size: 0.64rem !important;
  line-height: 1.42 !important;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-sidebar-card--ruler-compact strong {
  font-size: 0.86rem;
}

body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-sidebar-card--ruler-compact strong {
  font-size: 0.72rem;
}

body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-sidebar-card--meta-compact p,
body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-sidebar-card--meta-compact li {
  font-size: 0.64rem !important;
  line-height: 1.42 !important;
}

body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-sidebar-card--meta-compact strong,
body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-sidebar-card--meta-compact .src-title {
  font-size: 0.72rem;
}

body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-sidebar-card--meta-compact .src-meta,
body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-sidebar-card--meta-compact .src-link {
  font-size: 0.64rem;
  line-height: 1.42;
}

@media (min-width: 901px) {
  body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 34px !important;
    align-items: start !important;
  }

  body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-sidebar {
    order: initial !important;
    width: 300px !important;
    max-width: 300px !important;
    margin-top: 0 !important;
  }
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-oi-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-oi-table {
  width: 100%;
  min-width: 720px;
  font-size: 12.15px;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-oi-table th {
  font-size: 0.62rem;
  padding: 9px 12px;
}

body.page-mercado-cafe-analise-2026-05-23 .entry-content .bs-cafe-oi-table td {
  font-size: 0.76rem;
  padding: 9px 12px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .chart-title,
body.bs-editorial-channel-mercado-cafe .entry-content .cc-title,
body.bs-editorial-channel-mercado-cafe .entry-content .rc-name,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-cta-title {
  font-family: "Manrope", sans-serif;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-cta {
  max-width: 72ch;
  margin: 2rem 0;
  padding: 26px 26px 24px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
  border-radius: 4px;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-cta-title {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.28rem;
  line-height: 1.28;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-cta p:last-of-type {
  margin-bottom: 0;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 12px 22px;
  min-height: 44px;
  background: #06558a;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-button:hover,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-button:focus {
  background: #0b76bc;
  color: #fff;
}

@media (max-width: 720px) {
  body.bs-editorial-channel-mercado-cafe .entry-content .conab-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  body.bs-editorial-page.ast-no-sidebar #content > .ast-container,
  body.bs-editorial-page.ast-no-sidebar .site-content > .ast-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__head,
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article,
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-article,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 900px) {
  body.bs-editorial-channel-mercado-cafe.ast-no-sidebar #content > .ast-container,
  body.bs-editorial-channel-mercado-cafe.ast-no-sidebar .site-content > .ast-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article,
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar {
    padding-left: 8px;
    padding-right: 8px;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar {
    order: 2;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card--eudr {
    margin-top: 0;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-hero {
    padding-top: 30px;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-strip {
    grid-template-columns: 1fr;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-item {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-item:last-child {
    border-bottom: 0;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .chart-wrap-cot {
    height: 240px;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .chart-wrap-tech {
    height: 240px;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .chart-wrap-demand {
    height: 300px;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-static-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-static-value {
    text-align: left;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-cta {
    padding: 22px 18px 20px;
  }
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page {
  box-sizing: border-box;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page * {
  box-sizing: border-box;
}

body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page p,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page li,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page h1,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page h2,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page h3,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page h4,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page td,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page th,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page span,
body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page a {
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  hyphens: none !important;
}

@media (max-width: 900px) {
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-layout {
    display: block !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article,
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: 100% !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar {
    margin-top: 32px !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-scenario-grid,
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-benchmark-grid,
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-calendar-grid,
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-watch-grid {
    grid-template-columns: 1fr !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-data-strip {
    grid-template-columns: 1fr 1fr !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .rp-grid {
    grid-template-columns: 1fr !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .rp-thermo {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  body.bs-editorial-channel-mercado-cafe.ast-no-sidebar #content > .ast-container,
  body.bs-editorial-channel-mercado-cafe.ast-no-sidebar .site-content > .ast-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-page {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-hero {
    padding: 24px 18px 28px !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-title-line {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-intro {
    max-width: 30rem;
    font-size: 0.98rem;
    line-height: 1.68;
    letter-spacing: -0.005em;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-hero-meta {
    gap: 8px 12px;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article,
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar {
    min-width: 0;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-article,
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-sidebar-card h3 {
    font-size: 0.95rem;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__head,
  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__head > span:first-child {
    display: none;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-week-table__row {
    padding: 13px 14px !important;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-corr-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .bs-cafe-corr-table-wrap .corr-table {
    width: 720px;
    min-width: 720px;
  }

  body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-table-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 1rem 0;
  }

  body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-table-scroll > table:not(.rp-tbl) {
    width: max-content;
    min-width: 640px;
    max-width: none;
  }

  body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-table-scroll > table:not(.rp-tbl) th,
  body.page-mercado-cafe-analise-2026-05-30 .entry-content .bs-cafe-table-scroll > table:not(.rp-tbl) td {
    white-space: nowrap;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .rp-table-wrap,
  body.bs-editorial-channel-mercado-cafe .entry-content #rp-table-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .rp-table-wrap > .rp-tbl,
  body.bs-editorial-channel-mercado-cafe .entry-content #rp-table-wrap > .rp-tbl {
    display: table;
    width: 860px;
    min-width: 860px;
    max-width: none;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .rp-table-wrap > .rp-tbl th,
  body.bs-editorial-channel-mercado-cafe .entry-content .rp-table-wrap > .rp-tbl td,
  body.bs-editorial-channel-mercado-cafe .entry-content #rp-table-wrap > .rp-tbl th,
  body.bs-editorial-channel-mercado-cafe .entry-content #rp-table-wrap > .rp-tbl td {
    white-space: nowrap;
  }

  body.page-mercado-cafe-analise-2026-05-30 .entry-content .matrix-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  body.page-mercado-cafe-analise-2026-05-30 .entry-content .matrix-wrap > .matrix.bs-cafe-matrix-html {
    display: table;
    width: 860px;
    min-width: 860px;
    max-width: none;
  }

  body.page-mercado-cafe-analise-2026-05-30 .entry-content .matrix-wrap > .matrix.bs-cafe-matrix-html th,
  body.page-mercado-cafe-analise-2026-05-30 .entry-content .matrix-wrap > .matrix.bs-cafe-matrix-html td {
    white-space: nowrap;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .rp-header {
    padding: 0.9rem 1rem;
  }

  body.bs-editorial-channel-mercado-cafe .entry-content .rp-header-price {
    font-size: 1.2rem;

/* Mercado Café: legado preservado para edições antigas ainda fora do namespace editorial atual. */
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page {
  display: flex;
  flex-direction: column;
  gap: var(--bs-space-8);
  color: #1f2937;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-eyebrow,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-meta,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-data-label,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-card-label,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-impact,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-source-meta,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-weekday,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-month {
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-hero {
  padding: 34px clamp(22px, 4vw, 48px) 40px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(241, 245, 249, 0.92) 0%, rgba(248, 250, 252, 1) 100%);
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--ast-global-color-0, #06558a);
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-title {
  max-width: 860px;
  margin-bottom: 18px;
  line-height: 1.04;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-title-line {
  display: block;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-title-line--1 {
  font-size: clamp(2.35rem, 2rem + 1.6vw, 4rem);
  font-weight: 600;
  color: #111827;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-title-line--2 {
  font-size: clamp(2.2rem, 1.95rem + 1.3vw, 3.7rem);
  font-weight: 500;
  color: #0f172a;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-title-line--3 {
  font-size: clamp(2.24rem, 1.98rem + 1.45vw, 3.82rem);
  font-weight: 600;
  color: var(--ast-global-color-0, #06558a);
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-intro {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: 1.06rem;
  line-height: 1.78;
  color: #334155;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-meta {
  color: #64748b;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-alert {
  padding: 14px 20px;
  border-left: 2px solid #64748b;
  border-radius: 10px;
  background: #1f2937;
  color: #e5e7eb;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-alert p:last-child {
  margin-bottom: 0;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-alert strong {
  color: #cbd5e1;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-data-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #fcfcfd;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-data-item {
  padding: 16px 18px;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  background: transparent;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-data-item:nth-child(3n) {
  border-right: none;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-data-label {
  color: #6b7280;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-data-value {
  display: block;
  margin: 8px 0 6px;
  font-family: var(--bs-font-family-heading);
  font-size: 1.85rem;
  line-height: 1;
  color: #0f3a63;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-data-item--negative .bs-cafe-data-value {
  color: #991b1b;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-data-item--positive .bs-cafe-data-value {
  color: #166534;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-data-note {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #64748b;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-data-note--up {
  color: #166534;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-data-note--down {
  color: #b91c1c;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-article p,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sidebar-card p,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sidebar-card li {
  font-size: 1rem;
  line-height: 1.8;
  color: #334155;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-section-title,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sidebar-card h3,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-cta-title {
  margin-bottom: 16px;
  font-size: clamp(1.55rem, 1.45rem + 0.45vw, 2rem);
  line-height: 1.12;
  color: #111827;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-section-title {
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-article > h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-pullquote {
  margin: 30px 0;
  padding: 18px 22px;
  border-left: 3px solid #64748b;
  background: #f3f4f6;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-pullquote p {
  margin-bottom: 0;
  font-family: var(--bs-font-family-heading);
  font-size: 1.12rem;
  font-style: italic;
  color: #374151;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0 32px;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-item:last-child {
  border-bottom: none;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-date {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-date strong {
  font-family: var(--bs-font-family-heading);
  font-size: 1.6rem;
  line-height: 1;
  color: #111827;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-weekday,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-month {
  color: #64748b;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-body h3 {
  margin-bottom: 6px;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #111827;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-body p {
  margin-bottom: 8px;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-highlight {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #334155;
  font-size: 0.77rem;
  font-weight: 600;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-highlight--positive {
  background: #dcfce7;
  color: #166534;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-timeline-highlight--negative {
  background: #fee2e2;
  color: #991b1b;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-benchmark-grid,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-scenario-grid,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-calendar-grid,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-watch-grid {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-benchmark-grid,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-watch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-scenario-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-calendar-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-benchmark-card,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-scenario-card,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-calendar-card,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-watch-card,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sidebar-card,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-cta {
  height: 100%;
  padding: 20px 22px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #fff;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-benchmark-card h3,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-scenario-card h3,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-calendar-card h3,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-watch-card h3 {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.35;
  color: #111827;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-benchmark-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-benchmark-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding-top: 8px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.94rem;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-benchmark-row:first-child {
  padding-top: 0;
  border-top: none;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-benchmark-key {
  color: #6b7280;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-benchmark-value {
  color: #111827;
  text-align: right;
  font-weight: 500;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-scenario-card--down {
  background: #fff7f7;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-scenario-card--base {
  background: #fafaf9;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-scenario-card--up {
  background: #f2faf5;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-scenario-card--down .bs-cafe-card-label {
  color: #b91c1c;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-scenario-card--base .bs-cafe-card-label {
  color: #92400e;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-scenario-card--up .bs-cafe-card-label {
  color: #166534;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-scenario-price {
  display: block;
  margin-bottom: 8px;
  font-family: var(--bs-font-family-heading);
  font-size: 1.45rem;
  line-height: 1;
  color: #111827;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-matrix-wrap {
  overflow-x: auto;
  margin: 28px 0 34px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-matrix {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-matrix thead th {
  padding: 14px 14px;
  background: #153b5d;
  color: #fff;
  text-align: left;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-matrix tbody td {
  padding: 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  vertical-align: top;
  font-size: 0.91rem;
  line-height: 1.58;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-matrix tbody tr:nth-child(1) td {
  background: #fff7d6;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-matrix tbody tr:nth-child(2) td {
  background: #f8fafc;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-matrix tbody tr:nth-child(3) td {
  background: #fff7f7;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-matrix tbody tr:nth-child(4) td {
  background: #f2faf5;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-matrix tbody tr:nth-child(5) td {
  background: #eff6ff;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-tag--alert {
  background: #fee2e2;
  color: #991b1b;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-tag--watch {
  background: #fef3c7;
  color: #92400e;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-tag--caution {
  background: #f3f4f6;
  color: #374151;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-tag--structure {
  background: #dcfce7;
  color: #166534;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-tag--lock {
  background: #dbeafe;
  color: #1d4ed8;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-cta {
  margin: 34px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-cta p:last-of-type {
  margin-bottom: 16px;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--bs-button-padding-y) var(--bs-button-padding-x);
  border: 1px solid var(--bs-button-primary-border);
  border-radius: var(--bs-button-radius);
  background: var(--bs-button-primary-bg);
  color: #fff;
  font-size: var(--bs-button-font-size);
  font-weight: var(--bs-button-font-weight);
  line-height: 1;
  text-decoration: none;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-button:hover,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-button:focus {
  background: var(--bs-button-primary-bg-hover);
  border-color: var(--bs-button-primary-bg-hover);
  color: #fff;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sidebar-card h3 {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-calendar,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sources {
  list-style: none;
  margin: 0;
  padding: 0;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-calendar li,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sources li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-calendar li:last-child,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sources li:last-child {
  border-bottom: none;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-calendar strong,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sources strong {
  display: block;
  color: #111827;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-impact {
  display: inline-block;
  margin-bottom: 4px;
  color: #b45309;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-source-meta {
  color: #6b7280;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-source-link {
  display: inline-block;
  margin-top: 2px;
  font-size: 0.82rem;
  color: var(--ast-global-color-0, #06558a);
  text-decoration: none;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-source-link:hover,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-source-link:focus {
  text-decoration: underline;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-disclaimer {
  padding: 16px 18px;
  border-radius: 12px;
  background: #f8fafc;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-disclaimer--conclusion {
  margin-top: 18px;
  background: #f9fafb;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) #comments {
  margin-top: var(--bs-space-10);
  padding-top: var(--bs-space-8);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) #comments .comments-title,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) #comments .comment-reply-title {
  font-family: var(--bs-font-family-heading);
  font-size: clamp(1.45rem, 1.35rem + 0.35vw, 1.85rem);
  line-height: 1.2;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) #comments .comment-form input[type="text"],
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) #comments .comment-form input[type="email"],
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) #comments .comment-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 10px;
  background: #fff;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) #comments .form-submit .submit {
  padding: var(--bs-button-padding-y) var(--bs-button-padding-x);
  border: 1px solid var(--bs-button-primary-border);
  border-radius: var(--bs-button-radius);
  background: var(--bs-button-primary-bg);
  color: #fff;
}

@media (max-width: 1023.98px) {
  body.page-id-3009 .entry-content .bs-cafe-layout {
    grid-template-columns: 1fr;
  }

  body.page-id-3009 .entry-content .bs-cafe-data-strip,
  body.page-id-3009 .entry-content .bs-cafe-scenario-grid,
  body.page-id-3009 .entry-content .bs-cafe-calendar-grid,
  body.page-id-3009 .entry-content .bs-cafe-benchmark-grid,
  body.page-id-3009 .entry-content .bs-cafe-watch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.page-id-3009 .entry-content .bs-cafe-hero {
    padding: 26px 20px 30px;
  }

  body.page-id-3009 .entry-content .bs-cafe-title-line--1,
  body.page-id-3009 .entry-content .bs-cafe-title-line--2,
  body.page-id-3009 .entry-content .bs-cafe-title-line--3 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  body.page-id-3009 .entry-content .bs-cafe-data-strip,
  body.page-id-3009 .entry-content .bs-cafe-scenario-grid,
  body.page-id-3009 .entry-content .bs-cafe-calendar-grid,
  body.page-id-3009 .entry-content .bs-cafe-benchmark-grid,
  body.page-id-3009 .entry-content .bs-cafe-watch-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-3009 .entry-content .bs-cafe-data-item {
    border-right: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  body.page-id-3009 .entry-content .bs-cafe-data-item:last-child {
    border-bottom: none;
  }

  body.page-id-3009 .entry-content .bs-cafe-timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.page-id-3009 .entry-content .bs-cafe-matrix {
    min-width: 720px;
    table-layout: auto;
  }
}

/*
 * Ajustes institucionais aplicados por escopo.
 * Regras abaixo evitam mexer no editor e reduzem dependencia de CSS inline.
 */

/* Mercado Cafe: ajustes finais de copy, sidebar e mobile */
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page {
  --bs-cafe-copy-max: 68ch;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-intro {
  max-width: 54rem;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-article > p {
  max-width: var(--bs-cafe-copy-max);
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sidebar-card h3 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1rem;
  line-height: 1.2;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sidebar-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-sidebar-title {
  font-size: 0.96rem;
  font-weight: 600;
  color: #0f172a;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) #comments .bs-cafe-comment-prompt {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #334155;
}

@media (max-width: 767.98px) {
  body.page-id-3009 .entry-content .bs-cafe-hero,
  body.page-id-3013 .entry-content .bs-cafe-hero,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-hero,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-hero {
    padding-right: 2px;
  }

  body.page-id-3009 .entry-content .bs-cafe-title,
  body.page-id-3013 .entry-content .bs-cafe-title,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-title,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-title {
    max-width: 12ch;
    line-height: 1.08;
  }

  body.page-id-3009 .entry-content .bs-cafe-title-line,
  body.page-id-3013 .entry-content .bs-cafe-title-line,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-title-line,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-title-line {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  body.page-id-3009 .entry-content .bs-cafe-intro,
  body.page-id-3013 .entry-content .bs-cafe-intro,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-intro,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-intro {
    max-width: 30rem;
    font-size: 0.98rem;
    line-height: 1.68;
    letter-spacing: -0.005em;
  }

  body.page-id-3009 .entry-content .bs-cafe-hero-meta,
  body.page-id-3013 .entry-content .bs-cafe-hero-meta,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-hero-meta,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-hero-meta {
    gap: 8px 12px;
  }

  body.page-id-3009 .entry-content .bs-cafe-article,
  body.page-id-3013 .entry-content .bs-cafe-article,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-article,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-article,
  body.page-id-3009 .entry-content .bs-cafe-sidebar,
  body.page-id-3013 .entry-content .bs-cafe-sidebar,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-sidebar,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-sidebar {
    min-width: 0;
  }

  body.page-id-3009 .entry-content .bs-cafe-sidebar-card h3,
  body.page-id-3013 .entry-content .bs-cafe-sidebar-card h3,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-sidebar-card h3,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-sidebar-card h3 {
    font-size: 0.95rem;
  }
}

/* Mercado Cafe: responsividade final para a publicacao em producao */
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page {
  box-sizing: border-box;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page * {
  box-sizing: border-box;
}

body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page p,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page li,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page h1,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page h2,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page h3,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page h4,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page td,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page th,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page span,
body:is(.page-id-3009, .page-id-3013, .page-mercado-cafe-semana-17-abril-2026, .page-mercado-cafe-analise-2026-04-25) .entry-content .bs-cafe-page a {
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  hyphens: none !important;
}

@media (max-width: 900px) {
  body.bs-editorial-page.ast-no-sidebar #content > .ast-container,
  body.bs-editorial-page.ast-no-sidebar .site-content > .ast-container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.bs-editorial-page.ast-no-sidebar #primary,
  body.bs-editorial-page.ast-no-sidebar .content-area,
  body.bs-editorial-page.ast-no-sidebar .site-main,
  body.bs-editorial-page.ast-no-sidebar article.type-page {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    flex: 1 1 100% !important;
  }

  body.bs-editorial-page.ast-no-sidebar #secondary {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-layout,
  body.page-id-3013 .entry-content .bs-cafe-layout,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-layout,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-layout {
    display: block !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-article,
  body.page-id-3013 .entry-content .bs-cafe-article,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-article,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-article,
  body.page-id-3009 .entry-content .bs-cafe-sidebar,
  body.page-id-3013 .entry-content .bs-cafe-sidebar,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-sidebar,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-sidebar {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: 100% !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-sidebar,
  body.page-id-3013 .entry-content .bs-cafe-sidebar,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-sidebar,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-sidebar {
    margin-top: 32px !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-benchmark-grid,
  body.page-id-3013 .entry-content .bs-cafe-benchmark-grid,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-benchmark-grid,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-benchmark-grid,
  body.page-id-3009 .entry-content .bs-cafe-scenario-grid,
  body.page-id-3013 .entry-content .bs-cafe-scenario-grid,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-scenario-grid,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-scenario-grid,
  body.page-id-3009 .entry-content .bs-cafe-calendar-grid,
  body.page-id-3013 .entry-content .bs-cafe-calendar-grid,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-calendar-grid,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-calendar-grid,
  body.page-id-3009 .entry-content .bs-cafe-watch-grid,
  body.page-id-3013 .entry-content .bs-cafe-watch-grid,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-watch-grid,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-watch-grid {
    grid-template-columns: 1fr !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-data-strip,
  body.page-id-3013 .entry-content .bs-cafe-data-strip,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-data-strip,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-data-strip {
    grid-template-columns: 1fr 1fr !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-sidebar-card,
  body.page-id-3013 .entry-content .bs-cafe-sidebar-card,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-sidebar-card,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-sidebar-card {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  body.page-id-3009 .entry-content .bs-cafe-page,
  body.page-id-3013 .entry-content .bs-cafe-page,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-page,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-page {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow-x: hidden;
  }

  body.page-id-3009 .entry-content .bs-cafe-hero,
  body.page-id-3013 .entry-content .bs-cafe-hero,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-hero,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-hero {
    padding: 24px 18px 28px !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-title,
  body.page-id-3013 .entry-content .bs-cafe-title,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-title,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-title {
    max-width: 100% !important;
    width: 100% !important;
    line-height: 1.08 !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-title-line--1,
  body.page-id-3013 .entry-content .bs-cafe-title-line--1,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-title-line--1,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-title-line--1,
  body.page-id-3009 .entry-content .bs-cafe-title-line--2,
  body.page-id-3013 .entry-content .bs-cafe-title-line--2,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-title-line--2,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-title-line--2,
  body.page-id-3009 .entry-content .bs-cafe-title-line--3,
  body.page-id-3013 .entry-content .bs-cafe-title-line--3,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-title-line--3,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-title-line--3 {
    font-size: clamp(1.8rem, 8vw, 2.55rem) !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-intro,
  body.page-id-3013 .entry-content .bs-cafe-intro,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-intro,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-intro {
    max-width: 100% !important;
    font-size: 0.98rem !important;
    line-height: 1.68 !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-data-strip,
  body.page-id-3013 .entry-content .bs-cafe-data-strip,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-data-strip,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-data-strip {
    grid-template-columns: 1fr !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-data-item,
  body.page-id-3013 .entry-content .bs-cafe-data-item,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-data-item,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-data-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-data-item:last-child,
  body.page-id-3013 .entry-content .bs-cafe-data-item:last-child,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-data-item:last-child,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-data-item:last-child {
    border-bottom: none !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-timeline-item,
  body.page-id-3013 .entry-content .bs-cafe-timeline-item,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-timeline-item,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-timeline-item {
    display: block !important;
    width: 100% !important;
    padding: 20px 0 !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-timeline-date,
  body.page-id-3013 .entry-content .bs-cafe-timeline-date,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-timeline-date,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-timeline-date {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-timeline-body,
  body.page-id-3013 .entry-content .bs-cafe-timeline-body,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-timeline-body,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-timeline-body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-timeline-body p,
  body.page-id-3013 .entry-content .bs-cafe-timeline-body p,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-timeline-body p,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-timeline-body p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-timeline-highlight,
  body.page-id-3013 .entry-content .bs-cafe-timeline-highlight,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-timeline-highlight,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-timeline-highlight,
  body.page-id-3009 .entry-content .bs-cafe-tag,
  body.page-id-3013 .entry-content .bs-cafe-tag,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-tag,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-tag {
    display: inline-block !important;
    max-width: 100% !important;
    white-space: normal !important;
    margin-top: 8px !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-benchmark-row,
  body.page-id-3013 .entry-content .bs-cafe-benchmark-row,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-benchmark-row,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-benchmark-row {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-sidebar-card,
  body.page-id-3013 .entry-content .bs-cafe-sidebar-card,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-sidebar-card,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-sidebar-card,
  body.page-id-3009 .entry-content .bs-cafe-cta,
  body.page-id-3013 .entry-content .bs-cafe-cta,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-cta,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-cta {
    padding: 20px !important;
  }

  body.page-id-3009 .entry-content .bs-cafe-matrix-wrap,
  body.page-id-3013 .entry-content .bs-cafe-matrix-wrap,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-matrix-wrap,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-matrix-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  body.page-id-3009 .entry-content .bs-cafe-matrix,
  body.page-id-3013 .entry-content .bs-cafe-matrix,
  body.page-mercado-cafe-semana-17-abril-2026 .entry-content .bs-cafe-matrix,
  body.page-mercado-cafe-analise-2026-04-25 .entry-content .bs-cafe-matrix {
    min-width: 680px !important;
    table-layout: auto !important;
  }
}
