/***************************************************************************
* Google-Maps Consent-Hinweis (CCM19)
*
* Grundstyles fuer .typo_map_overlay / .typo_map_overlay_content kommen aus
* typo-canvas/core/TypoModules/Google/assets/maps.css. Hier nur Ergaenzungen
* fuer den von assets/js/maps_consent.js erzeugten Hinweis.
****************************************************************************/
.typo_map_wrapper .typo_map_consent_overlay {
    background: #e9e9e9;
}

.typo_map_consent_overlay p {
    margin: 0 0 1rem;
    line-height: 1.5;
}

.typo_map_consent_overlay .button-group {
    display: flex;
    justify-content: center;
}
