.sessions-events-list-card {
  background: #fff;
  border: 1px solid rgba(48, 46, 45, 0.08);
}

.sessions-events-list-card:hover {
  box-shadow: 0 16px 36px rgba(34, 24, 16, 0.08);
  transform: translateY(-2px);
}

.sessions-events-map-layout {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sessions-events-map-layout__sidebar {
  display: none;
  flex-direction: column;
  gap: 12px;
  max-height: 820px;
  overflow-y: auto;
  padding-right: 4px;
}

.sessions-events-map-layout__map-wrap {
  border: 1px solid rgba(48, 46, 45, 0.1);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.sessions-events-map {
  background: #111;
  height: min(76vh, 820px);
  min-height: 620px;
  width: 100%;
}

.sessions-events-page--map .sessions-events-map-layout {
  display: block;
  height: var(--sessions-map-available-height, calc(100vh - var(--sessions-sticky-stack-bottom, 149px)));
  min-height: 360px;
  overflow: hidden;
  width: 100%;
}

.sessions-events-page--map .sessions-events-map-layout__sidebar {
  display: none !important;
}

.sessions-events-page--map .sessions-events-map-layout__map-wrap {
  border: 0;
  border-radius: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.sessions-events-page--map .sessions-events-map {
  height: 100%;
  min-height: 0;
}

.sessions-events-map .mapboxgl-canvas:focus,
.sessions-events-map .mapboxgl-canvas-container:focus,
.sessions-events-map .mapboxgl-ctrl-group button:focus {
  outline: none;
}

.sessions-events-map .mapboxgl-ctrl-top-right {
  right: 14px;
  top: 14px;
}

.sessions-events-map .mapboxgl-ctrl-group {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.2);
}

.sessions-events-map .mapboxgl-ctrl-group button {
  height: 34px;
  width: 34px;
}

.sessions-events-map-marker-shell {
  cursor: pointer;
}

.sessions-events-map-marker-shell:focus {
  outline: none;
}

.sessions-events-map-marker {
  align-items: center;
  color: #151413;
  display: inline-flex;
  flex-direction: column;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  justify-content: flex-end;
  position: relative;
  text-align: center;
  transition:
    transform 160ms ease;
  will-change: transform;
}

.sessions-events-map-marker-shell:hover .sessions-events-map-marker,
.sessions-events-map-marker-shell:focus-visible .sessions-events-map-marker {
  transform: translateY(-2px);
}

.sessions-events-map-marker-shell:focus-visible .sessions-events-map-marker {
  filter: drop-shadow(0 0 0 rgba(236, 102, 95, 0.28));
}

.sessions-events-map-marker.is-active {
  transform: translateY(-1px) scale(1.08);
}

.sessions-events-map-marker__body {
  align-items: center;
  background: #fffdfa;
  border: 1px solid rgba(30, 28, 27, 0.14);
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(14, 13, 12, 0.22);
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  justify-content: center;
  max-height: 56px;
  max-width: 168px;
  min-height: 44px;
  min-width: 44px;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  z-index: 2;
}

.sessions-events-map-marker.is-active .sessions-events-map-marker__body {
  background: #ec665f;
  border-color: #ec665f;
  box-shadow:
    0 0 0 4px rgba(236, 102, 95, 0.12),
    0 12px 28px rgba(14, 13, 12, 0.22);
  color: #fffdfa;
}

.sessions-events-map-marker--venue .sessions-events-map-marker__label {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: block;
  display: -webkit-box;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  max-width: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sessions-events-map-marker__meta,
.sessions-events-map-marker--cluster .sessions-events-map-marker__label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  color: rgba(21, 20, 19, 0.64);
}

.sessions-events-map-marker.is-active .sessions-events-map-marker__meta {
  color: rgba(255, 253, 250, 0.82);
}

.sessions-events-map-marker--cluster {
  background: #fffdfa;
  border-color: rgba(30, 28, 27, 0.14);
  border-radius: 18px;
  color: #151413;
  justify-content: center;
  max-width: 172px;
  min-height: 40px;
  min-width: 76px;
  overflow: hidden;
  padding: 7px 12px;
}

.sessions-events-map-marker--cluster.is-active {
  background: #ec665f;
  border-color: #ec665f;
  box-shadow:
    0 0 0 4px rgba(236, 102, 95, 0.14),
    0 12px 28px rgba(14, 13, 12, 0.22);
  color: #fffdfa;
}

.sessions-events-map-marker--cluster .sessions-events-map-marker__label {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  max-width: 148px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sessions-events-map-marker--cluster .sessions-events-map-marker__meta {
  color: rgba(21, 20, 19, 0.64);
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}

.sessions-events-map-marker--cluster.is-active .sessions-events-map-marker__meta {
  color: rgba(255, 253, 250, 0.82);
}

.sessions-events-map-marker__point {
  background: #fffdfa;
  border-radius: 2px;
  box-shadow: 0 6px 10px rgba(14, 13, 12, 0.14);
  display: block;
  height: 10px;
  margin-top: -7px;
  overflow: hidden;
  transform: rotate(45deg);
  width: 10px;
  z-index: 1;
}

.sessions-events-map-marker.is-active .sessions-events-map-marker__point {
  background: #ec665f;
}

.sessions-events-map-carousel {
  background: transparent;
  border: 0;
  border-radius: 0;
  bottom: 16px;
  box-shadow: none;
  color: #151413;
  left: 0;
  max-width: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  transform: translateY(20px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  width: 100%;
  z-index: 30;
}

.sessions-events-map-carousel.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sessions-events-map-carousel__head {
  display: none;
}

.sessions-events-map-carousel__eyebrow {
  color: #ec665f;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.sessions-events-map-carousel__title {
  font-size: 20px;
  line-height: 1;
  margin: 0;
}

.sessions-events-map-carousel__close {
  align-items: center;
  appearance: none;
  background: rgba(21, 20, 19, 0.08);
  border: 0;
  border-radius: 999px;
  color: #151413;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 400;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

.sessions-events-map-carousel__close:hover,
.sessions-events-map-carousel__close:focus-visible {
  background: rgba(236, 102, 95, 0.14);
  outline: none;
}

.sessions-events-map-carousel__track {
  cursor: grab;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 0 max(28px, calc((100vw - 864px) / 2));
  scroll-padding-left: max(28px, calc((100vw - 864px) / 2));
  scrollbar-width: none;
}

.sessions-events-map-carousel__track.is-centered {
  justify-content: center;
}

.sessions-events-map-carousel__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.sessions-events-map-carousel__track::-webkit-scrollbar {
  display: none;
}

.sessions-events-map-carousel__card {
  background: #fffdfa;
  border: 1px solid rgba(30, 28, 27, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(14, 13, 12, 0.16);
  color: #151413;
  display: grid;
  flex: 0 0 clamp(360px, 32vw, 520px);
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 154px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-decoration: none;
}

.sessions-events-map-carousel__card.is-active {
  border-color: rgba(30, 28, 27, 0.14);
}

.sessions-events-map-carousel__card.is-featured {
  box-shadow:
    0 0 18px rgba(218, 170, 74, 0.14),
    0 14px 32px rgba(14, 13, 12, 0.16);
}

.sessions-events-map-carousel__figure {
  background: #ebe7df;
  aspect-ratio: 1080 / 1350;
  border-radius: 14px;
  height: 128px;
  margin: 0;
  overflow: hidden;
}

.sessions-events-map-carousel__figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sessions-events-map-carousel__fallback {
  align-items: center;
  color: rgba(21, 20, 19, 0.32);
  display: flex;
  font-size: 42px;
  font-weight: 900;
  height: 100%;
  justify-content: center;
}

.sessions-events-map-carousel__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: flex-start;
  min-width: 0;
  padding: 0;
}

.sessions-events-map-carousel__featured {
  margin: 0 0 5px;
}

.sessions-events-map-carousel__event-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
  overflow: hidden;
}

.sessions-events-map-carousel__card.is-featured .sessions-events-map-carousel__event-name {
  filter: drop-shadow(0 0 14px rgba(218, 170, 74, 0.42));
}

.sessions-events-map-carousel__meta,
.sessions-events-map-carousel__price {
  color: rgba(21, 20, 19, 0.64);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sessions-events-map-carousel__price {
  color: rgba(21, 20, 19, 0.64);
}

.sessions-events-map-carousel__dots {
  display: none;
}

.sessions-events-map-carousel__dot {
  appearance: none;
  background: rgba(21, 20, 19, 0.2);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 7px;
  padding: 0;
  transition:
    background 140ms ease,
    width 140ms ease;
  width: 7px;
}

.sessions-events-map-carousel__dot.is-active {
  background: #ec665f;
  width: 22px;
}

.sessions-events-map-unavailable {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 520px;
}

.sessions-events-map-unavailable__inner {
  background: var(--mm-surface);
  border: 1px solid var(--mm-line);
  border-radius: 8px;
  max-width: 520px;
  padding: 48px 32px;
  text-align: center;
}

.sessions-events-map-unavailable__inner h3 {
  color: var(--mm-ink);
  font-family: "Campton-Medium", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0 0 10px;
}

.sessions-events-map-unavailable__inner p {
  color: var(--mm-ink-muted);
  margin: 0 auto 20px;
  max-width: 360px;
}

.sessions-events-list-card a {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
}

.sessions-events-list-card__thumb {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.sessions-events-list-card.is-active {
  border-color: #ec665f;
  box-shadow: inset 0 0 0 1px #ec665f;
}
.sessions-events-empty {
  background: var(--mm-surface);
  border: 1px solid var(--mm-line);
  border-radius: 8px;
  padding: 56px 28px;
  text-align: center;
}

.sessions-events-empty h3 {
  color: var(--mm-ink);
  font-family: "Campton-Medium", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0 0 10px;
}

.sessions-events-empty p {
  color: var(--mm-ink-muted);
  font-size: 15px;
  margin: 0 auto 20px;
  max-width: 420px;
}

.sessions-events-empty__cta {
  background: var(--mm-ink);
  border-radius: 999px;
  color: var(--mm-ground);
  display: inline-flex;
  font-family: "Campton-Medium", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 12px 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 140ms ease, color 140ms ease;
}

.sessions-events-empty__cta:hover {
  background: var(--mm-coral);
  color: var(--mm-ground);
}

.sessions-events-empty__cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--mm-coral-tint);
}

@media screen and (max-width: 1008px) {
  .sessions-events-map-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sessions-events-page--map .sessions-events-map-layout {
    display: block;
  }

  .sessions-events-map-layout__map-wrap {
    order: -1;
    position: static;
  }

  .sessions-events-page--map .sessions-events-map-layout__map-wrap {
    position: relative;
  }

  .sessions-events-map-layout__sidebar {
    display: flex;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .sessions-events-map {
    height: 380px;
    min-height: 0;
  }

  .sessions-events-page--map .sessions-events-map {
    height: 100%;
  }

  .sessions-events-map-carousel {
    max-width: min(720px, calc(100% - 24px));
  }

  .sessions-events-map-carousel__card {
    flex-basis: min(46vw, 420px);
  }
}

@media screen and (max-width: 699px) {
  .sessions-events-map-marker--venue .sessions-events-map-marker__label {
    font-size: 11px;
    max-width: 144px;
  }

  .sessions-events-map-marker__meta,
  .sessions-events-map-marker--cluster .sessions-events-map-marker__label {
    font-size: 9px;
  }

  .sessions-events-map-marker--cluster {
    min-height: 40px;
    min-width: 76px;
    padding: 7px 12px;
  }

  .sessions-events-map-marker--cluster .sessions-events-map-marker__label {
    font-size: 12px;
    line-height: 14px;
  }

  .sessions-events-map-marker--cluster .sessions-events-map-marker__meta {
    font-size: 11px;
    line-height: 13px;
  }

  .sessions-events-map-carousel {
    bottom: 16px;
    max-width: none;
  }

  .sessions-events-map-carousel__track {
    gap: 12px;
    padding-left: 28px;
    padding-right: 28px;
    scroll-padding-left: 28px;
  }

  .sessions-events-map-carousel__card {
    flex-basis: calc(100vw - 56px);
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 152px;
  }

  .sessions-events-map-carousel__figure {
    height: 128px;
    min-height: 0;
  }

  .sessions-events-map-carousel__body {
    padding: 0;
  }

  .sessions-events-map-carousel__event-name {
    font-size: 16px;
    line-height: 1.18;
  }

  .sessions-events-map-carousel__meta,
  .sessions-events-map-carousel__price {
    font-size: 14px;
    line-height: 16px;
  }
}
