/* Elementor Mega Menu Dropdown Links - Normal State */
.e-n-menu-dropdown-content a {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    color: #20241D !important;
    text-decoration: none !important;
    transition: all 200ms ease !important;
}

/* Hover State */
.e-n-menu-dropdown-content a:hover {
    color: #1F4E3D !important;
    text-decoration: underline !important;
    text-decoration-color: #A8C25E !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px !important;
}

/* Exclude Headers/Titles to keep them un-underlined and in their specific color */
.e-n-menu-dropdown-content h1,
.e-n-menu-dropdown-content h2,
.e-n-menu-dropdown-content h3,
.e-n-menu-dropdown-content h4,
.e-n-menu-dropdown-content h5,
.e-n-menu-dropdown-content h6,
.e-n-menu-dropdown-content .elementor-heading-title,
.e-n-menu-dropdown-content h1 a,
.e-n-menu-dropdown-content h2 a,
.e-n-menu-dropdown-content h3 a,
.e-n-menu-dropdown-content h4 a,
.e-n-menu-dropdown-content h5 a,
.e-n-menu-dropdown-content h6 a,
.e-n-menu-dropdown-content .elementor-heading-title a {
    color: #4F7A8C !important;
    text-decoration: none !important;
}

.e-n-menu-dropdown-content h1 a:hover,
.e-n-menu-dropdown-content h2 a:hover,
.e-n-menu-dropdown-content h3 a:hover,
.e-n-menu-dropdown-content h4 a:hover,
.e-n-menu-dropdown-content h5 a:hover,
.e-n-menu-dropdown-content h6 a:hover,
.e-n-menu-dropdown-content .elementor-heading-title a:hover {
    color: #4F7A8C !important;
    text-decoration: none !important;
}
