.gmc-map { width: 100%; height: var(--gmc-height); background-color: #303030; background-size: cover; background-position: center; background-repeat: no-repeat; }
.gmc-map__placeholder { width: 100%; height: 100%; display: grid; place-items: center; padding: 2rem; box-sizing: border-box; color: #fff; }
.gmc-map__content { max-width: 38rem; text-align: center; }
.gmc-map__title { margin: 0 0 .75rem; color: inherit; font-size: 1.5rem; }
.gmc-map__content p { margin: .75rem 0; }
.gmc-map__content a { color: #fff; text-underline-offset: .15em; }
.gmc-map__remember-wrap { display: flex; align-items: baseline; justify-content: center; gap: .45rem; }
.gmc-map__remember { accent-color: #fff; }
.gmc-map__load { padding: .7rem 1.1rem; border: 2px solid #fff; border-radius: 0; background: #fff; color: #111; font: inherit; font-weight: 700; cursor: pointer; }
.gmc-map__load:hover { background: #ececec; }
.gmc-map__load:focus-visible, .gmc-map__content a:focus-visible, .gmc-map__remember:focus-visible { outline: 3px solid #ffdb4d; outline-offset: 3px; }
.gmc-map iframe { display: block; width: 100%; height: 100%; border: 0; }
.gmc-map__noscript { padding: 1rem; color: #fff; }
.gmc-youtube { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #252525; overflow: hidden; }
.gmc-custom { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #252525; overflow: hidden; }
.gmc-custom iframe { display:block; width:100%; height:100%; border:0; }
.gmc-youtube__placeholder, .gmc-youtube iframe { display: block; width: 100%; height: 100%; border: 0; }
.gmc-youtube__placeholder { position: relative; }
.gmc-youtube__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.gmc-youtube__overlay { position: absolute; inset: 0; display: grid; place-items: center; padding: 1.5rem; box-sizing: border-box; color: #fff; background: linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)); }
.gmc-youtube__video-title { font-weight: 700; }
.gmc-consent-reset__button { padding: .7rem 1.1rem; border: 2px solid currentColor; background: transparent; color: inherit; font: inherit; font-weight: 700; cursor: pointer; }
.gmc-consent-reset__button:hover { background: rgba(0,0,0,.08); }
.gmc-consent-reset__button:focus-visible { outline: 3px solid #005fcc; outline-offset: 3px; }
.gmc-consent-reset__message { margin: .75rem 0 0; }
@media (max-width: 767px) { .gmc-map { height: var(--gmc-mobile-height); } .gmc-map__placeholder { padding: 1.25rem; } }