#map-location-section {
    background-color: #f8f8f8;
    border-top: 1px solid #eee;
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.map-container iframe {
    display: block;
}
