.event-list--is-embed {
  padding: 0 1px;
}
.event-list__events-in {
  border-bottom: solid 1px #c4cdd5;
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  gap: 20px;
  align-items: center;
}
@media (max-width: 46.24em) {
  .event-list__events-in {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
.event-list__events-in__title h1 {
  margin: 0;
  font-size: 20px;
  white-space: nowrap;
}
.event-list__events-in__link-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.event-list__events-in__top {
  flex: 1;
}
.event-list__events-in__create-event a {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  margin: 0;
  text-decoration: none;
  color: #0087ff;
}
.event-list__events-in__create-event a i {
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
}
.event-list__events-in__create-event a:hover {
  color: #55afff;
}
.event-list__loader {
  display: flex;
  justify-content: center;
  margin: 24px 0 0 0;
}
.event-list__loader i {
  color: #60bf00;
  transform-origin: bottom;
  animation: bounce infinite 1s;
}
.event-list__loader span {
  margin: 0 0 6px;
  line-height: 26px;
}
@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-10px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-2px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.event-list__events {
  display: grid;
  grid-template-columns: minmax(1em, 1fr) minmax(1em, 1fr) minmax(1em, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 63.99em) {
  .event-list__events {
    grid-template-columns: minmax(1em, 1fr) minmax(1em, 1fr);
  }
}
@media (max-width: 46.24em) {
  .event-list__events {
    grid-template-columns: minmax(1em, 1fr);
  }
}
.event-list__events__tile {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(223, 227, 232, 0.8), 0 0 0 1px #c4cdd5;
  background-color: #ffffff;
  overflow: hidden;
  cursor: pointer;
  color: #212b36;
  text-decoration: none;
}
.event-list__events__tile * {
  pointer-events: none;
}
.event-list__events__tile--marked {
  background-color: #eceac5;
}
.event-list__events__tile:hover {
  color: #212b36;
}
.event-list__events__tile:hover .event-list__events__tile__image img {
  transform: scale(1.05);
}
.event-list__events__tile__group-indicator {
  position: absolute;
  border-bottom: solid 3px #6a3ee0;
  bottom: 0;
  width: 100%;
}
.event-list__events__tile__group-indicator__inner {
  background-color: #6a3ee0;
  color: #ffffff;
  border-top-left-radius: 4px;
  width: auto;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: 0;
  padding: 2px 8px 0;
  font-size: 14px;
}
.event-list__events__tile__badges {
  position: absolute;
}
.event-list__events__tile__badges.left {
  top: 8px;
  left: 8px;
}
.event-list__events__tile__badges.right {
  top: 8px;
  right: 8px;
}
.event-list__events__tile__badge {
  font-size: 14px;
  text-align: center;
  width: auto;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 4px;
  display: inline-block;
  color: #ffffff;
}
.event-list__events__tile__badge:last-child {
  margin-right: 0;
}
.event-list__events__tile__badge--group {
  background-color: #6a3ee0;
}
.event-list__events__tile__badge--soldout, .event-list__events__tile__badge--cancelled, .event-list__events__tile__badge--sale-ended {
  background-color: #bf0711;
}
.event-list__events__tile__badge--sale-stopped {
  background-color: #fa9700;
}
.event-list__events__tile__badge--tickets {
  background-color: #60bf00;
}
.event-list__events__tile__badge--little-tickets {
  background-color: #edc200;
  color: #212b36;
}
.event-list__events__tile__image {
  height: 160px;
  overflow: hidden;
  background: #dfe3e8;
  position: relative;
}
.event-list__events__tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.2s ease-in-out 0.01s, opacity 0.2s ease-in-out 0s;
}
.event-list__events__tile__image img.src-loading {
  opacity: 0;
}
.event-list__events__tile__content {
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.event-list__events__tile__content__date {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 40px;
}
.event-list__events__tile__content__date__month {
  color: #60bf00;
}
.event-list__events__tile__content__date__month--group-not-started {
  font-size: 14px;
}
.event-list__events__tile__content__date__day {
  font-size: 28px;
}
.event-list__events__tile__content__date__day--group-not-started {
  font-size: 20px;
}
.event-list__events__tile__content__date--group-not-started {
  min-width: 60px;
}
.event-list__events__tile__content__infos {
  overflow: hidden;
}
.event-list__events__tile__content__infos * {
  margin: 0 0 4px 0;
  display: block;
}
.event-list__events__tile__content__infos__title {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-list__events__tile__content__infos__time {
  color: #637381;
}
.event-list__load-more-wrapper {
  grid-column: 1/-1; /* span the item across all columns */
  justify-content: center;
  display: flex;
}
.event-list__load-more-wrapper__load-more {
  margin-top: 16px;
  margin-bottom: 16px;
}
.event-list__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.1s ease-in-out 0s;
  border-top: none;
}
.event-list__info.visible {
  opacity: 1;
  height: auto;
  padding: 48px 0;
}
.event-list__info--nothing-found {
  grid-column: 2;
}
@media (max-width: 63.99em) {
  .event-list__info--nothing-found {
    grid-column: span 2;
  }
}
@media (max-width: 46.24em) {
  .event-list__info--nothing-found {
    grid-column: 1;
  }
}
.event-list__info__icon, .event-list__info__title, .event-list__info__description {
  display: block;
}
.event-list__info__icon {
  width: 128px;
  height: 128px;
  margin-bottom: 16px;
  background-color: #f9fafb;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.event-list__info__icon i {
  font-size: 50px;
  height: 50px;
  color: #919eab;
}
.event-list__info__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.event-list__info__description {
  color: #637381;
  margin-bottom: 16px;
  max-width: 500px;
  text-align: center;
}