/**
 * FG Foundation Grants Map Styles
 */

.fg-grants-map-container {
    margin: 20px auto;
}

.fg-grants-map-container .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.fg-grants-map-container .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .fg-grants-map-container {
        margin: 10px auto;
    }
}

