.event {
  clear: both;
  margin-right: 2rem;
}

.slick-initialized .event.slick-slide {
  display: flex;
  flex-direction: column;
}

.event_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 35%;
  max-width: 125px;
  max-height: 125px;
  border: 3px solid var(--primary);
  border-radius: 10rem;
  margin-right: 5%;
  margin-bottom: 0.5%;
  shape-outside: circle(60%) content-box;
}

.event_icon svg {
  width: 100%;
  height: 100%;
}

.event_title {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 1.5em;
}

.event_description {
  margin-block-start: 0;
}

.event_button {
  float: right;
}

.slick-initialized .event_button {
  margin-top: auto;
}

/* Event SVG classes */
.stroke-primary {
  stroke: var(--event-icon-fill);
}

.stroke-secondary {
  stroke: var(--event-icon-stroke);
}

.stroke-width {
  stroke-width: 2px;
}

.stroke-clear {
  stroke: none;
}

.fill-primary {
  fill: var(--event-icon-fill);
}

.fill-secondary {
  fill: var(--event-icon-stroke);
}

.fill-clear {
  fill: none;
}

.snow_soccer svg * {
  stroke-width: 1px;
}
/* End Event SVG classes */
