@keyframes consentFadeInFastOut {
    0% { opacity: 0 }
    90% { opacity: 0 }
    to { opacity: 1  }
}

/*
*  Elementor Widget: Mapbox
*/
.g-mapbox .mb-map { height: 100%; min-height: 40px; }
.g-mapbox .mb-consent { position: absolute; top: 0; right: 0; left: 0;  bottom: 0; display: flex; justify-content: center;  align-items: center; animation: 1.5s consentFadeInFastOut; animation-fill-mode: forwards;; background-size: cover; background-repeat: no-repeat; }
.g-mapbox .mb-consent-card { padding: 25px; margin: 10px; }
.g-mapbox .mb-consent-text { padding-top: 5px; padding-bottom: 5px; padding: 9px 0px; padding-bottom: 15px; }
.g-mapbox .mb-consent-button button { border: none; outline: none; cursor: pointer; }
.g-mapbox .mb-consent-bg-info { position: absolute; bottom: 0; right: 0; padding: 5px 8px; line-height: 1; font-size: 12px;}
.g-mapbox .mb-consent-bg-info a { text-decoration: underline; color: inherit; cursor: pointer; }
.g-mapbox[data-status="complete"] .mb-consent{ display: none !important; }