@import"https://unpkg.com/leaflet@1.9.4/dist/leaflet.css";.centres-map-layout{display:flex;gap:1.5rem;margin-top:1.5rem}.col--full{width:100%;min-width:0}.centres-list{width:320px;flex-shrink:0}.centres-map-container{flex:1 1 0%;min-width:0;overflow:hidden;flex-grow:1}#centres-map{width:100%;height:100%;border:1px solid #ccc;border-radius:4px}.centre-item{padding:14px;border:1px solid #ddd;border-radius:4px;margin-bottom:10px;cursor:pointer;transition:background-color .2s,border-color .2s}.centre-item:last-child{margin-bottom:0}.centre-item:hover{background-color:#f5f5f5}.centre-item.active{background-color:#ffe6e6;border-color:#ef2637}.centre-item .centre-name{font-weight:bold;margin-bottom:4px}.centre-item .centre-address{font-size:14px;color:#666;line-height:1.4}.centre-item .centre-phone{font-size:13px;color:#999;margin-top:4px;display:none}@media(max-width: 768px){.centres-map-layout{flex-direction:column;align-items:stretch}.centres-list{width:100%}.centres-map-container{width:100%}#centres-map{height:300px}}