/* PATCH_TESTIMONIAL_DARK_V1
   Scope: Visual only. Remove white card look under video.
*/

:root{
  --bn-testi-bg: rgba(10, 22, 30, .92);
  --bn-testi-border: rgba(0, 194, 179, .22);
  --bn-testi-text: rgba(255,255,255,.92);
  --bn-testi-dim: rgba(255,255,255,.74);
}

/* Targets used previously in your funnel */
.testimonial, .testimonialCard, .testimonio, .testimonioCard{
  background: var(--bn-testi-bg) !important;
  border: 1px solid var(--bn-testi-border) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.50) !important;
  color: var(--bn-testi-text) !important;
}

/* Headings/text inside */
.testimonial h1,.testimonial h2,.testimonial h3,
.testimonialCard h1,.testimonialCard h2,.testimonialCard h3,
.testimonio h1,.testimonio h2,.testimonio h3,
.testimonioCard h1,.testimonioCard h2,.testimonioCard h3{
  color: var(--bn-testi-text) !important;
}

.testimonial p,.testimonialCard p,.testimonio p,.testimonioCard p,
.testimonial li,.testimonialCard li,.testimonio li,.testimonioCard li{
  color: var(--bn-testi-dim) !important;
}

/* Keep the METABOLISMO pill readable */
.testimonial .pill, .testimonialCard .pill, .testimonio .pill, .testimonioCard .pill{
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: rgba(255,255,255,.95) !important;
}
