/**
 * Google Maps Styles for Projekt
 */

/* Map Container */
.projekt-map-container {
    margin-top: 10px;
}

/* Map Address */
.projekt-map-address {
    margin-bottom: 15px;
    padding: 12px;
    background: #f5f5f5;
    border-left: 3px solid #0073aa;
    border-radius: 4px;
    font-size: 16px;
}

.projekt-map-address i {
    color: #0073aa;
    margin-right: 8px;
}

/* ACF Map */
.acf-map {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 10px;
    overflow: hidden;
}

/* Marker Info Window */
.acf-map .marker h4 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .acf-map {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .acf-map {
        height: 250px;
    }

    .projekt-map-address {
        font-size: 14px;
        padding: 10px;
    }
}
