/* Fase 6: extração transitória do domínio Crédito Rural. Mantido em paralelo ao main.css por segurança. */
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-page {
  --bs-credit-ink: #1f2937;
  --bs-credit-roast: #0f172a;
  --bs-credit-espresso: #111827;
  --bs-credit-gold: #06558a;
  --bs-credit-gold-light: #93c5fd;
  --bs-credit-cream: #f8fafc;
  --bs-credit-parchment: #f1f5f9;
  --bs-credit-border: rgba(15, 23, 42, 0.1);
  --bs-credit-warm-gray: #64748b;
  --bs-credit-green: #1f6f43;
  --bs-credit-red: #8b2020;
  max-width: 1140px;
  margin: 0 auto;
  color: var(--bs-credit-ink);
  font-family: "Inter", system-ui, sans-serif;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-page *,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-page *::before,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-page *::after {
  box-sizing: border-box;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-hero {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.62) 0%, rgba(17, 24, 39, 0.54) 100%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.62) 0%, rgba(15, 23, 42, 0.30) 48%, rgba(15, 23, 42, 0.40) 100%),
    var(--bs-credit-hero-image, url('/wp-content/uploads/2026/04/credito-securitizacao.png'));
  background-size: cover, cover, cover;
  background-position: center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 76px 56px 70px;
  margin: 0 0 28px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  background: linear-gradient(to left, rgba(6, 85, 138, 0.04) 0%, transparent 100%);
  pointer-events: none;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-eyebrow,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-label,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bs-credit-gold);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-eyebrow::before,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-title {
  margin: 20px 0 22px;
  max-width: 780px;
  color: var(--bs-credit-cream);
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.4rem, 4.9vw, 4.15rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-title em {
  display: block;
  font-style: italic;
  color: var(--bs-credit-gold-light);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-deck {
  max-width: 620px;
  color: rgba(245, 240, 232, 0.68);
  font-size: 1.07rem;
  line-height: 1.72;
  margin: 0 0 24px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(245, 240, 232, 0.46);
  font-size: 0.82rem;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-meta strong {
  color: rgba(245, 240, 232, 0.84);
  font-weight: 500;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-meta-dot {
  width: 3px;
  height: 3px;
  background: rgba(245, 240, 232, 0.3);
  border-radius: 999px;
  align-self: center;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source-link {
  display: inline-block;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 9px 14px;
  border: 1px solid rgba(196, 144, 47, 0.25);
  border-radius: 999px;
  color: rgba(245, 240, 232, 0.46);
  text-decoration: none;
  font-size: 0.78rem;
  max-width: 100%;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  vertical-align: top;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source-link:hover {
  border-color: var(--bs-credit-gold);
  color: var(--bs-credit-gold-light);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-feature-image {
  display: none;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-databar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  border-top: 1px solid var(--bs-credit-border);
  border-bottom: 1px solid var(--bs-credit-border);
  background: #fcfcfd;
  margin-bottom: 44px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-data-item {
  padding: 16px 18px;
  border-right: 1px solid var(--bs-credit-border);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-data-item:last-child {
  border-right: none;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-data-label {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--bs-credit-warm-gray);
  margin-bottom: 6px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-data-value {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--bs-credit-roast);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-data-value--up {
  color: var(--bs-credit-green);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-data-value--down {
  color: var(--bs-credit-red);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-data-sub {
  display: block;
  margin-top: 3px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--bs-credit-warm-gray);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-data-sub--up {
  color: var(--bs-credit-green);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-data-sub--down {
  color: var(--bs-credit-red);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 64px;
  align-items: start;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-article,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar {
  min-width: 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-article p,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar p,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar li {
  color: var(--bs-credit-ink);
  font-size: 1.04rem;
  line-height: 1.9;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-section-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 46px 0 18px;
  padding-top: 28px;
  border-top: 1px solid var(--bs-credit-border);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-section-head:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-section-num {
  flex-shrink: 0;
  color: var(--bs-credit-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 4px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-section-head h2 {
  margin: 0;
  color: var(--bs-credit-roast);
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  line-height: 1.28;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-callout,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-explainer,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar-card {
  border: 1px solid var(--bs-credit-border);
  background: #fff;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-callout {
  padding: 22px 24px;
  margin: 28px 0;
  border-left: 3px solid var(--bs-credit-gold);
  background: rgba(6, 85, 138, 0.06);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-callout p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--bs-credit-roast);
  font-style: italic;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-explainer {
  padding: 18px 20px;
  margin: 24px 0;
  background: var(--bs-credit-parchment);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-explainer-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bs-credit-warm-gray);
  margin-bottom: 10px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-flag {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border: 1px solid transparent;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: middle;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-flag--fact {
  background: rgba(46, 92, 52, 0.1);
  border-color: rgba(46, 92, 52, 0.2);
  color: var(--bs-credit-green);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-flag--infer {
  background: rgba(196, 144, 47, 0.12);
  border-color: rgba(196, 144, 47, 0.24);
  color: #7a5313;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-flag--thesis {
  background: rgba(13, 59, 102, 0.08);
  border-color: rgba(13, 59, 102, 0.18);
  color: #0d3b66;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-chain {
  margin: 24px 0;
  border: 1px solid var(--bs-credit-border);
  background: #fff;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-chain-item {
  display: flex;
  border-bottom: 1px solid var(--bs-credit-border);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-chain-item:last-child {
  border-bottom: none;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-chain-num {
  width: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-credit-roast);
  color: var(--bs-credit-gold-light);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-chain-body {
  padding: 15px 18px;
  flex: 1;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-chain-body h3 {
  margin: 0 0 4px;
  font-family: "Manrope", sans-serif;
  font-size: 0.96rem;
  line-height: 1.4;
  color: var(--bs-credit-roast);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-chain-body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist {
  margin: 24px 0;
  border: 1px solid var(--bs-credit-border);
  background: #fff;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist-header {
  padding: 14px 18px;
  background: var(--bs-credit-roast);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist-header h3 {
  margin: 0 0 4px;
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
  color: var(--bs-credit-gold-light);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist-header p {
  margin: 0;
  color: rgba(245, 240, 232, 0.6);
  font-size: 0.8rem;
  line-height: 1.6;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist-group {
  border-top: 1px solid var(--bs-credit-border);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist-label {
  padding: 11px 18px;
  background: var(--bs-credit-parchment);
  color: var(--bs-credit-warm-gray);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist-item {
  display: flex;
  gap: 14px;
  padding: 14px 18px;
  border-top: 1px solid rgba(212, 196, 174, 0.5);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 1.5px solid var(--bs-credit-border);
  margin-top: 5px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist-text h3 {
  margin: 0 0 4px;
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--bs-credit-roast);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist-text p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.72;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-signal {
  margin-left: 4px;
  font-size: 0.72rem;
  font-weight: 700;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-signal--high {
  color: var(--bs-credit-red);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-signal--medium {
  color: #7a5313;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-footnotes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 8px 0 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-footnote-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-footnote-num {
  flex-shrink: 0;
  color: var(--bs-credit-gold);
  font-size: 0.76rem;
  font-weight: 700;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-footnote-item p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.65;
  color: var(--bs-credit-warm-gray);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-timeline,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-mechanism,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-reading-list,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-glossary-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-timeline-item,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-mech-step,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-reading-item,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-glossary-item {
  display: flex;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--bs-credit-border);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-timeline-item:last-child,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-mech-step:last-child,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-reading-item:last-child,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-glossary-item:last-child {
  border-bottom: none;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-year,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-term {
  min-width: 58px;
  flex-shrink: 0;
  color: var(--bs-credit-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar-card--stacked-terms .bs-credit-glossary-item {
  display: block;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar-card--stacked-terms .bs-credit-term {
  display: block;
  min-width: 0;
  margin-bottom: 8px;
}

body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-glossary-item:nth-child(1) .bs-credit-term {
  min-width: 104px;
  max-width: 104px;
  line-height: 1.22;
}

body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-hero {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.60) 0%, rgba(17, 24, 39, 0.50) 100%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.54) 0%, rgba(15, 23, 42, 0.22) 48%, rgba(15, 23, 42, 0.34) 100%),
    url('/wp-content/uploads/2026/05/banner-lavoro-20260519.webp');
  background-color: #eef3f6;
  background-size: cover, cover, cover;
  background-position: center, center, 70% center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-source .section-num {
  width: auto;
  max-width: 100%;
  font-family: "Manrope", sans-serif;
  color: var(--bs-credit-gold);
  font-size: clamp(1.32rem, 2.2vw, 1.72rem);
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-section-head .bs-credit-section-num {
  color: #06558a !important;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.32rem, 2.2vw, 1.72rem) !important;
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-transform: none;
  padding-top: 0;
}

body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-section-head h2 {
  color: #06558a;
}

body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-source .section h3,
body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-timeline-content h3,
body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-mech-text h3,
body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-sidebar-card h3,
body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-cta-title {
  font-size: 0.9rem;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-hero {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.62) 0%, rgba(17, 24, 39, 0.54) 100%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.62) 0%, rgba(15, 23, 42, 0.30) 48%, rgba(15, 23, 42, 0.40) 100%),
    url('/wp-content/uploads/2026/05/rura11-faria-lima-algodao.webp');
  background-size: cover, cover, cover;
  background-position: center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-title {
  font-size: clamp(2rem, 4.1vw, 3.3rem);
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-deck {
  font-size: 0.88rem;
  line-height: 1.6;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-meta {
  font-size: 0.7rem;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-data-label {
  font-size: 0.58rem;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-data-value {
  font-size: 1.04rem;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-data-sub {
  font-size: 0.68rem;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-article p,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-sidebar p,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-sidebar li {
  font-size: 0.84rem;
  line-height: 1.72;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .section h2 {
  font-size: clamp(1.32rem, 2.2vw, 1.72rem);
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .section h3,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-cta-title,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-sidebar-card h3 {
  font-size: 0.9rem;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .chart-title,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .chart-legend,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .a-body,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .lever-body,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .val-yield,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-reading-label,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-reading-link,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-term,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-disclaimer p {
  font-size: 0.72rem;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .data-table {
  font-size: 0.76rem;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .data-table th {
  font-size: 0.6rem;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .a-title,
body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .lever-title {
  font-size: 0.84rem;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .quote {
  font-size: 0.9rem;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .section-num {
  width: auto;
  max-width: 100%;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.55rem, 2.7vw, 2.15rem) !important;
  line-height: 1.28;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  display: block;
  margin-bottom: 18px;
  gap: 0;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .bs-credit-rura11-section-title-sr-only {
  display: none !important;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .section > .tag.tag-fato {
  display: block;
  width: max-content;
  margin: 12px 0 0;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .bs-credit-rura11-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 22px 0;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .bs-credit-rura11-table-wrap .data-table {
  margin: 0;
  min-width: 720px;
}

body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-glossary-item:nth-child(2) .bs-credit-term {
  min-width: 78px;
  max-width: 78px;
  line-height: 1.22;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-dot {
  width: 8px;
  height: 8px;
  background: var(--bs-credit-gold);
  border-radius: 999px;
  margin-top: 8px;
  flex-shrink: 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-timeline-content h3,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-mech-text h3,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-scenario-title,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar-card h3,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-cta-title {
  margin: 0 0 6px;
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  line-height: 1.4;
  color: var(--bs-credit-roast);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-scenario-grid,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-scenario-card,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-stat-box {
  position: relative;
  padding: 18px 18px 16px;
  border: 1px solid var(--bs-credit-border);
  background: #fff;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-scenario-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-scenario-card--good::before {
  background: var(--bs-credit-green);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-scenario-card--bad::before {
  background: var(--bs-credit-red);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-scenario-label,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-reading-label {
  display: block;
  margin-bottom: 6px;
  color: var(--bs-credit-warm-gray);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 26px 0 8px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-table thead th {
  background: var(--bs-credit-roast);
  color: var(--bs-credit-cream);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 14px;
  text-align: left;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-table tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--bs-credit-border);
  vertical-align: top;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--bs-credit-ink);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-table-row--good td {
  background: rgba(46, 92, 52, 0.07);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-table-row--bad td {
  background: rgba(139, 32, 32, 0.06);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-ticker-badge,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-exp-tag {
  display: inline-block;
  padding: 2px 8px;
  margin: 2px 4px 2px 0;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-ticker-badge {
  background: var(--bs-credit-roast);
  color: var(--bs-credit-gold-light);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-exp-tag--baixa {
  background: rgba(46, 92, 52, 0.12);
  color: var(--bs-credit-green);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-exp-tag--media {
  background: rgba(196, 144, 47, 0.12);
  color: #7a5313;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-exp-tag--alta {
  background: rgba(139, 32, 32, 0.12);
  color: var(--bs-credit-red);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-table-note {
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--bs-credit-warm-gray);
  font-style: italic;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar-card {
  padding: 18px 18px 16px;
  background: #fff;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-reading-link {
  color: #8b5e2a;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  hyphens: none;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-reading-link:hover {
  text-decoration: underline;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-stat-number {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.45rem;
  line-height: 1.1;
  color: var(--bs-credit-roast);
  font-weight: 600;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-stat-caption {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--bs-credit-warm-gray);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-cta {
  margin: 30px 0;
  padding: 28px 30px;
  border-radius: 0;
  border: 1px solid var(--bs-credit-border);
  background: linear-gradient(180deg, rgba(6, 85, 138, 0.06) 0%, rgba(6, 85, 138, 0.03) 100%);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-cta p {
  margin: 0 0 16px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  background: #0d3b66;
  color: #fff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-button:hover {
  background: #0a2f52;
  color: #fff;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-disclaimer {
  padding: 16px 18px;
  border: 1px solid var(--bs-credit-border);
  background: var(--bs-credit-parchment);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-disclaimer p:last-child,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar-card p:last-child {
  margin-bottom: 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source {
  --r11-blue: #06558a;
  --r11-blue-soft: #eff6ff;
  --r11-green: #1f6f43;
  --r11-green-soft: #eaf6ef;
  --r11-red: #8b2020;
  --r11-red-soft: #fef2f2;
  --r11-amber: #9a6700;
  --r11-amber-soft: #fffbeb;
  --r11-surface: #f8fafc;
  --r11-surface-2: #eef2f7;
  --r11-border: rgba(15, 23, 42, 0.1);
  --r11-text: #334155;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section {
  padding: 34px 0 24px;
  border-bottom: 1px solid var(--r11-border);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section:first-child {
  padding-top: 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section:last-child {
  border-bottom: 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section-num {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--r11-blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section-num::after {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(6, 85, 138, 0.35);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section h2 {
  margin: 0 0 18px;
  color: var(--bs-credit-roast);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.55rem, 2.7vw, 2.15rem);
  line-height: 1.2;
  font-weight: 600;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section h3 {
  margin: 28px 0 10px;
  color: var(--r11-blue);
  font-family: "Manrope", sans-serif;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 600;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section p,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section li,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section td,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section th {
  color: var(--r11-text);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .tag-fato {
  background: var(--r11-blue-soft);
  color: var(--r11-blue);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .tag-inf {
  background: var(--r11-amber-soft);
  color: var(--r11-amber);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .tag-tese {
  background: var(--r11-red-soft);
  color: var(--r11-red);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .tag-ok,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .tag-update {
  background: var(--r11-green-soft);
  color: var(--r11-green);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .callout,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .quote,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .update-note {
  margin: 20px 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .callout {
  border-left: 3px solid var(--r11-blue);
  background: var(--r11-surface);
  border-radius: 0 8px 8px 0;
  padding: 16px 18px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .callout.red {
  border-color: var(--r11-red);
  background: var(--r11-red-soft);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .callout.amber {
  border-color: #d97706;
  background: var(--r11-amber-soft);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .callout.green {
  border-color: var(--r11-green);
  background: var(--r11-green-soft);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .callout p,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .update-note p {
  margin: 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .quote {
  border-left: 3px solid rgba(6, 85, 138, 0.35);
  background: var(--r11-surface);
  border-radius: 0 8px 8px 0;
  padding: 18px 20px;
  color: var(--bs-credit-roast);
  font-family: "Manrope", sans-serif;
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.75;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .quote cite {
  display: block;
  margin-top: 10px;
  color: var(--bs-credit-warm-gray);
  font-style: normal;
  font-size: 0.82rem;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .etymology-block {
  background: var(--r11-surface);
  border: 1px solid rgba(6, 85, 138, 0.15);
  border-left: 3px solid var(--r11-blue);
  border-radius: 8px;
  padding: 18px 20px;
  margin: 22px 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .etym-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .etym-title {
  color: var(--r11-blue);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .etym-body,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .a-body,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lever-body,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .val-yield {
  font-size: 0.88rem;
  line-height: 1.68;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .etym-quote {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--r11-border);
  color: var(--bs-credit-warm-gray);
  font-style: italic;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .update-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--r11-green-soft);
  border: 1px solid rgba(31, 111, 67, 0.18);
  border-radius: 8px;
  padding: 14px 16px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .update-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--r11-green);
  margin-top: 7px;
  flex-shrink: 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .chart-wrap {
  margin: 24px 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .chart-title {
  margin-bottom: 12px;
  color: var(--bs-credit-warm-gray);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  color: var(--bs-credit-warm-gray);
  font-size: 0.76rem;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .l-sq {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .anomaly-grid,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lever-grid,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .val-grid {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .anomaly-grid,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lever-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .val-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .anomaly-card,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lever,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .val-card {
  border: 1px solid var(--r11-border);
  border-radius: 10px;
  background: #fff;
  padding: 18px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .anomaly-card.critical,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .val-card.warn {
  background: var(--r11-red-soft);
  border-color: rgba(139, 32, 32, 0.22);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .anomaly-card.watch {
  background: var(--r11-amber-soft);
  border-color: rgba(154, 103, 0, 0.22);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .anomaly-card.blue {
  background: var(--r11-blue-soft);
  border-color: rgba(6, 85, 138, 0.18);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .a-badge,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .risk-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .a-badge.crit,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .rb-red {
  background: var(--r11-red-soft);
  color: var(--r11-red);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .a-badge.watch,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .rb-amber {
  background: var(--r11-amber-soft);
  color: var(--r11-amber);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .a-badge.blue,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .rb-watch {
  background: var(--r11-blue-soft);
  color: var(--r11-blue);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .a-title,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lever-title {
  margin: 10px 0 8px;
  color: var(--bs-credit-roast);
  font-size: 0.96rem;
  line-height: 1.35;
  font-weight: 600;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .a-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .a-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--r11-surface-2);
  color: var(--bs-credit-warm-gray);
  font-size: 0.68rem;
  line-height: 1.2;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .a-pill.red {
  background: var(--r11-red-soft);
  color: var(--r11-red);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .a-pill.blue {
  background: var(--r11-blue-soft);
  color: var(--r11-blue);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .a-pill.green {
  background: var(--r11-green-soft);
  color: var(--r11-green);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lavoro-link {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(6, 85, 138, 0.06);
  border: 1px solid rgba(6, 85, 138, 0.12);
  color: var(--r11-blue);
  font-size: 0.82rem;
  line-height: 1.6;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lavoro-link a {
  color: var(--r11-blue);
  font-weight: 600;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-size: 0.86rem;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .data-table th,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .data-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--r11-border);
  vertical-align: top;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .data-table th {
  color: var(--bs-credit-warm-gray);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.68rem;
  font-weight: 700;
  background: var(--r11-surface);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .data-table td:not(:first-child),
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .data-table th:not(:first-child) {
  text-align: right;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .data-table tr.highlight td {
  background: rgba(6, 85, 138, 0.04);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .data-table tr.total td {
  background: var(--r11-surface);
  font-weight: 600;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .dur-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .dur-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .dur-label,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .dur-val,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lever-num,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .val-label {
  color: var(--bs-credit-warm-gray);
  font-size: 0.72rem;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .dur-label {
  width: 84px;
  flex-shrink: 0;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .dur-bar-wrap,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .impact-bar-wrap {
  flex: 1;
  overflow: hidden;
  border-radius: 999px;
  background: var(--r11-surface-2);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .dur-bar {
  height: 18px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 0.68rem;
  line-height: 1;
  white-space: nowrap;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .dur-bar {
  padding-right: 8px;
  font-weight: 700;
  text-shadow: none;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .dur-row:nth-child(-n+5) .dur-bar {
  color: #0f172a !important;
}

body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .dur-row:nth-child(6) .dur-bar {
  color: #ffffff !important;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .dur-val {
  width: 92px;
  text-align: right;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lever-impact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .impact-bar-wrap {
  height: 6px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .impact-bar {
  height: 100%;
  border-radius: 999px;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .impact-val {
  font-size: 0.72rem;
  white-space: nowrap;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .val-card {
  text-align: center;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .val-price {
  margin: 6px 0 4px;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .section a,
body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lavoro-link a {
  color: var(--r11-blue);
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source canvas {
  max-width: 100%;
}

body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .bs-credit-chart-placeholder {
  width: 100%;
  min-height: 180px;
}

@media (max-width: 920px) {
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-databar,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-layout,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-scenario-grid,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-stat-grid {
    grid-template-columns: 1fr;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-layout {
    display: block !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

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

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-data-item {
    border-right: none;
    border-bottom: 1px solid var(--bs-credit-border);
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-data-item:last-child {
    border-bottom: none;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar {
    position: static;
    margin-top: 32px;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-chain-item,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist-item,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-footnote-item {
    display: block;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-chain-num,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-checklist-icon,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-footnote-num {
    margin-bottom: 10px;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .anomaly-grid,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lever-grid,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .val-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.bs-editorial-channel-credito-rural .entry-content {
    overflow-x: hidden !important;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-page {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    overflow-x: hidden;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-article p,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar p,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar li {
    font-size: 1.06rem;
    line-height: 1.94;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-hero,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-cta {
    padding: 24px 18px 28px;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-title {
    max-width: 100%;
    width: 100%;
    font-size: clamp(1.9rem, 8vw, 2.6rem);
    line-height: 1.08;
  }

  body.page-credito-rural-lavoro-cras-fiagros .entry-content .bs-credit-title {
    font-size: clamp(1.68rem, 6.8vw, 2.2rem);
    line-height: 1.06;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-section-head,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-timeline-item,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-mech-step,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-reading-item,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-glossary-item {
    display: block;
  }

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

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-page,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-page *,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-layout,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-article,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar {
    min-width: 0 !important;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-layout,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-article,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar {
    overflow-x: hidden !important;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-year,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-term {
    display: block;
    margin-bottom: 8px;
    min-width: 0;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-dot {
    display: none;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-callout,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-explainer,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-sidebar-card,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-cta {
    padding: 20px !important;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-table {
    min-width: 680px !important;
    table-layout: auto !important;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .data-table {
    min-width: 720px;
  }

  body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .chart-wrap > div[style*="grid-template-columns:auto 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    justify-items: center;
  }

  body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .chart-wrap > div[style*="grid-template-columns:auto 1fr"] > div:last-child {
    width: 100%;
  }

  body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .dur-bar-wrap {
    overflow: visible;
  }

  body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .dur-bar {
    min-width: fit-content;
    padding-right: 8px;
    font-weight: 700;
    text-shadow: none;
  }

  body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .dur-row:nth-child(-n+5) .dur-bar {
    color: #0f172a;
  }

  body.page-credito-rural-fiagro-rura11 .entry-content .bs-credit-source .dur-row:nth-child(6) .dur-bar {
    color: #ffffff;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .dur-row {
    flex-wrap: wrap;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .dur-label,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .dur-val {
    width: auto;
  }

  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .lavoro-link,
  body.bs-editorial-channel-credito-rural .entry-content .bs-credit-source .update-note {
    display: block;
  }
}

@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;
