/* Map — i2t3 component styles */

.i2t3-map-section { position: relative; }

.i2t3-map-section .map-embed,
.i2t3-map-section iframe {
    border: 0;
    border-radius: 6px;
    height: 480px;
    width: 100%;
}

.i2t3-map-section .map-address {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    margin-top: -3rem;
    padding: 1.5rem;
    position: relative;
    z-index: 1;
}
