
/* FORCE override for quote-related links/buttons to ensure readability */
a[href*="quote"], a.get-quote, .get-quote a,
a.btn, .wp-block-button__link, .elementor-button, .button, .cta a,
button, .btn, .wp-block-button, .et_pb_button {
  background:#000 !important;
  color:#0B6B3A !important;
  border:2px solid #000 !important;
  border-radius:10px !important;
  padding:10px 16px !important;
  text-decoration:none !important;
  font-weight:800 !important;
}
a[href*="quote"]:hover, a.get-quote:hover,
a.btn:hover, .wp-block-button__link:hover, .elementor-button:hover, .button:hover,
button:hover, .btn:hover, .et_pb_button:hover {
  background:#0B6B3A !important;
  color:#000 !important;
}
