.posk-london-events {
  max-width: 1200px;
  margin: 64px auto 48px;
  padding: 0 16px;
}

.posk-london-events__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.posk-london-events__heading h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
}

.posk-london-events__controls { display: flex; gap: 8px; }
.posk-london-events__arrow {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8102e;
  border-radius: 50%;
  background: #fff;
  color: #a40d27;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.posk-london-events__arrow:hover,
.posk-london-events__arrow:focus-visible { background: #c8102e; color: #fff; }
.posk-london-events__arrow:focus-visible,
.posk-london-events__link:focus-visible,
.posk-london-events__poster:focus-visible,
.posk-london-events__content h3 a:focus-visible,
.posk-london-events__track:focus-visible { outline: 3px solid #1d5fa7; outline-offset: 3px; }
.posk-london-events__empty { margin: 0; }

.posk-london-events__track { gap: 20px; }
.posk-london-events__track--grid {
  display: flex;
  flex-wrap: wrap;
}
.posk-london-events__track--grid .posk-london-events__card {
  flex: 1 1 220px;
  max-width: 260px;
}
.posk-london-events__track--carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  padding-bottom: 8px;
}
.posk-london-events__track--carousel .posk-london-events__card {
  flex: 0 0 calc((100% - 20px) / 2);
  scroll-snap-align: start;
}
.posk-london-events__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
}
.posk-london-events__poster {
  display: flex;
  width: 100%;
  aspect-ratio: 3 / 4;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f2f0ee;
}
.posk-london-events__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.posk-london-events__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}
.posk-london-events__date {
  margin: 0 0 8px;
  color: #a40d27;
  font-weight: 700;
}
.posk-london-events__content h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.25;
}
.posk-london-events__content h3 a { color: inherit; text-decoration: none; }
.posk-london-events__content h3 a:hover { color: #a40d27; text-decoration: underline; }
.posk-london-events__description {
  margin: 0 0 16px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.posk-london-events__link {
  margin-top: auto;
  color: #a40d27;
  font-weight: 700;
  text-decoration: underline;
}
.posk-london-single { max-width: 900px; margin: 0 auto 48px; }
.posk-london-single__back { display: inline-block; margin-bottom: 22px; color: #a40d27; font-weight: 700; }
.posk-london-single h1 { margin: 0 0 14px; }
.posk-london-single__datetime { margin: 0 0 28px; color: #a40d27; font-size: 1.15em; font-weight: 700; }
.posk-london-single__poster { margin: 0 0 28px; text-align: center; background: #f2f0ee; }
.posk-london-single__poster img { display: block; max-width: 100%; width: auto; height: auto; max-height: 820px; margin: auto; }
.posk-london-single__description { margin-bottom: 30px; line-height: 1.65; overflow-wrap: anywhere; }
.posk-london-single__button { display: inline-block; padding: 12px 22px; border-radius: 4px; background: #a40d27; color: #fff; font-weight: 700; text-decoration: none; }
.posk-london-single__button:hover,
.posk-london-single__button:focus-visible { background: #78091c; color: #fff; }
.posk-london-single__back:focus-visible,
.posk-london-single__button:focus-visible { outline: 3px solid #1d5fa7; outline-offset: 3px; }
@media (max-width: 600px) {
  .posk-london-events { margin-top: 40px; }
  .posk-london-events__track--grid .posk-london-events__card { flex-basis: 100%; max-width: none; }
  .posk-london-events__track--carousel .posk-london-events__card { flex-basis: 100%; }
}
