/* Didacweb Lot 5: accessible palette and visible keyboard focus. */

:where(a, button, [role="button"]):focus-visible {
    outline: 3px solid #ff7a2f !important;
    outline-offset: 3px !important;
}

#header_contents .elementor-element-dwpteltext a,
body.home .elementor-element-dwhv3e .elementor-heading-title,
body.home .dw-services-eyebrow .elementor-heading-title {
    color: #ff7a2f !important;
}

/* Preserve the orange shades configured in Elementor for the home page.
 * The former #c64200 accessibility override visibly darkened the brand. */

body.home .dw-services-tabs .premium-tabs-nav-list-item:not(.tab-current) .dw-tab-note,
body.home .dw-services-tabs .premium-tabs-content-section .dw-tab-note {
    color: #5f6b7a !important;
}

body.home .elementor-24009 .elementor-element.elementor-element-9199198.dw-services-tabs .premium-tabs-nav-list-item.tab-current .dw-tab-title,
body.home .elementor-24009 .elementor-element.elementor-element-9199198.dw-services-tabs .premium-tabs-nav-list-item.tab-current .dw-tab-note {
    color: #fff !important;
    opacity: 1 !important;
}
