/* © Camarade Agency (camarade.agency) */
.leaflet-popup-content-wrapper {
  background: white;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  border-radius:0;
}
.leaflet-popup-content {
  margin:15px;
  font-size:1.1em;
}
.leaflet-container a.leaflet-popup-close-button {
  padding: 5px 5px 0 0;
}
.leaflet-control-attribution {
  display:none;
}
.leaflet-bar a {
  color: var(--e-global-color-text) !important;
}
.leaflet-popup-content a {
  color: var(--e-global-color-accent);
}
.leaflet-popup-content .title b {
  margin: 0;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color: var(--e-global-color-text);
}
.leaflet-popup-content .title .date {
  display:block;
  font-weight:normal;
}
.leaflet-popup-content .title .link {
  margin-top:15px;
  display: flex;
  gap: 15px;
}
.leaflet-popup-content .title a {
  font-weight:normal;
  color: var(--e-global-color-text);
}
.leaflet-control-attribution {
  display:none;
}
.leaflet-control a {
	color: var(--e-global-color-text) !important;
}
/* custom style */
.bg_dark .leaflet-list-items,
.bg_dark .leaflet-list-items a {
  color:white;
}
.bg_dark .leaflet-list-items a:hover {
  color:#FDE900;
}
.leaflet-list-items .elementor-icon-list-icon {
  align-self: baseline;
  margin-top: 5px;
}
.leaflet-list-items li {
  list-style-type:disc;
}
.leaflet-list-items ul {
  margin:0;
  padding:0;
}
.leaflet-list-items ul li {
  list-style:none;
  display:flex;  
}
.leaflet-list-items ul li:before {
  content:"•";
  display: inline-block;
  width:1em;
}
/* eventsMap */
#eventsMap { z-index:0 }
@media (max-width:1024px) {
  #eventsMap { height:300px !important }
}
