/* BCS ProSoft — ABTF CTA override
 * Template 48102, section 84cd351 — blog-cta injected before 2nd H2.
 *
 * The section uses background-image (bcs-prosoft-transparent-bg-header.png)
 * on a light-blue BCS tint background. Heading/body text inherits dark navy
 * from the global kit — do NOT override text color here (white on light bg = 
 * unreadable). Only override the button to ensure BCS orange is applied.
 *
 * Background and text colors are correct from Elementor's own CSS (post-48102.css).
 */

/* Button: BCS orange. The global .elementor-widget-button rule may apply accent
   color — override to BCS orange and white text. */
.elementor-48102 .elementor-element-84cd351.elementor-element-84cd351 .elementor-button {
    background-color: #F6921E !important;
    color: #FFFFFF !important;
    border-color: #F6921E !important;
}

.elementor-48102 .elementor-element-84cd351.elementor-element-84cd351 .elementor-button:hover {
    background-color: #e07d0a !important;
    border-color: #e07d0a !important;
}
