/* INTERACTIVE ELEMENTS */
/* clickable elements */
.mapplic-clickable {
  pointer-events: all;
}

.mapplic-clickable:not(g),
g.mapplic-clickable > * {
  opacity: 0 !important;
  fill: #fff !important;
}

/* hovered elements */
.mapplic-clickable:not(g):hover,
g.mapplic-clickable:hover > * {
  opacity: 0.4 !important;
}

/* active elements */
.mapplic-active,
a.mapplic-active > path,
g.mapplic-active > * {
  fill: #fff !important;
  opacity: 0.4 !important;
}

.mapplic-transparent .mapplic-active,
.mapplic-transparent a.mapplic-active > path,
.mapplic-transparent g.mapplic-active > * {
  fill: #fff !important;
  opacity: 0.4 !important;
}

.tx-gugler-interactive-map .accordion-button {
  color: #616b74;
}
.tx-gugler-interactive-map .accordion-button {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.tx-gugler-interactive-map .accordion-item {
  border: 0 !important;
}
