.udc-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch}@media (max-width:900px){.udc-wrap{grid-template-columns:1fr}.udc-map{height:320px!important}}.udc-map{height:460px;border:1px solid var(--udc-border);border-radius:10px;overflow:hidden;background:#f3f4f6}.udc-side{height:460px;max-height:460px;border:1px solid rgba(13,57,120,.25);border-radius:10px;background:#fff;padding:14px;display:flex;flex-direction:column;overflow:hidden}.udc-title{margin:0 0 10px;font-size:14px;color:var(--udc-muted);font-weight:600}.udc-list{overflow-y:auto;overflow-x:hidden;padding-right:6px;margin-top:6px;flex:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-content:start}@media (max-width:500px){.udc-list{grid-template-columns:1fr}}.udc-pin{width:10px;height:10px;border-radius:999px;background:var(--udc-blue);box-shadow:0 0 0 3px rgba(13,57,120,.18);flex:0 0 auto}.udc-status{margin-top:10px;font-size:12px;color:var(--udc-muted)}.leaflet-popup-content-wrapper{border-radius:10px}