/*
  Blog article CTA block colors — single source of truth.
  Do not hardcode .cta-box / .cta-button colors inside individual article
  <style> blocks; they must inherit from here so new articles stay in sync.
  #f3f4fe is the same pale tint already used for the About/FAQ/Contact
  section backgrounds in ud-styles.css. #3056d3 is the same brand blue used
  for the highlighted pricing plan (.ud-single-pricing.active) there.
*/
.cta-box {
  background: #f3f4fe;
  color: #212b36;
}
.cta-box h3 {
  color: #212b36;
}
.cta-button {
  background: #3056d3;
  color: #ffffff;
}
