/* ==========================================================================
   AlloDentiste Theme Resets
   Overrides Hello Elementor's red link/button colour with a neutral inherit
   so widget styles have full control over link appearance.
   ========================================================================== */

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    color: inherit;
}
