.mad-consent-map-container{position:relative;width:100%;min-height:400px;border-radius:8px;overflow:hidden;background-color:#f5f5f5}.mad-consent-map-container .mad-consent-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;z-index:10;padding:2rem}.mad-consent-map-container .mad-consent-overlay::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,var(--overlay-opacity,.75));z-index:1}.mad-consent-map-container .mad-consent-overlay .mad-consent-content{position:relative;z-index:2;text-align:center;max-width:500px;width:100%}@media (max-width:768px){.mad-consent-map-container .mad-consent-overlay .mad-consent-content{padding:0 1rem}}.mad-consent-map-container .mad-consent-overlay .mad-consent-privacy{text-decoration:underline;display:block}.mad-consent-map-container .mad-consent-overlay .mad-consent-privacy:hover{text-decoration:none}.mad-consent-map-container .mad-map-wrapper{width:100%;height:100%;min-height:inherit}.mad-consent-map-container .mad-map-wrapper .mad-google-map{width:100%;height:100%;min-height:400px}.mad-consent-map-container .mad-map-wrapper iframe{width:100%;height:100%;min-height:400px;border:none}