.agenda_item-wrapper:nth-child(even) {
  background: var(--secondary-trans-20);
}
.agenda_poster-wrapper:nth-child(even) {
  background: var(--secondary-trans-20);
}
.presentation__block-repeater:nth-child(odd) {
  background: var(--secondary-trans-20);
}
.presentation__block-repeater:nth-child(even) {
  background: var(--shade-ultra-light);
}
.presentation__block-repeater {
  padding: var(--space-xs);
  border-radius: var(--radius-s);
}
.wpgb-facet .wpgb-reset {
  background-color: var(--primary) !important;
}
.ff-el-form-check-label {
  color: #000;
}
.fluentform .ff-el-input--label label {
  color: var(--primary-ultra-dark) !important;
}
.job_filters {
  background: var(--primary-ultra-light);
}
.mp-form-label {
  color: red;
}
