
#mymap {
    height: 800px;
    touch-action: auto;
}
.leaflet-popup-content p {
    font-size: 14px;
}

.cluster-locations-list h4{
  margin-block: 10px;
}
.maplibregl-popup-content h4{
  margin-block: 15px;
}

.cluster-location-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
}

.cluster-locations-list p{
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 0;
}

.cluster-location-item p span:not(:last-of-type){
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.cluster-locations-list a {
    display: inline-block;
    position: relative;
    background-color: rgba(144, 112, 63, .15);
    padding: 5px 50px 5px 10px;
    margin-bottom: 0;
    width: 100%;
    max-width: max-content;
}
.maplibregl-popup-content a{
    display: inline-block;
    position: relative;
    background-color: rgba(144, 112, 63, .15);
    padding: 5px 50px 5px 10px;
    margin-bottom: 0;
    width: 100%;
    max-width: max-content;
}
.cluster-locations-list a:focus {
    border: 0;
    outline: 0;
}
.maplibregl-popup-content a::after,
.cluster-locations-list a::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/themes/wptheme/assets/img/icons/sisap-icon-buttons-02.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 53%;
    transform: translateY(-50%);
}

.link-filter label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.checkBoxBox {
    position: relative;
    width: 20px;
    height: 20px;
    background-clip: content-box;
    padding: 2px;
    border: 2px solid black;
}
#hideNoLinkItems:checked + .checkBoxBox {
    background-color: black;
}

.cluster-location-item:last-child {
    border-bottom: none;
}

.cluster-location-item .categories {
    display: block;
    font: 12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;
    color: #666;
    margin-top: 3px;
}
.maplibregl-popup{
  padding: 15px 30px;
}
.maplibregl-popup-tip {
  z-index: 0;
}
.maplibregl-popup-content {
  box-shadow: unset;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);  
  padding: 20px;
}
.cluster-locations-list {
  padding: 10px 30px 10px 10px;
  overflow-y: auto;
  max-height: 300px;  
}

.cluster-locations-list p:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
}

.maplibregl-popup-anchor-left .maplibregl-popup-tip {
  transform: rotateZ(45deg) translateX(25px) !important;
}
.maplibregl-popup-anchor-right .maplibregl-popup-tip {
  transform: rotateZ(45deg) translateX(5px) translateY(65%) !important;
}



.marker-popup h4{
  margin-bottom: 10px;
}


.maplibregl-popup-close-button{
  display: none;
}


.mapList .row.terms .container{
  padding-inline: 0;
}

#mapListCategoryFilter{
  color: #393939;
  border: 2px solid #393939;
  padding: 11px 30px;
  background-color: transparent;
  margin-bottom: 20px;
}

.mapList{
  min-height: 500px;
}

.mapListLinkItem{
  display: grid;
  grid-template-columns: 1fr 280px;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}
.mapListLinkItem h3,
.mapListItem h3{
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.mapListLinkItem p,
.mapListItem p{
  font-size: 18px;
}
.mapListLinkItem .btn{
  display: flex;
  align-items: center;
  height: 60px;
  width: max-content;
}
.mapListLinkItem .btn-text{
  font-size: 18px;
}
.mapListLinkItem .btn::after {
  width: 35px;
  height: 35px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.mapListItem{
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .mapListLinkItem {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .marker-popup h4{
    font-size: 16px;
  }
}