/* Shared by the editor and saved-map manager. No map or payment styling. */
#gbHelpDialog { box-sizing:border-box; position:fixed; inset:0; width:calc(100vw - 32px); height:calc(100dvh - 32px); max-width:1680px; max-height:none; margin:auto; padding:0; overflow:hidden; border:2px solid #506e38; border-radius:7px; background:#f8f8f1; box-shadow:0 12px 65px #0007; }
#gbHelpDialog::backdrop { background:#142333b3; }
#gbHelpFrame { display:block; width:100%; height:100%; border:0; background:#f8f8f1; }
#gbHelpClose { box-sizing:border-box; position:absolute; z-index:3; right:8px; top:8px; display:flex; align-items:center; justify-content:center; width:32px; height:32px; margin:0; padding:0; border:2px solid #fff; border-radius:50%; background:#cf3026; color:#fff; font:27px/1 Arial,sans-serif; box-shadow:none; cursor:pointer; }
#gbHelpClose:hover { background:#a71e16; }
#gbHelpClose:focus-visible { outline:3px solid #e8ac25; outline-offset:2px; }
.gb-help-loading { position:absolute; left:24px; top:24px; font:16px Arial,sans-serif; }
#gbHelpDialog.gb-help-ready .gb-help-loading { display:none; }
html.gb-help-open, html.gb-help-open body { overflow:hidden!important; }
#mapToolbar #mapHelpButton { box-sizing:border-box; display:inline-flex; align-items:center; justify-content:center; flex:0 0 26px; width:26px; height:26px; min-width:26px; padding:0; margin:0; border:1px solid #d3e8ff; border-radius:50%; background:#2678bc; color:#fff; font:bold 20px/1 Arial,sans-serif; text-decoration:none; box-shadow:0 1px 2px #0003; cursor:pointer; }
#mapToolbar #mapHelpButton:hover { background:#145d99; }
.fm-handbook-link { display:inline-flex; align-items:center; gap:7px; margin:6px 0; padding:6px 10px; border:1px solid #bed1e1; border-radius:4px; background:#e9f4fb; color:#24567a!important; text-decoration:none; font:600 14px/1.2 Arial,sans-serif; }
.fm-handbook-link span { display:inline-flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:50%; background:#2678bc; color:white; font:bold 17px/1 Arial,sans-serif; }
.fm-handbook-link:hover { background:#d8ebfa; }
.fm-handbook-link:focus-visible { outline:3px solid #e8ac25; outline-offset:2px; }
@media(max-width:600px) { #gbHelpDialog { width:calc(100vw - 8px); height:calc(100dvh - 8px); border-radius:4px; } }
@media print { #gbHelpDialog { display:none!important; } }
