.elementor-377 .elementor-element.elementor-element-6bf3b4cd{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-377 .elementor-element.elementor-element-6d12a7f3{color:var( --e-global-color-primary );}/* Start custom CSS *//* Accessibility Fix: White Title on Black Background */
h1.entry-title {
    background-color: #000000 !important; /* Solid black background */
    color: #ffffff !important;            /* Pure white text */
    padding: 20px 30px !important;        /* Adds space around the text */
    display: block !important;            /* Ensures the black bar spans the width */
    margin: 0 auto !important;            /* Centers the bar */
    text-align: center;                   /* Centers the text within the bar */
    width: fit-content;                   /* Optional: Makes the black box only as wide as the text */
    max-width: 100%;
}/* End custom CSS */