/* === TSF MAP LINK (tsf_listing_map_link shortcode) === */
.tsf-address-wrapper {
    margin-bottom: 10px;
}

.tsf-map-link-anchor {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s ease;
}

.tsf-map-link-anchor:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.tsf-map-icon {
    width: 28px;
    height: auto;
    margin-right: 8px;
    flex-shrink: 0;
    vertical-align: middle;
}

.tsf-address-text {
    line-height: 1.4;
}
