/* v17 direct calculator readability fix */
.calc-result strong,
.calc-result strong[data-calc-result],
.hero-calculator .calc-result strong,
.hero-calculator .calc-result strong[data-calc-result],
.pricing-page-calculator .calc-result strong,
.pricing-page-calculator .calc-result strong[data-calc-result],
.price-calculator .calc-result strong,
.price-calculator .calc-result strong[data-calc-result] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.16) !important;
}
