/*
Theme Name: EZ Insurance Agency
Theme URI: https://www.ezinsuranceagency.com
Author: Kit for Oschino
Author URI: https://www.ezinsuranceagency.com
Description: Native WordPress block theme for insurance agency (mobile-first, Tailwind-enabled)
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ez-block-theme-template
*/

/* Footer Quick Links - White links */
.site-footer a,
.footer-links a,
.footer-links li a,
.wp-block-group.has-black-background-color a,
.wp-block-group.has-black-background-color ul a,
.wp-block-group.has-black-background-color li a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.site-footer a:hover,
.footer-links a:hover,
.wp-block-group.has-black-background-color a:hover {
    color: #059669 !important;
}
a {
    color: inherit !important;
}
