.peloki-upcoming {
  margin: 48px auto;
  max-width: 1180px;
  padding: 0 20px;
  color: #100d12;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.peloki-upcoming__heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.peloki-upcoming__heading a {
  color: #d6372f;
  font-weight: 900;
  text-decoration: none;
}

.peloki-upcoming__heading p {
  margin: 0;
  color: #d6372f;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.peloki-upcoming__heading h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: .94;
}

.peloki-upcoming__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 36%);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding-bottom: 14px;
}

.peloki-show {
  scroll-snap-align: start;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16, 13, 18, .14);
}

.peloki-show__image {
  display: block;
  min-height: 260px;
  color: #fff;
  background: #171217;
  padding: 12px;
}

.peloki-show__image img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: contain;
}

.peloki-show__image span {
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
}

.peloki-show__body {
  padding: 24px;
}

.peloki-show__type {
  display: inline-flex;
  margin-bottom: 12px;
  color: #d6372f;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.peloki-show h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.1;
}

.peloki-show__meta {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  color: #746b68;
  font-weight: 750;
}

.peloki-show p {
  color: #746b68;
  line-height: 1.55;
}

.peloki-show__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 16px;
  color: #fff;
  background: #d6372f;
  border-radius: 4px;
  font-weight: 900;
  text-decoration: none;
}

.peloki-upcoming__empty {
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(16, 13, 18, .14);
}

.peloki-upcoming__empty h3 {
  margin: 0 0 8px;
}

.peloki-upcoming__empty p {
  margin: 0;
  color: #746b68;
}

@media (max-width: 780px) {
  .peloki-upcoming__heading {
    display: block;
  }

  .peloki-upcoming__track {
    grid-auto-columns: minmax(280px, 84%);
  }
}
