#map-container { max-width:1200px; margin:20px auto; border-radius:16px; overflow:hidden; box-shadow:0 10px 30px rgba(0,0,0,0.15); position:relative; }
#map { height:597px; width:100%; }
.map-type-toggle { position:absolute; top:10px; left:10px; z-index:10; background:white; border-radius:10px; padding:1px; box-shadow:0 2px 8px rgba(0,0,0,0.2); }
.map-type-toggle button { border:none; background:transparent; padding:10px 10px; border-radius:10px; font-weight:600; cursor:pointer; transition:0.2s; font-size:14px; color:#555; }
.map-type-toggle button.active { background:#c00; color:white; }
.info-window { font-family: 'Poppins', sans-serif; max-width:220px; }
.info-window h3 { margin:0 0 6px; color:#c00; font-weight:600; }
.info-window p { margin:0; font-size:13px; color:#555; width: 100%; text-align-last: center;text-align: justify; letter-spacing: -0.025em;}
.footer-note { text-align:center; font-size:13px; color:#7f8c8d; margin:10px 0 20px; }
.footer-note a { color:#667eea; text-decoration:none; }
.gm-style-iw-chr button {top: -5px!important; margin: -4px -5px -40px 0!important}
.gm-style-iw-ch {padding-top: 0px!important;}
.map-type-toggle button:focus, .map-type-toggle button:active, .gm-style-iw-chr button:focus, .gm-style-iw-chr button:active {outline: none; border: none;}