.component-events-calendar {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.university-event-teaser__event-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 32px;
  color: #676767;
  cursor: pointer;
}