/* Map container */
.acf-map {
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
    margin: 20px 0;
}

/* Marker popup card */
.marker-popup {
    max-width: 250px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.marker-popup h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #333;
}

.marker-popup p {
    margin: 0 0 5px 0;
    color: #555;
    font-size: 14px;
}

.marker-popup img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-radius: 4px;
}

.marker-popup a {
    display: inline-block;
    margin-top: 5px;
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.marker-popup img.marker-img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-radius: 4px;
}