/* MEC Description: UL/LI übernimmt Typo von der Description */
.mec-single-event-description{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

/* Liste: gleiche Typo wie der Fließtext + saubere Abstände */
.mec-single-event-description ul,
.mec-single-event-description ol{
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;

  margin: 0.8em 0 1em 1.2em !important; /* wie normaler Text */
  padding: 0 !important;
}

/* Listeneinträge: keine eigene Font/Size, normale Abstände */
.mec-single-event-description li{
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;

  margin: 0.35em 0 !important;
}

/* Falls MEC Bullet/Marker komisch skaliert */
.mec-single-event-description li::marker{
  font-size: 1em;
  color: currentColor;
}