a[data-ssa-autolink="1"],
a.ssa-autolink {
    color: var(--wp_estate_link_color, var(--wp--preset--color--vivid-cyan-blue, #0f766e)) !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 0.18em !important;
    transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

a[data-ssa-autolink="1"]:hover,
a[data-ssa-autolink="1"]:focus,
a.ssa-autolink:hover,
a.ssa-autolink:focus {
    color: var(--wp_estate_second_color, #0b5f59) !important;
    text-decoration-color: currentColor !important;
}

.wpestate_property_description a[data-ssa-autolink="1"],
.elementor-widget-container a[data-ssa-autolink="1"],
.entry-content a[data-ssa-autolink="1"],
.wpestate_property_description a.ssa-autolink,
.elementor-widget-container a.ssa-autolink,
.entry-content a.ssa-autolink {
    color: var(--wp_estate_link_color, #0f766e) !important;
}
