/* Sellso Brand Overrides — Variant 1 */
:root {
  --tp-theme-green: #C8956C;
  --tp-common-green-regular: #C8956C;
  --tp-common-green-solid: #1C1917;
  --tp-common-yellow-green: #C8956C;
  --tp-common-cream: #F5F0EB;
  --tp-common-black-5: #1C1917;
  --tp-common-black: #2A2520;
  --tp-text-body: #2A2520;
  --tp-grey-4: #F5F0EB;
}

/* Fix button text color (green→gold means buttons need white text) */
.tp-btn-yellow-green.green-solid span span.text-1,
.tp-btn-yellow-green.green-solid span span.text-2 {
  color: #ffffff;
}

/* Fix SVG gradient underlines to use Sellso gold */
.tp-section-title-shape svg path {
  fill: #C8956C !important;
}
.tp-section-title-shape svg defs linearGradient stop {
  stop-color: #C8956C !important;
}
