.cmms-places{position:relative;display:flex;flex-direction:column}.cmms-places,.cmms-places-popup{font-size:16px;line-height:22px}.cmms-places-wrapper{position:relative}.cmms-places-container{max-width:1000px;margin:0 auto;box-sizing:border-box}.cmms-places-map{position:relative;width:100%;height:70vh;min-height:400px;background:#eee}.cmms-places-map .leaflet-div-icon{display:flex;justify-content:center;align-items:center;border:0;background:none}.cmms-places-map .leaflet-div-icon .cmms-places-company-name{display:none;position:absolute;top:-20px;transform:translate(-50%);left:50%;white-space:nowrap;pointer-events:none}.cmms-places-map .leaflet-div-icon .cmms-places-pin{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;transform:scale3d(.9,.9,1);transform-origin:center bottom;transition:transform .15s ease-out}.cmms-places-map .leaflet-div-icon .cmms-places-pin>svg{z-index:auto;width:100%;height:100%;backface-visibility:hidden}.cmms-places-map .leaflet-div-icon .cmms-places-pin .cmms-places-pin-hole{position:absolute;left:20px;top:6px;width:20px;height:20px;border-radius:50%;background:white;transform:translate3d(-50%,0,0);box-shadow:-1px -1px 1px rgba(0,0,0,.2)}.cmms-places-map .leaflet-div-icon:hover{z-index:600!important}.cmms-places-map .leaflet-div-icon:hover .cmms-places-pin{position:relative;transform:scaleZ(1)}.cmms-places-map .leaflet-control-attribution,.cmms-places-map .leaflet-control-attribution *{font-size:.75rem;color:#999}.cmms-places-map-markerinfo{position:absolute;top:2rem;left:50%;z-index:9999;padding:.5rem 1rem;text-align:center;transform:translate3d(-50%,0,0);color:#222;background-color:#fff;border-radius:.25rem;box-shadow:0 3px 20px -10px rgba(0,0,0,.5);opacity:0}.cmms-places-map-markerinfo.-visible{opacity:1}.cmms-places.--embed .cmms-places-map{position:relative;flex:1;padding:0}.cmms-places-list-operations{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;margin:1rem}@media (width >= 768px){.cmms-places-list-operations{margin:1rem 1.5rem}}.cmms-places-list-operations select{padding:.125rem .5rem;box-sizing:border-box;line-height:1;color:#222;background:white;border:1px solid #999;border-radius:.25rem}.cmms-places-list-entry{position:relative;padding:1.5rem;color:#222;cursor:pointer;overflow:hidden;z-index:1}.cmms-places-list-entry+.cmms-places-list-entry{margin-top:.5rem}.cmms-places-list-entry:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#e1e1e1;transition:.25s ease;opacity:.6;z-index:-1}.cmms-places-list-entry:has(.cmms-places-list-entry-data.--open):before,.cmms-places-list-entry:hover:before{opacity:1}.cmms-places-list-entry-wrapper{display:flex;flex-direction:column;gap:.5rem 1rem}.cmms-places-list-entry-wrapper.cmms-places-list-entry-data{position:relative;max-height:0;overflow:hidden;transition:max-height .2s ease-out;cursor:default}.cmms-places-list-entry-wrapper.cmms-places-list-entry-data.--open{max-height:800px}@media (width >= 768px){.cmms-places-list-entry-wrapper{flex-direction:row;justify-content:space-between}.cmms-places-list-entry-wrapper:first-child{align-items:center}}.cmms-places-list-entry-headline{display:flex;align-items:center;font-size:1.25rem;line-height:1.1;font-weight:600;color:inherit;transition:opacity .15s ease-out}.cmms-places-list-entry-headline .material-icons{margin-right:.75em;font-size:1.2em;transition:transform .2s ease-out}.cmms-places-list-entry-headline .material-icons.--open{transform:rotate(90deg)}.cmms-places-list-entry-categories{display:flex;flex-wrap:wrap;gap:.5rem;user-select:none}.cmms-places-list-entry-categories>div{padding:.35em 1em;border-radius:2em;font-size:.875rem;cursor:default}.cmms-places-list-entry-copy,.cmms-places-list-entry-meta{margin-top:1rem}.cmms-places-list-entry-copy>*+*{margin-top:.5em}.cmms-places-list-entry-copy a{color:#374c6a;text-decoration:underline}.cmms-places-list-entry-copy a:hover{opacity:.8}.cmms-places-list-entry-meta{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}@media (width >= 768px){.cmms-places-list-entry-meta{flex:0 0 30%}}.cmms-places-list-entry-meta>a{width:100%;position:relative;padding-left:1.5rem;box-sizing:border-box;text-decoration:none;color:#374c6a;transition:opacity .15s ease-out;text-overflow:ellipsis;overflow:hidden}.cmms-places-list-entry-meta>a>em.material-icons{position:absolute;left:0;top:0;font-style:normal!important;font-size:inherit;line-height:inherit;opacity:.6;color:#374c6a;text-decoration:none}.cmms-places-list-entry-meta>a:hover{text-decoration:underline;opacity:.8}.cmms-places-list-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.25rem;margin-top:1rem}.cmms-places-list-pagination-page-number{width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;border-radius:50%;color:#999;background:#f1f1f1;transition:background-color .15s ease-out;cursor:pointer}.cmms-places-list-pagination-page-number:hover,.cmms-places-list-pagination-page-number.-active{color:#222;background-color:#c1c1c1}.cmms-places-list-pagination-page-number.-active{color:#fff;background:#222}.cmms-places-popup{position:absolute;left:0;top:0;width:100%;height:100%;box-sizing:border-box;color:#222;background:white;box-shadow:2px 2px 20px -10px #000;overflow:auto;-webkit-overflow-scrolling:touch;backface-visibility:hidden}@media (width >= 768px){.cmms-places-popup{position:relative;width:800px;max-width:calc(100% - 1rem);max-height:calc(50% - 1rem)}}.cmms-places-popup-outer{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:100000}.cmms-places-popup-outer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.6}.cmms-places-popup-close{position:absolute;top:1rem;right:1rem;height:2rem;width:2rem;display:flex;justify-content:center;align-items:center;opacity:.6;transition:opacity .15s ease-out;cursor:pointer;user-select:none;border-radius:50%;background:white}.cmms-places-popup-close.material-icons{font-size:2rem}.cmms-places-popup-close:hover{opacity:1}.cmms-places-popup-container{padding:1rem}@media (width >= 768px){.cmms-places-popup-container{padding:1rem 2rem}}.cmms-places-popup-headline{font-size:1em;line-height:1.1em;font-weight:600;color:inherit}.cmms-places-popup-categories{display:flex;flex-wrap:wrap;gap:.5rem}.cmms-places-popup-categories>div{padding:.35em 1em;font-size:.875rem;letter-spacing:.05em;border-radius:2em}.cmms-places-popup-wrapper{display:flex;flex-direction:column;gap:.5rem 1rem}@media (width >= 768px){.cmms-places-popup-wrapper{flex-direction:row;justify-content:space-between}}.cmms-places-popup-copy,.cmms-places-popup-meta{margin-top:1rem}.cmms-places-popup-copy>*+*{margin-top:.5em}.cmms-places-popup-copy a{color:#374c6a;text-decoration:underline}.cmms-places-popup-copy a:hover{opacity:.8}.cmms-places-popup-meta{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}@media (width >= 768px){.cmms-places-popup-meta{flex:0 0 30%}}.cmms-places-popup-meta>a{width:100%;position:relative;padding-left:1.5rem;box-sizing:border-box;text-decoration:none;color:#374c6a;transition:opacity .15s ease-out;text-overflow:ellipsis;overflow:hidden}.cmms-places-popup-meta>a>em.material-icons{position:absolute;left:0;top:0;font-style:normal!important;font-size:inherit;line-height:inherit;opacity:.6;color:#374c6a;text-decoration:none}.cmms-places-popup-meta>a:hover{text-decoration:underline;opacity:.8}.cmms-places-popup-meta__thumb{position:relative;width:100%;height:auto}.cmms-places-popup-place{border-top:1px solid #e5e5e5;margin-top:1.5rem;padding-top:1.5rem}.cmms-places-popup-place:first-child{margin-top:0;padding-top:0;border-top:0}.cmms-places-legend{position:relative;padding:1.5rem 1rem;background:#222;user-select:none}@media (width >= 768px){.cmms-places-legend{padding:1rem 1.5rem}}.cmms-places-legend .cmms-places-container{width:100%;display:flex;gap:1rem;flex-direction:column}@media (width >= 768px){.cmms-places-legend .cmms-places-container{flex-direction:row;justify-content:space-between;align-items:center}}.cmms-places-legend .cmms-places-welocal{display:flex;align-items:center;gap:.25rem;font-size:.75rem;white-space:nowrap;color:#999;z-index:500;order:99}@media (width >= 768px){.cmms-places-legend .cmms-places-welocal{order:1}}.cmms-places-legend .cmms-places-welocal a{display:flex;transition:opacity .15s ease-out}.cmms-places-legend .cmms-places-welocal a:hover{opacity:.6}.cmms-places-legend .cmms-places-welocal svg{width:auto;height:20px;z-index:auto}.cmms-places-legend-items{order:1;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem;width:100%}@media (width >= 768px){.cmms-places-legend-items{order:99}}.cmms-places-legend-items>div{display:flex;align-items:center;cursor:pointer;opacity:.6;transition:opacity .15s ease-out}.cmms-places-legend-items>div.-selected{opacity:1}.cmms-places-legend-items>div:hover{opacity:.8}.cmms-places-legend-items>div>em{flex:0 0 auto;position:relative;width:1.25rem;height:1.25rem;margin-right:.35rem;box-sizing:border-box;border-radius:50%}.cmms-places-legend-items>div>em:after{content:"";display:block;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%)}.cmms-places-legend-items>div:not(.-selected)>em{background:rgba(255,255,255,.1)!important}.cmms-places-legend-items>div>span{color:#fff}.cmms-places-legend-filter{flex:1 1 100%;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem .5rem;margin-left:auto}@media (width >= 768px){.cmms-places-legend-filter{flex:0 0 25ch;flex-direction:row;align-items:center}}.cmms-places-legend-filter-label{color:#fff;cursor:pointer}.cmms-places-legend-filter-input{width:100%;padding:.125rem .5rem;box-sizing:border-box;line-height:1;color:#222;background:white;border:1px solid #999;border-radius:.25rem}.cmms-places-legend-filter-input:focus-visible{outline:none}.cmms-places.-list .cmms-places-wrapper{order:2}.cmms-places.-list .cmms-places-legend{order:1}
