.map-side {
    padding-left: 0;
    padding-right: 0;
}

.map-content-box {
    height: 100%;
    min-height: 0;
    background-color: #f5f5f5;
}

#headquarters-map,
.map-consent-placeholder {
    height: 100%;
}

.map-consent-placeholder {
    padding: 40px 30px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.map-reset-row {
    margin: 0;
    padding: 0;
}

.map-reset-row .map-side {
    padding-top: 0;
    padding-bottom: 0;
}

.map-reset-box {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: right;
}

.map-reset-box a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}