/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.spk-event-agenda__item.hidden {
  display: none;
}

.spk-event-agenda__tabs {
  display: flex;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.spk-event-agenda__tab:not(:last-child) {
  margin-right: 10px;
}
