/*
 * Location Auto-Linker — Frontend Styles
 *
 * Ensures auto-generated location links inherit the colour and style
 * of whatever text they sit inside, rather than showing browser/theme
 * default link blue. All other styling (underline, hover, etc.) is left
 * to the user's theme / Elementor widget styles.
 */

.location-link,
.location-link:link,
.location-link:visited,
.location-link:hover,
.location-link:active,
.location-link:focus {
    color: inherit !important;
}
