.mbsc-font {
  font-family: var(--ff_default);
}

.calendar-header {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 575.98px) {
  .calendar-header {
    padding: 0 20px;
  }
}
.calendar-header .calendar-current-range {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.calendar-header .open-subsc-ics {
  position: relative;
  padding: 0 16px;
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (max-width: 816.98px) {
  .calendar-header .open-subsc-ics {
    font-weight: 400;
    font-size: 1rem;
  }
  .calendar-header .open-subsc-ics.rp-btn-secondary {
    display: none;
    font-size: 1rem;
  }
}
.calendar-header .open-subsc-ics SPAN.fa-check-circle {
  font-size: 0.75rem;
  background: var(--clr_font_alternate_background);
  border-radius: 50%;
  margin-left: 5px;
}
@media screen and (max-width: 816.98px) {
  .calendar-header .open-subsc-ics SPAN.fa-check-circle {
    margin: 0 4px 0 0;
    font-size: 1rem;
    color: var(--clr_font_default);
  }
}
.calendar-header .open-subsc-ics SPAN.fa-check-circle.fas {
  color: #117700;
}
.calendar-header .calendar-header-button {
  margin-left: auto;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.calendar-header .calendar-header-button .rp-accessibility-button {
  font-size: 1.5rem;
}
.calendar-header .calendar-header-button .rp-accessibility-button .__text {
  margin-left: 5px;
  font-weight: 600;
  font-size: 0.875rem;
}
.calendar-header .calendar-header-button .rp-accessibility-button .rp-access-text-normal {
  display: none;
}
.calendar-header .calendar-header-button .rp-accessibility-button.active .rp-access-text-optimized {
  display: none;
}
.calendar-header .calendar-header-button .rp-accessibility-button.active .rp-access-text-normal {
  display: block;
}
.calendar-header .calendar-header-button .ris-add-custom-events {
  padding: 0 16px;
}
.calendar-header .calendar-header-button #downloadIcs,
.calendar-header .calendar-header-button #open-custom-event {
  padding: 0 16px;
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (max-width: 816.98px) {
  .calendar-header .calendar-header-button #downloadIcs,
  .calendar-header .calendar-header-button #open-custom-event {
    display: none;
    font-size: 1rem;
  }
}
.calendar-header .calendar-header-button #downloadIcs:disabled,
.calendar-header .calendar-header-button #open-custom-event:disabled {
  opacity: 0.6;
}
.calendar-header .calendar-header-button #downloadIcs:disabled:hover, .calendar-header .calendar-header-button #downloadIcs:disabled:focus-visible,
.calendar-header .calendar-header-button #open-custom-event:disabled:hover,
.calendar-header .calendar-header-button #open-custom-event:disabled:focus-visible {
  background: transparent;
}
.calendar-header .calendar-header-button .rp-more-dropdown-menu {
  min-width: 15rem;
}

.options-button {
  display: none;
}
@media screen and (max-width: 816.98px) {
  .options-button {
    display: block;
  }
  .options-button #downloadIcs,
  .options-button #open-custom-event {
    display: block !important;
    font-weight: normal !important;
  }
}

.mbsc-ios.mbsc-calendar-week-day {
  font-size: 1em;
  height: 2.5em;
  line-height: 2.5em;
}

.calendar-wrapper {
  background: var(--clr_font_default_background);
  color: var(--clr_font_default);
  padding: 25px;
  border-radius: 8px;
}
@media screen and (max-width: 816.98px) {
  .calendar-wrapper {
    padding: 20px;
  }
}
.calendar-wrapper .calendar {
  width: 100%;
}
.calendar-wrapper .rp-accessibility-text-calendar {
  display: none;
}
.calendar-wrapper .rp-accessibility-text-calendar.show {
  display: block;
}
.calendar-wrapper .mbsc-calendar-body.accessibility-hide {
  display: none !important;
}

.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header {
  background: #ffffff;
}

.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr {
  text-align: center;
}

.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-wrapper {
  border: 0;
}

