.gm-eg-card{box-sizing:border-box;padding:18px;margin:16px 0;background:#f2f8fa;border:1px solid #d8e7ed;border-radius:10px;color:#19394c}
.gm-eg-card h3{font-size:18px;line-height:1.35;margin:0 0 10px;color:inherit}
.gm-eg-card p{font-size:14px;line-height:1.5;margin:0 0 14px}
.gm-eg-card .gm-eg-open{display:block;padding:12px 14px;background:#087f8c;color:#fff;border-radius:7px;text-align:center;text-decoration:none;font-weight:700;line-height:1.4}
.gm-eg-card .gm-eg-open:hover{background:#066b76;color:#fff}
.gm-eg-open:focus-visible,.gm-eg-close:focus-visible{outline:3px solid #eaae35;outline-offset:3px}
#gm-eg-dialog{box-sizing:border-box;width:min(850px,90vw);height:min(680px,80vh);max-width:none;max-height:none;margin:auto;padding:0;border:0;border-radius:14px;background:#fff;color:#19394c;box-shadow:0 20px 70px #0005;overflow:hidden}
#gm-eg-dialog::backdrop{background:rgba(13,34,49,.68)}
#gm-eg-dialog .gm-eg-layout{display:flex;flex-direction:column;height:100%;min-height:0}
#gm-eg-dialog .gm-eg-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:10px 16px;background:#16384f;color:#fff;font:16px/1.4 Arial,sans-serif}
#gm-eg-dialog .gm-eg-close{padding:8px 12px;border:1px solid #ffffff80;border-radius:6px;background:transparent;color:white;font:inherit;cursor:pointer;white-space:nowrap}
#gm-eg-dialog iframe{display:block;flex:1;min-height:0;width:100%;border:0;background:#f5f8fa}
@media(max-width:600px){#gm-eg-dialog{width:100vw;height:100vh;height:100dvh;border-radius:0}.gm-eg-card{padding:15px}}

/* Germedic Guide: desktop/mobile placement */

@media (max-width: 990px) {
    .gm-guide-desktop {
        display: none !important;
    }
}

@media (min-width: 991px) {
    .gm-guide-mobile {
        display: none !important;
    }
}