/**
 * Map Section Styles
 * Styles for the Google Maps embed in footer
 */

.footer-map-container {
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.footer-map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}
