/**handles:arc-style**/
.arc-map-container{position:relative;width:100%;height:800px}#arc-map{position:absolute;inset:0;width:100%;height:100%;background:#fff}#arc-sidebar{position:absolute;right:0;top:0;width:380px;height:100%;background:#fff;box-shadow:-2px 0 5px rgba(0,0,0,.1);padding:16px 56px 16px 16px;overflow-y:auto;display:none;z-index:1000}#arc-city-title{margin:0 0 12px 0;border-bottom:2px solid #f87171;padding-bottom:8px;padding-right:48px;color:#991b1b}.arc-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px;margin-bottom:10px}.arc-name{font-weight:600;color:#111827}.arc-website{margin-top:6px}@media (max-width:768px){#arc-sidebar{width:100%;height:50%;top:50%;right:0;border-radius:16px 16px 0 0}}