/*
 * Footer Widget CSS
 * Styles for the Footer Elementor widget.
 * All primary styles are expected to be provided by the active theme.
 * This file is kept minimal to avoid conflicts.
 */

.bothelp-footer-widget {
    /* Add any necessary base styles here that are not covered by the theme */
    /* For example: */
    /* margin-bottom: 20px; */
}

/* Example of how to add specific overrides if needed */
/*
.bothelp-footer-widget .section-footer {
    background-color: var(--e-global-color-primary);
    padding: 40px 0;
}

.bothelp-footer-widget .footer__link {
    color: var(--e-global-color-text);
    transition: color 0.3s ease;
}

.bothelp-footer-widget .footer__link:hover {
    color: var(--e-global-color-accent);
}
*/
