.tdun-map-dialog{width:min(1100px,92vw);height:min(82vh,1100px);max-width:none;max-height:none;padding:0;color:var(--wp--preset--color--text-primary);background:var(--wp--preset--color--bg-primary);border:1px solid var(--wp--preset--color--divider);border-radius:var(--wp--custom--border-radius--card);box-shadow:var(--wp--custom--shadow--card);overflow:hidden}.tdun-map-dialog::backdrop{background:color-mix(in srgb,var(--wp--preset--color--text-primary) 50%,transparent)}.tdun-map-dialog__title{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}.tdun-map-dialog__close{position:absolute;top:var(--wp--preset--spacing--sm);left:var(--wp--preset--spacing--sm);z-index:10;display:flex;align-items:center;justify-content:center;padding:var(--wp--preset--spacing--sm);font-size:28px;font-weight:700;line-height:1;color:var(--wp--preset--color--text-secondary);background:var(--wp--preset--color--bg-card);border:1px solid var(--wp--preset--color--divider);border-radius:var(--wp--custom--border-radius--button);cursor:pointer;transition:background-color .2s,color .2s}.tdun-map-dialog__close:focus,.tdun-map-dialog__close:hover{color:var(--wp--preset--color--text-primary)}.tdun-map-dialog__close:focus-visible{outline:2px solid var(--wp--preset--color--green-primary);outline-offset:2px}.tdun-map-dialog__body{position:relative;width:100%;height:100%}.tdun-map-dialog .tdun-map-wrap{width:100%;height:100%;margin:0}.tdun-map-dialog .tdun-map-wrap.alignfull{width:100%;margin-left:0;margin-right:0}.tdun-map-dialog .tdun-map-sidebar-layout__map{position:static;height:100%}.tdun-map-dialog #map{height:100%;min-height:0}@keyframes tdun-map-dialog-sheet-up{from{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:640px){.tdun-map-dialog{width:100%;max-width:none;height:92vh;height:92dvh;max-height:none;margin-top:auto;margin-bottom:0;border-radius:var(--wp--custom--border-radius--card) var(--wp--custom--border-radius--card) 0 0;animation:.25s ease-out tdun-map-dialog-sheet-up}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}