/* Conversion and planning tools for the Uganda safari costs guide only. */
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(28px, 4vw, 44px);
  border-left: 4px solid var(--guide-gold);
  background: #12382a;
  color: #fffaf0;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta h2 {
  max-width: 19ch;
  margin: 9px 0 0;
  color: #fffaf0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.65rem) !important;
  font-weight: 500;
  line-height: 1.05 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta p:not(.guide-label) {
  max-width: 62ch;
  margin: 12px 0 0;
  color: rgba(255, 250, 240, 0.8);
  line-height: 1.65;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta__actions {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta__actions a {
  color: #fffaf0;
  font-size: 0.82rem;
  text-underline-offset: 4px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border-block: 1px solid var(--guide-line);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges > div {
  padding: 25px 24px 25px 0;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges > div + div {
  padding-left: 24px;
  border-left: 1px solid var(--guide-line);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges span,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands > article > strong {
  color: var(--guide-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges strong {
  display: block;
  margin-top: 8px;
  color: var(--guide-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 600;
  line-height: 1.05;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] :is(.cost-couple-ranges p, .cost-couple-note) {
  color: var(--guide-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges p {
  margin: 10px 0 0;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-note {
  max-width: 76ch;
  margin: 18px 0 0;
  padding-left: 18px;
  border-left: 2px solid rgba(184, 140, 63, 0.55);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands {
  margin-top: 28px;
  border-top: 1px solid var(--guide-line);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands article {
  display: grid;
  grid-template-columns: minmax(110px, 0.28fr) minmax(0, 1fr);
  gap: clamp(20px, 5vw, 72px);
  padding: 24px 0;
  border-bottom: 1px solid var(--guide-line);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands > article > strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  letter-spacing: -0.02em;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands h3 {
  margin: 0;
  color: var(--guide-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.1;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands p {
  max-width: 76ch;
  margin: 8px 0 0;
  color: var(--guide-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: var(--guide-shadow);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result {
  padding: clamp(26px, 4vw, 44px);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form {
  display: grid;
  gap: 18px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__field {
  display: grid;
  gap: 7px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator label {
  color: var(--guide-ink);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator select {
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 13px;
  border: 1px solid rgba(16, 41, 31, 0.25);
  border-radius: 4px;
  background: #fffdf8;
  color: var(--guide-ink);
  font: inherit;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator select:focus-visible,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__calculate:focus-visible {
  outline: 3px solid rgba(184, 140, 63, 0.42);
  outline-offset: 2px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 15px;
  border: 1px solid var(--guide-line);
  background: rgba(234, 215, 171, 0.18);
  cursor: pointer;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check input {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  accent-color: var(--guide-green);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check span {
  display: grid;
  gap: 4px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check small {
  color: var(--guide-muted);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__calculate {
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--guide-green);
  color: #fffaf0;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #12382a;
  color: #fffaf0;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__total {
  display: block;
  margin-top: 12px;
  color: #fffaf0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result > p:not(.guide-label) {
  margin: 12px 0 0;
  color: rgba(255, 250, 240, 0.83);
  line-height: 1.55;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result .cost-estimator__summary {
  color: #ead7ab;
  font-weight: 700;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result .cost-estimator__disclaimer {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 250, 240, 0.18);
  font-size: 0.78rem;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result .guide-button {
  align-self: flex-start;
  margin-top: 24px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-cta {
  border-radius: 10px;
  background: linear-gradient(130deg, #0b2c20 0%, #194936 72%, #285d47 100%);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-cta h2 {
  max-width: 18ch;
}

@media (max-width: 900px) {
  .supporting-guide-page[data-page-key="uganda-safari-costs"] :is(.cost-inline-cta, .cost-estimator__layout) {
    grid-template-columns: 1fr;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta__actions {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta {
    margin-inline: -14px;
    padding: 28px 20px;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta__actions,
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta .guide-button {
    width: 100%;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges {
    grid-template-columns: 1fr;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges > div,
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges > div + div {
    padding: 20px 0;
    border-left: 0;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges > div + div {
    border-top: 1px solid var(--guide-line);
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__layout {
    border-radius: 6px;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form,
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result {
    padding: 25px 20px;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result .guide-button {
    width: 100%;
  }
}

/* Compact editorial density pass. */
.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-hero {
  min-height: clamp(500px, 68vh, 660px);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-hero__inner {
  padding: 120px 0 54px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-hero h1 {
  max-width: 12ch;
  font-size: clamp(58px, 6vw, 82px) !important;
  line-height: 0.96 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-hero__lead {
  max-width: 62ch;
  margin-top: 18px;
  font-size: 16px !important;
  line-height: 1.62 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-hero__meta {
  margin-top: 20px;
  font-size: 0.78rem;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-breadcrumbs {
  padding: 18px 0;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-intro {
  gap: clamp(26px, 3.5vw, 40px);
  padding: clamp(34px, 4.5vw, 52px) 0;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] :is(.guide-intro h2, .guide-section h2, .guide-cta h2) {
  margin-top: 9px;
  font-size: clamp(32px, 3vw, 44px) !important;
  line-height: 1.06 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] :is(
  .guide-intro__copy > p,
  .guide-section__lead,
  .guide-prose p,
  .guide-prose li,
  .guide-card p,
  .guide-faq details p,
  .guide-source-note
) {
  font-size: 16px !important;
  line-height: 1.66 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-intro__copy > p,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-prose p {
  margin-top: 15px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-quick-answer {
  padding: 20px;
  border-radius: 10px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-quick-answer h2 {
  margin: 8px 0 10px;
  font-size: clamp(24px, 2vw, 31px) !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-quick-answer p {
  font-size: 15px;
  line-height: 1.62;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-section {
  padding: clamp(36px, 4.6vw, 56px) 0;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] :is(.guide-section__head, .guide-prose) {
  max-width: 760px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-section__lead {
  margin-top: 13px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-table-wrap {
  margin-top: 21px;
  border-radius: 8px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-rate-table :is(th, td) {
  padding: 11px 12px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-rate-table th {
  font-size: 0.66rem;
  line-height: 1.35;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-rate-table td {
  font-size: 14px;
  line-height: 1.48;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-rate-note {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-grid {
  gap: 14px;
  margin-top: 22px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-card {
  padding: 19px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-card h3 {
  margin-top: 8px;
  font-size: clamp(20px, 1.8vw, 26px) !important;
  line-height: 1.1 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-card p {
  margin-top: 9px;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-callout {
  margin-top: 21px;
  padding: 15px 18px;
  line-height: 1.58;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-prose ul {
  margin-top: 16px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-prose li + li {
  margin-top: 7px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-figure {
  gap: clamp(24px, 3.5vw, 40px);
  margin-top: 23px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-figure img {
  border-radius: 8px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-faq {
  margin-top: 20px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-faq summary {
  padding: 15px 32px 15px 0;
  font-size: 15px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-faq details p {
  padding-bottom: 16px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-source-note {
  margin-top: 20px;
  padding: 15px 17px;
  border-radius: 8px;
  font-size: 14px !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta {
  gap: clamp(22px, 4vw, 44px);
  padding: clamp(24px, 3.5vw, 34px);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta h2 {
  font-size: clamp(27px, 2.5vw, 36px) !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta p:not(.guide-label) {
  font-size: 15px;
  line-height: 1.58;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta__actions {
  gap: 9px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__layout {
  margin-top: 22px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges > div {
  padding: 20px 20px 20px 0;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges > div + div {
  padding-left: 20px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges strong {
  font-size: clamp(24px, 2vw, 31px);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] :is(.cost-couple-ranges p, .cost-couple-note) {
  font-size: 14px;
  line-height: 1.58;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges p {
  margin-top: 8px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-note {
  margin-top: 14px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands article {
  gap: clamp(18px, 4vw, 48px);
  padding: 18px 0;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands > article > strong {
  font-size: clamp(27px, 2.5vw, 35px);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands h3 {
  font-size: clamp(20px, 1.8vw, 25px);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands p {
  font-size: 15px;
  line-height: 1.58;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result {
  padding: clamp(24px, 3vw, 34px);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form {
  gap: 14px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator select,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__calculate {
  min-height: 44px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check {
  padding: 12px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__total {
  font-size: clamp(34px, 3.5vw, 50px);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result > p:not(.guide-label) {
  margin-top: 9px;
  font-size: 15px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result .guide-button {
  margin-top: 19px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-cta {
  gap: 24px;
  margin-top: clamp(38px, 5vw, 58px);
  padding: clamp(27px, 3.5vw, 38px);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-button {
  min-height: 48px;
  padding-inline: 22px;
}

@media (max-width: 720px) {
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-hero {
    min-height: 500px;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-hero__inner {
    padding: 106px 0 42px;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-hero h1 {
    font-size: clamp(48px, 13vw, 58px) !important;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-hero__lead,
  .supporting-guide-page[data-page-key="uganda-safari-costs"] :is(
    .guide-intro__copy > p,
    .guide-section__lead,
    .guide-prose p,
    .guide-prose li,
    .guide-faq details p
  ) {
    font-size: 15px !important;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-intro {
    gap: 24px;
    padding: 31px 0;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] :is(.guide-intro h2, .guide-section h2, .guide-cta h2) {
    font-size: clamp(29px, 8.5vw, 35px) !important;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-section {
    padding: 31px 0;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .guide-grid {
    gap: 11px;
    margin-top: 18px;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] :is(.guide-card, .guide-quick-answer) {
    padding: 16px;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-inline-cta {
    padding: 24px 18px;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges > div,
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges > div + div,
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-budget-bands article {
    padding-block: 17px;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges > div,
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-couple-ranges > div + div {
    padding-inline: 0;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form,
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result {
    padding: 21px 17px;
  }
}

/* Extra density for the interactive estimate and sample-route comparison. */
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  margin-top: 17px;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(10, 31, 23, 0.08);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result {
  padding: 18px 22px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form {
  gap: 10px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__field {
  gap: 4px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator label {
  font-size: 12px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator select,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__calculate {
  min-height: 40px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator select {
  padding-left: 11px;
  font-size: 14px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check {
  gap: 9px;
  padding: 8px 10px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check input {
  width: 17px;
  height: 17px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check span {
  gap: 2px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check small {
  font-size: 12px;
  line-height: 1.3;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__calculate {
  font-size: 11px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__total {
  margin-top: 7px;
  font-size: clamp(31px, 3vw, 42px);
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result > p:not(.guide-label) {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.42;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result .cost-estimator__disclaimer {
  padding-top: 8px;
  font-size: 12px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result .guide-button {
  min-height: 42px;
  margin-top: 14px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-table-wrap {
  margin-top: 16px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-rate-table {
  min-width: 760px;
  table-layout: fixed;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-rate-table :is(th, td) {
  padding: 7px 9px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-rate-table th {
  font-size: 10.5px;
  line-height: 1.25;
  letter-spacing: 0.065em;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-rate-table td {
  font-size: 12px;
  line-height: 1.35;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-rate-note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form,
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result {
    padding: 16px 14px;
  }
}

/* Final compact sizing: keep the tool useful without letting it dominate the guide. */
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__layout {
  margin-top: 12px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result {
  padding: 12px 16px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form {
  gap: 6px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__field {
  gap: 2px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator label {
  font-size: 11px !important;
  line-height: 1.2 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator select,
.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__calculate {
  min-height: 34px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator select {
  padding: 4px 9px;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check {
  gap: 7px;
  padding: 6px 8px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check input {
  width: 15px;
  height: 15px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__check small {
  font-size: 11px !important;
  line-height: 1.25 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__calculate {
  font-size: 10.5px !important;
  line-height: 1.2 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__total {
  margin-top: 3px;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.05;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result > p:not(.guide-label) {
  margin-top: 4px;
  font-size: 13px !important;
  line-height: 1.32 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result .cost-estimator__disclaimer {
  margin-top: 7px;
  padding-top: 7px;
  font-size: 11px !important;
  line-height: 1.3 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result .guide-button {
  min-height: 36px;
  margin-top: 9px;
  padding-inline: 16px;
  font-size: 10.5px !important;
  line-height: 1.2 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-table-wrap {
  margin-top: 11px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-rate-table {
  min-width: 820px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-rate-table :is(th, td) {
  padding: 4px 7px;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-rate-table th {
  font-size: 10px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.05em;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-rate-table td {
  font-size: 12px !important;
  line-height: 1.3 !important;
}

.supporting-guide-page[data-page-key="uganda-safari-costs"] #examples .guide-rate-note {
  margin-top: 5px;
  font-size: 11px !important;
  line-height: 1.3 !important;
}

@media (max-width: 720px) {
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__form,
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__result {
    padding: 11px 10px;
  }

  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator select,
  .supporting-guide-page[data-page-key="uganda-safari-costs"] .cost-estimator__calculate {
    min-height: 36px;
  }
}
