/* AWD Local Map — v2.2.0 */

/* AWD Local Map — remove default Leaflet background from the custom DivIcon */
.awd-map-pin {
    background: transparent !important;
    border: none !important;
}

/* Leaflet popup — light brand styling */
.leaflet-popup-content-wrapper {
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.9rem;
}

.leaflet-popup-content strong {
    color: #f56402;
}


.awd-local-map {
    z-index: 0;
}

/* Remove default Leaflet background from the custom DivIcon */
.awd-map-pin {
    background: transparent !important;
    border: none !important;
}

/* Leaflet popup — light brand styling */
.leaflet-popup-content-wrapper {
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.9rem;
}

.leaflet-popup-content strong {
    color: #f56402;
}

/* Ensure Leaflet popup is wide enough for dual links */
.leaflet-popup-content {
    min-width: 200px;
}

/* Popup link base styles */
.leaflet-container .leaflet-popup-content .awd-map-popup-link {
    display: block;
    margin-top: 6px;
    padding: 5px 8px;
    border-radius: 4px;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    color: #ffffff !important;
    transition: background-color 0.2s ease;
	transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.leaflet-container .leaflet-popup-content .awd-map-popup-link:link,
.leaflet-container .leaflet-popup-content .awd-map-popup-link:visited,
.leaflet-container .leaflet-popup-content .awd-map-popup-link:hover {
    color: #ffffff !important;
    text-decoration: none;
}

/* Web design button */
.leaflet-container .leaflet-popup-content .awd-map-popup-link--web {
    background-color: #f56402;
}

.leaflet-container .leaflet-popup-content .awd-map-popup-link--web:hover {
    background-color: #d94e00;
}

/* SEO button */
.leaflet-container .leaflet-popup-content .awd-map-popup-link--seo {
    background-color: #4D5677;
}

.leaflet-container .leaflet-popup-content .awd-map-popup-link--seo:hover {
    background-color: #363d57;
}

.awd-map-popup-icon {
    margin-right: 4px;
}