/* Style "Show on map" button as outlined black */
button[data-testid="show-map-button"],
.sb-show-map-btn,
a[href*="maps"] {
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: 1px solid #000 !important;
    border-radius: 6px;
    padding: 8px 16px;
    box-shadow: none !important;
}

/* Hover state */
button[data-testid="show-map-button"]:hover,
.sb-show-map-btn:hover,
a[href*="maps"]:hover {
    background-color: #FFFfff !important;
    color: #ffffff !important;
}

/* Fallback: target all map buttons */
a[href*="map"],
button[class*="map"] {
    background: transparent !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}