/* Placeholder for a click-to-load Google Map. Sized to the embed it replaces
   so pressing Show map does not shift the page around the reader. */
.lucent-map-placeholder{display:flex;flex-direction:column;align-items:flex-start;
justify-content:center;gap:12px;padding:20px;background:#f4f4f4;border:1px solid #e2e2e2;
color:#181a1d;font-size:14px;line-height:1.5;box-sizing:border-box}
.lucent-map-placeholder p{margin:0;max-width:60ch}
.lucent-map-placeholder button{font:inherit;font-size:13px;cursor:pointer;min-height:44px;
padding:11px 18px;border:1px solid #506c83;border-radius:300px;background:#fff;color:#1f2b36}
.lucent-map-placeholder button:hover{background:#eef2f5}
.lucent-map-placeholder button:focus-visible{outline:3px solid currentColor;outline-offset:3px}
