.ul-locator{display:grid;grid-template-columns:minmax(260px,380px) 1fr;gap:12px}
#ul-map{height:520px;border-radius:12px}
.ul-list{max-height:520px;overflow:auto;}
.ul-item{padding: .75rem 1rem; border: 1px solid #f3f3f3;cursor: pointer;margin-bottom: .75rem;border-radius: 8px;}
.ul-item:hover{background:#fafafa}
.ul-item.active{background:#eef7ff}
.ul-title{font-weight:600;margin:0 0 .25rem}
.ul-meta{font-size:13px;color:#555;line-height: 200%;margin-bottom: 20px;}
.ul-actions a{font-weight:600;color:#000;background:none;border:none;padding:0;cursor:pointer;text-decoration:none;font-size:15px;}
.ul-actions a:hover{text-decoration:underline;color:#111}
@media(max-width:900px){.ul-locator{grid-template-columns:1fr}#ul-map{height:360px}}