.events-list {}

.events-list .container {}

.events-list .article-title {
  text-align: center;
}

.homepage .events-list .article-title h2 {
  font-size: 2.2rem;
}

.events-list .swiper-wrapper {
  align-items: stretch;
}

.events-list .swiper-slide {
  display: flex;
  align-items: stretch;
  height: 100%;
  flex-direction: column;
  position: relative;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  height: 100%;
  border: 0px solid white;
  text-align: center;
}

/*
.events-list .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  border-radius: 15px;
}
*/
.events-list span {
  display: inline-block;
  vertical-align: top;
}

.events-list div.datetime {
  font-size: 0.9rem;
  padding: 2px 10px 7px;
  color: var(--red);
  /* background-color: white; */
  white-space: nowrap;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}

.events-list span.date,
.events-list span.time {
  margin-left: 10px;
  margin-right: 10px;
}

.events-list div.picture {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  text-align: center;
  /* border-radius: 50px; */
}

.events-list div.picture img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.events-list div.summary {
  font-weight: bold;
  opacity: 1;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.2;
}

.events-list div.place {
  opacity: 1;
  padding: 7px 0;
  line-height: 1;
  font-size: 1;
  color: var(--red);
}

.events-list _wrp p.calendar_link a {
  color: #fff;
  font-size: 16px;
}

@media screen and (min-width: 1200px) {
  .events-list .swiper-button0 {
    display: none;
  }

  .events-list .swiper-container {
    max-width: calc(100% - 120px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1199px) {
  .events-list .swiper-container {
    max-width: calc(100% - 120px);
    margin: 0 auto;
  }
}

/** BLUE **/
.events-list .article-title h2 {
  color: var(--blue);
}

.events-list .swiper-button-next,
.events-list .swiper-button-prev {
  color: var(--blue)
}

.events-list div.datetime {
  background-color: var(--light-blue);
  color: white;
  color: var(--blue);
}

.events-list div.place {
  color: var(--blue);
}

.events-list .swiper-slide::after {
  background-color: var(--blue);
}

.event-page {}

.event-page h1 {
  font-size: 1.5rem;
}

.event-page .event-text {
  font-size: 110%;
  line-height: 1.7;
}

.event-page .event-meta {
  background-color: var(--light-blue);
  color: var(--blue);
  display: inline-block;
  min-width: 33%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 7px 15px;
  border-radius: 25px;
}

.event-page .meta-item {
  padding: 7px 0;
  white-space: no-wrap;
}

.event-page .icon-wrapper {
  width: 20px;
}