.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days,
.mbsc-schedule-date-header.mbsc-flex.mbsc-ios {
  background: var(--clr_accent_background);
  color: var(--clr_font_default);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 42px;
  border: 0;
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days .mbsc-ios.mbsc-schedule-date-header-text,
.mbsc-schedule-date-header.mbsc-flex.mbsc-ios .mbsc-ios.mbsc-schedule-date-header-text {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 16px;
  font-size: 1em;
  font-weight: 600;
}

.mbsc-event-group.mbsc-ios:first-child {
  margin-top: 30px;
}

.mbsc-event-list-empty.mbsc-ios {
  padding: 35px 30px;
  font-size: 1.25rem;
  background: #F9F9F9;
  margin: 0;
  text-align: left;
  color: var(--clr_accent_font);
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mbsc-event-list-empty.mbsc-ios SPAN.fa-users-slash {
  margin-right: 12px;
}

.mbsc-ios.mbsc-schedule-date-header {
  z-index: unset;
}

.mbsc-ios.mbsc-calendar-height-md .mbsc-calendar-day:after {
  display: none;
}

.mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0 {
  border-left: 1px solid var(--clr_border_default);
  border-right: 1px solid var(--clr_border_default);
}
.mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0:last-child .mbsc-calendar-cell {
  border-bottom: 1px solid var(--clr_border_default);
}
.mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0 .mbsc-calendar-cell-inner:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 1;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--clr_border_default);
  content: "";
}

.mbsc-ios.mbsc-calendar-wrapper,
.mbsc-ios.mbsc-calendar-cell,
.mbsc-ios.mbsc-calendar-day:after {
  border-color: var(--clr_border_default);
}

.mbsc-calendar-text-more .mbsc-calendar-label-text {
  padding-left: 15px;
}
@media screen and (max-width: 816.98px) {
  .mbsc-calendar-text-more .mbsc-calendar-label-text {
    padding-left: 0;
    background: var(--clr_font_alternate_background);
    color: var(--clr_font_alternate_background) !important;
    width: 15px;
    overflow: hidden;
    height: 15px;
    border-radius: 50%;
    position: relative;
  }
  .mbsc-calendar-text-more .mbsc-calendar-label-text:before {
    content: "+";
    color: var(--clr_font_alternate);
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 0.75;
    font-size: 1.25rem;
  }
}

.mbsc-ios .mbsc-calendar-text {
  height: 25px !important;
  line-height: 1.7857 !important;
  font-size: 0.875rem !important;
}
.mbsc-ios .mbsc-calendar-text .mbsc-calendar-label-text {
  font-size: 0.875rem !important;
}
.mbsc-ios .mbsc-calendar-text A.mbsc-event-list-item-link .rp-gremium-badge.mbsc-hide-in-eventlist,
.mbsc-ios .mbsc-calendar-text SPAN.mbsc-event-list-item-link .rp-gremium-badge.mbsc-hide-in-eventlist {
  margin-left: 4px;
}

.mbsc-calendar-controls {
  flex-direction: column;
  align-items: stretch;
  padding: 0 !important;
}
.mbsc-calendar-controls .mbsc-custom-year {
  display: none;
  background: var(--clr_accent_background);
  color: var(--clr_font_default);
  padding: 0 16px;
  font-weight: 600;
  border-radius: 12px 12px 0 0;
  height: 42px;
  align-items: center;
}
.mbsc-calendar-controls.year .mbsc-custom-year {
  display: flex;
}

