.emlm-map-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.emlm-map {
    width: 100%;
    min-height: 200px;
}
.emlm-map-message:not(:empty) {
    padding: 12px 14px;
    background: #fff4e5;
    border: 1px solid #f0c36d;
    color: #5f4500;
    font-size: 14px;
}
.emlm-info {
    max-width: 280px;
    padding: 4px 2px 2px;
}
.emlm-info h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.25;
}
.emlm-info-address,
.emlm-info-description {
    margin: 0 0 10px;
}
.emlm-info-button {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 3px;
    background: #1a73e8;
    color: #fff !important;
    text-decoration: none;
}
