/**
 * Shores Google Map Styles
 */

.shores-google-map-container {
    width: 100%;
    height: 600px;
    background-color: #f0f0f0;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

/* InfoWindow Styles */
.shores-map-infowindow {
    padding: 10px;
    max-width: 250px;
}

.shores-map-infowindow h3 {
    margin: 5px 0 10px;
    font-size: 16px;
}

.shores-map-infowindow img {
    border-radius: 4px;
}

.shores-map-infowindow a {
    display: inline-block;
    margin-top: 5px;
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 768px) {
    .shores-google-map-container {
        height: 400px;
    }
}
