@import url('/assets/addons/project/locations/leaflet.css');.locations{width:100%;display:flex;gap:2%;flex-wrap:wrap;justify-content:center;align-items:center;background-color:#3388ff54}.locations #map-container{width:50%;position:relative;min-height:400px}.locations #map-consent-gate{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.95);display:flex;align-items:center;justify-content:center;border-radius:4px;z-index:10}.locations .map-consent-message{text-align:center;max-width:350px;padding:2rem}.locations .map-consent-message h3{margin-bottom:1rem;color:#333}.locations .map-consent-message p{margin-bottom:1.5rem;color:#666;font-size:14px;line-height:1.5}.map-consent-button{background-color:#3388ff;color:white;border:none;padding:12px 24px;font-size:16px;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.map-consent-button:hover{background-color:#226bb8}.map-consent-button:active{background-color:#1a5090}#map{min-height:400px;width:100%;display:block;height:100%}#map .locationsMarker{background:#3388ff;border-radius:50%;width:20px;height:20px;border:2px solid #fff}#info{font-size:90%;line-height:120%;min-height:400px;width:48%;display:block}#info summary{display:none}#info h2,#info h3,#info h4,#info h5,#info p{margin:.5rem 0}@media only screen and (max-width:900px){.locations{flex-direction:column}.locations #map-container,.locations #map,.locations #info{width:100%}.locations .flexContainer{flex-direction:column}}