/* Lightweight modern styles for OMS Locator maps and popups */
.oms-map{width:100%;height:420px;border-radius:10px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,0.08);border:1px solid rgba(0,0,0,0.06);}
.oms-site-name{background:rgba(255,255,255,0.9);padding:6px 10px;border-radius:8px;font-weight:600;font-size:13px;box-shadow:0 2px 6px rgba(0,0,0,0.06);}
.oms-popup-card{display:flex;gap:10px;align-items:flex-start;max-width:360px;font-family:system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;}
.oms-thumb img{width:64px;height:64px;object-fit:cover;border-radius:6px;border:1px solid rgba(0,0,0,0.06);}
.oms-popup-body{flex:1;}
.oms-title a{font-weight:700;color:#0b63b8;text-decoration:none;}
.oms-desc{margin-top:6px;color:#333;font-size:13px;line-height:1.3;}
#oms-pick-map-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:760px;max-width:95%;z-index:99999;background:#fff;border-radius:10px;box-shadow:0 14px 40px rgba(0,0,0,0.2);display:none;padding:14px;}
#oms-pick-map-modal .oms-close{position:absolute;right:14px;top:8px;background:transparent;border:none;font-size:20px;cursor:pointer;}
.oms-modal-inner{position:relative;}
/* admin small tweaks */
.oms-map.leaflet-container{border-radius:8px;}