.custom-mobilscroll-header {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 816.98px) {
  .custom-mobilscroll-header {
    margin-bottom: 12px;
  }
}
.custom-mobilscroll-header DIV.prev-next {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 816.98px) {
  .custom-mobilscroll-header DIV.prev-next {
    width: auto;
  }
}
.custom-mobilscroll-header DIV.range-mobile {
  display: none;
}
@media screen and (max-width: 816.98px) {
  .custom-mobilscroll-header DIV.range-mobile {
    display: block;
    margin-bottom: 0;
  }
}
.custom-mobilscroll-header DIV.range-mobile DIV.dropdown-menu {
  overflow: hidden;
  width: calc(100% - 2px);
  min-width: calc(100% - 2px);
}
.custom-mobilscroll-header DIV.range-mobile DIV.dropdown-menu LI BUTTON {
  min-height: 35px;
  width: calc(100% - 24px);
}
.custom-mobilscroll-header DIV.range-mobile BUTTON.dropdown-toggle {
  padding: 0 30px 0 10px;
  height: 30px;
  border: 1px solid var(--clr_border_default);
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--clr_font_default);
  background: url(/o/obis-theme/plugins/fontawesome/svgs/solid/chevron-down.svg) var(--clr_font_default_background) no-repeat right 12px center/8px 10px;
  width: 200px;
  font-weight: 600;
}
.custom-mobilscroll-header DIV.range-mobile BUTTON.dropdown-toggle:focus, .custom-mobilscroll-header DIV.range-mobile BUTTON.dropdown-toggle:hover {
  background-color: var(--clr_accent_background);
}
@media screen and (max-width: 520.98px) {
  .custom-mobilscroll-header DIV.range-mobile BUTTON.dropdown-toggle {
    width: 125px;
  }
}
@media screen and (max-width: 420.98px) {
  .custom-mobilscroll-header DIV.range-mobile BUTTON.dropdown-toggle {
    width: 100px;
  }
}
.custom-mobilscroll-header UL.range {
  justify-content: center;
  margin-bottom: 0;
}
.custom-mobilscroll-header UL.range LI {
  margin: 0;
}
@media screen and (max-width: 816.98px) {
  .custom-mobilscroll-header UL.range {
    display: none;
  }
}
.custom-mobilscroll-header UL.range BUTTON {
  background: white;
  padding: 0;
  color: var(--clr_font_default);
  height: 32px;
  width: 70px;
  font-size: 1rem;
  line-height: unset;
  border-color: var(--clr_border_default);
  border-radius: 6px;
}
.custom-mobilscroll-header UL.range BUTTON.hover, .custom-mobilscroll-header UL.range BUTTON:hover, .custom-mobilscroll-header UL.range BUTTON.active, .custom-mobilscroll-header UL.range BUTTON:focus-visible {
  color: #FFFFFF !important;
  background-color: var(--clr_font_default) !important;
  border-color: var(--clr_font_default) !important;
  box-shadow: none !important;
}
.custom-mobilscroll-header DIV.filter {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 816.98px) {
  .custom-mobilscroll-header DIV.filter {
    display: none;
  }
}
.custom-mobilscroll-header DIV.filter BUTTON {
  padding: 0 20px 0 15px;
  gap: 6px;
  min-height: 32px;
}
.custom-mobilscroll-header DIV.filter BUTTON SPAN {
  font-size: 0.75rem;
}
.custom-mobilscroll-header BUTTON.btn-secondary {
  height: 20px;
  line-height: 1.4285;
  font-size: 0.875rem;
}
.custom-mobilscroll-header BUTTON.btn-secondary.btn-today {
  margin-left: 12px;
}

