.evnt-chip {
  border: 3px solid #000;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
}
.evnt-chip-live {
  background: #06d6a0;
}
.evnt-chip-past {
  background: #e5e5e5;
  color: #666;
}
.evnt-nav-link {
  border-bottom: 3px solid transparent;
  font-weight: 700;
}
.evnt-nav-link:hover,
.evnt-nav-link.active {
  border-color: #000;
}
.evnt-module-panel {
  border: 4px solid #000;
  background: rgba(6, 214, 160, 0.12);
  padding: 1.5rem 1.75rem;
}
.evnt-news-link {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
.evnt-news-link:hover {
  text-decoration: underline;
}
.evnt-quiz-input {
  border: 3px solid #000;
  padding: 0.65rem 0.85rem;
  font-size: 1rem;
  font-weight: 600;
  background: #fff;
}
.evnt-quiz-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px #1d4ed8;
}
