/**
 * LN Custom Widgets — Global style overrides
 *
 * Add site-wide CSS overrides for any LN widget here.
 * This file is loaded after all widget stylesheets.
 *
 * Examples:
 *
 * .ln-header__cta { border-radius: 999px; }
 * .ln-footer__newsletter-input { max-width: 320px; }
 * .ln-cta-banner__title { letter-spacing: -0.02em; }
 */


:root {
  --main: #205247 !important;
}

span.sbi_follow_btn.sbi_custom a,
span.sbi_follow_btn.sbi_custom a:hover {
  background: #205247 !important;
}