BUTTON.cal-header-prev,
BUTTON.cal-header-next,
BUTTON.cal-header-today {
  padding: 0 !important;
  margin: 0 !important;
  color: var(--clr_font_default) !important;
  border: 1px solid var(--clr_border_default) !important;
  background: transparent;
  border-radius: 6px !important;
  height: 32px;
  line-height: unset !important;
  width: 32px;
  align-items: center;
  font-weight: normal !important;
}
@media screen and (max-width: 816.98px) {
  BUTTON.cal-header-prev,
  BUTTON.cal-header-next,
  BUTTON.cal-header-today {
    font-weight: 600;
  }
}
BUTTON.cal-header-prev.hover, BUTTON.cal-header-prev:hover, BUTTON.cal-header-prev.active, BUTTON.cal-header-prev.mbsc-hover, BUTTON.cal-header-prev:focus-visible,
BUTTON.cal-header-next.hover,
BUTTON.cal-header-next:hover,
BUTTON.cal-header-next.active,
BUTTON.cal-header-next.mbsc-hover,
BUTTON.cal-header-next:focus-visible,
BUTTON.cal-header-today.hover,
BUTTON.cal-header-today:hover,
BUTTON.cal-header-today.active,
BUTTON.cal-header-today.mbsc-hover,
BUTTON.cal-header-today:focus-visible {
  color: #FFFFFF !important;
  background-color: var(--clr_font_default) !important;
  border-color: var(--clr_font_default) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transition: none !important;
}
BUTTON.cal-header-prev:after,
BUTTON.cal-header-next:after,
BUTTON.cal-header-today:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
BUTTON.cal-header-prev SPAN,
BUTTON.cal-header-next SPAN,
BUTTON.cal-header-today SPAN {
  display: none;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner {
  min-height: 100px;
}

.mbsc-calendar-width-sm .mbsc-calendar-day-inner {
  min-height: 80px;
}

BUTTON.cal-header-prev {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
BUTTON.cal-header-prev:after {
  content: "\f053";
}

BUTTON.cal-header-next {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
BUTTON.cal-header-next:after {
  content: "\f054";
}

BUTTON.cal-header-today {
  width: auto;
  padding: 0 12px !important;
  margin-left: 16px !important;
}
@media screen and (max-width: 816.98px) {
  BUTTON.cal-header-today {
    font-weight: 600 !important;
  }
}

.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
  border-color: var(--clr_highlight_background);
  background: var(--clr_highlight_background);
  color: var(--clr_highlight_font);
  width: 32px;
  height: 32px;
  line-height: 2;
}

.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text {
  border-color: var(--clr_accent_background);
  background: var(--clr_accent_background);
  color: var(--clr_font_default);
  width: 32px;
  height: 32px;
  line-height: 2;
}

.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-text {
  height: 32px;
  width: 32px;
  line-height: 2;
}

.mbsc-ios.mbsc-calendar-week-nr,
.mbsc-ios.mbsc-calendar-today {
  color: var(--clr_highlight_background);
}

BODY .obis-portal-wrapper .btn-secondary.btn-day {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
BODY .obis-portal-wrapper .btn-secondary.btn-week, BODY .obis-portal-wrapper .btn-secondary.btn-month {
  border-radius: 0;
}
BODY .obis-portal-wrapper .btn-secondary.btn-year {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

DIV.mbsc-popover-list .mbsc-hide-in-eventlist {
  display: none;
}
DIV.mbsc-popover-list DIV.mbsc-content-wrapper {
  white-space: break-spaces;
}
DIV.mbsc-popover-list DIV.mbsc-event-time {
  display: none;
}

DIV.mbsc-calendar-wrapper .mbsc-hide-in-calendar {
  display: none;
}
DIV.mbsc-calendar-wrapper DIV.mbsc-content-wrapper {
  display: none;
}
DIV.mbsc-calendar-wrapper DIV.mbsc-calendar-labels DIV.mbsc-calendar-text {
  padding-left: 0;
}
@media screen and (max-width: 816.98px) {
  DIV.mbsc-calendar-wrapper DIV.mbsc-calendar-labels DIV.mbsc-calendar-text {
    width: 15px !important;
    height: 15px !important;
    margin: auto;
    text-align: center;
  }
  DIV.mbsc-calendar-wrapper DIV.mbsc-calendar-labels DIV.mbsc-calendar-text .mbsc-calendar-label-background {
    border-radius: 50%;
  }
}
DIV.mbsc-calendar-wrapper DIV.mbsc-calendar-day-labels.mbsc-calendar-day-outer {
  background: #f9f9f9;
}
DIV.mbsc-calendar-wrapper A.mbsc-event-list-item-link,
DIV.mbsc-calendar-wrapper SPAN.mbsc-event-list-item-link {
  display: flex;
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 816.98px) {
  DIV.mbsc-calendar-wrapper A.mbsc-event-list-item-link,
  DIV.mbsc-calendar-wrapper SPAN.mbsc-event-list-item-link {
    display: none;
  }
}
DIV.mbsc-calendar-wrapper A.mbsc-event-list-item-link SPAN.calendar-border-left,
DIV.mbsc-calendar-wrapper SPAN.mbsc-event-list-item-link SPAN.calendar-border-left {
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  margin-right: 12px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.mbsc-calendar-month-name.mbsc-ios.mbsc-ltr {
  display: none;
}

DIV.mbsc-popup-arrow-wrapper {
  display: none;
}

DIV.mbsc-popup-body-round {
  border-radius: 16px;
  box-shadow: 0 0 38px 0 rgba(1, 2, 15, 0.1215686275);
}
DIV.mbsc-popup-body-round DIV.mbsc-popup-content {
  padding: 20px;
}
DIV.mbsc-popup-body-round DIV.mbsc-popup-content DIV.mbsc-popup-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 12px;
}
DIV.mbsc-popup-body-round DIV.mbsc-popup-content DIV.mbsc-popup-header BUTTON#closeMbscPopup {
  display: inline-block;
  width: 40px;
  min-width: 40px;
  background: transparent;
  height: 40px;
  border: 1px solid var(--clr_border_default);
  line-height: 2.438;
  text-align: center;
  border-radius: 5px;
  color: #333;
  margin-left: auto;
}
DIV.mbsc-popup-body-round DIV.mbsc-popup-content DIV.mbsc-popup-header BUTTON#closeMbscPopup:hover, DIV.mbsc-popup-body-round DIV.mbsc-popup-content DIV.mbsc-popup-header BUTTON#closeMbscPopup:focus-visible {
  background: var(--clr_accent_background);
  color: var(--clr_font_default);
  cursor: pointer;
}
DIV.mbsc-popup-body-round DIV.mbsc-popup-content DIV.mbsc-list {
  min-width: 25em !important;
}
@media screen and (max-width: 575.98px) {
  DIV.mbsc-popup-body-round DIV.mbsc-popup-content DIV.mbsc-list {
    min-width: 15em !important;
  }
}
DIV.mbsc-popup-body-round DIV.mbsc-popup-content DIV.mbsc-list A {
  flex-direction: column;
  padding: 12px 14px !important;
  line-height: 1.125rem;
}
DIV.mbsc-popup-body-round DIV.mbsc-popup-content DIV.mbsc-list A .time {
  flex-direction: row !important;
  gap: 16px !important;
}
DIV.mbsc-popup-body-round DIV.mbsc-popup-content DIV.mbsc-list A .mbsc-content-wrapper {
  border-left: none !important;
  border-top: 1px solid var(--clr_border_default);
  padding-left: 0 !important;
  padding-top: 8px;
  margin-top: 8px;
}
DIV.mbsc-popup-body-round DIV.mbsc-popup-content DIV.mbsc-list A .mbsc-content-wrapper .mbsc-txt-muted {
  margin-top: 4px;
}
DIV.mbsc-popup-body-round DIV.mbsc-popup-content::-webkit-scrollbar {
  width: 0;
}

DIV.mbsc-event-list DIV.mbsc-event-group + DIV.mbsc-event-group,
DIV.mbsc-event-list DIV.mbsc-list + DIV.mbsc-event-group,
DIV.mbsc-popup-content DIV.mbsc-event-group + DIV.mbsc-event-group,
DIV.mbsc-popup-content DIV.mbsc-list + DIV.mbsc-event-group {
  margin-top: 36px;
}
@media screen and (max-width: 991.98px) {
  DIV.mbsc-event-list DIV.mbsc-event-group + DIV.mbsc-event-group,
  DIV.mbsc-event-list DIV.mbsc-list + DIV.mbsc-event-group,
  DIV.mbsc-popup-content DIV.mbsc-event-group + DIV.mbsc-event-group,
  DIV.mbsc-popup-content DIV.mbsc-list + DIV.mbsc-event-group {
    margin-top: 16px;
  }
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-day,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-day,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-day,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-day {
  border: none;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--clr_font_default);
}
@media screen and (max-width: 991.98px) {
  DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-day,
  DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-day,
  DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-day,
  DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-day {
    font-size: 0.875rem;
    margin-bottom: 4px;
  }
}
DIV.mbsc-event-list DIV.mbsc-event-group .mbsc-hide-in-eventlist,
DIV.mbsc-event-list DIV.mbsc-list .mbsc-hide-in-eventlist,
DIV.mbsc-popup-content DIV.mbsc-event-group .mbsc-hide-in-eventlist,
DIV.mbsc-popup-content DIV.mbsc-list .mbsc-hide-in-eventlist {
  display: none;
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-list-item,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-list-item,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-list-item,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-list-item {
  padding: 0;
  margin-top: 0;
  border: 1px solid var(--clr_border_default);
  border-radius: 6px;
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-list-item + DIV.mbsc-list-item,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-list-item + DIV.mbsc-list-item,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-list-item + DIV.mbsc-list-item,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-list-item + DIV.mbsc-list-item {
  margin-top: 16px;
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-list-item:after, DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-list-item:before,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-list-item:after,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-list-item:before,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-list-item:after,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-list-item:before,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-list-item:after,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-list-item:before {
  border: none;
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-list-item DIV.mbsc-event-color,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-list-item DIV.mbsc-event-color,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-list-item DIV.mbsc-event-color,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-list-item DIV.mbsc-event-color {
  margin: 0;
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-list-item-background,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-time,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-list-item-background,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-time,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-list-item-background,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-time,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-list-item-background,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-time {
  display: none;
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link {
  margin: 22px 0 0 0;
  outline: 0;
  display: flex;
  color: var(--clr_font_default);
  text-decoration: none;
  padding: 12px 25px;
  font-weight: normal;
}
@media screen and (max-width: 816.98px) {
  DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link,
  DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link,
  DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link,
  DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link,
  DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link,
  DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link,
  DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link,
  DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link {
    flex-direction: column;
    padding: 10px 12px;
  }
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link:hover, DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link.hover, DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:hover,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link.hover,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link:hover,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link.hover,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:hover,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link.hover,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link:hover,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link.hover,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:hover,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link.hover,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link:hover,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link.hover,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:hover,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link.hover,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:focus-visible {
  background: #f6f6f6;
  color: var(--clr_font_default);
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link:focus-visible,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link:focus-visible {
  text-decoration: underline;
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge {
  position: absolute;
  width: 100%;
  top: 0;
  left: 4px;
  color: var(--clr_font_default);
  margin: 0;
  padding: 3px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  background: #F9F9F9;
}
@media screen and (max-width: 816.98px) {
  DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge,
  DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge,
  DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge,
  DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge,
  DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge,
  DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge,
  DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge,
  DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge {
    padding: 3px 12px;
  }
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge.mbsc-hide-in-eventlist,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge.mbsc-hide-in-eventlist,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge.mbsc-hide-in-eventlist,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge.mbsc-hide-in-eventlist,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge.mbsc-hide-in-eventlist,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge.mbsc-hide-in-eventlist,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link .rp-gremium-badge.mbsc-hide-in-eventlist,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .rp-gremium-badge.mbsc-hide-in-eventlist {
  margin-left: 4px;
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link .time,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .time,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link .time,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .time,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link .time,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .time,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link .time,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .time {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-right: 70px;
  color: var(--clr_accent_font);
}
@media screen and (max-width: 816.98px) {
  DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link .time,
  DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .time,
  DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link .time,
  DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .time,
  DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link .time,
  DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .time,
  DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link .time,
  DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link .time {
    flex-direction: row;
    gap: 12px;
  }
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper {
  border-left: 1px solid var(--clr_border_default);
  padding-left: 25px;
}
@media screen and (max-width: 816.98px) {
  DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
  DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
  DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
  DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
  DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
  DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
  DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper,
  DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper {
    padding-left: 0;
    border-top: 1px solid var(--clr_border_default);
    border-left: none;
    padding-top: 8px;
    margin-top: 10px;
  }
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG {
  font-weight: 600;
  white-space: normal;
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG .fa-paperclip,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG .fa-paperclip,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG .fa-paperclip,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG .fa-paperclip,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG .fa-paperclip,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG .fa-paperclip,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG .fa-paperclip,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-content-wrapper STRONG .fa-paperclip {
  margin-left: 10px;
  color: var(--clr_spot_font);
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted {
  font-size: 0.875rem;
  opacity: 1;
  margin-top: 10px;
  color: var(--clr_accent_font);
  white-space: normal;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
@media screen and (max-width: 816.98px) {
  DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted,
  DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted,
  DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted,
  DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted,
  DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted,
  DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted,
  DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted,
  DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted {
    margin-top: 4px;
  }
}
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted .fa-map-marker-alt,
DIV.mbsc-event-list DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted .fa-map-marker-alt,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted .fa-map-marker-alt,
DIV.mbsc-event-list DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted .fa-map-marker-alt,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted .fa-map-marker-alt,
DIV.mbsc-popup-content DIV.mbsc-event-group DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted .fa-map-marker-alt,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content A.mbsc-event-list-item-link DIV.mbsc-txt-muted .fa-map-marker-alt,
DIV.mbsc-popup-content DIV.mbsc-list DIV.mbsc-event-content SPAN.mbsc-event-list-item-link DIV.mbsc-txt-muted .fa-map-marker-alt {
  color: var(--clr_spot_font);
}