.sessions-event__header {
  border-bottom: 0;
  margin-bottom: 14px !important;
  padding-bottom: 18px;
}

.sessions-event__header .article-header__title {
  margin: 22px 0 16px;
}

.sessions-event__header .article-header__meta {
  margin-bottom: 0;
}

.sessions-event__taxonomies {
  align-items: flex-start;
  column-gap: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 18px;
  row-gap: 5px;
}

.sessions-event__taxonomies .context-marker {
  display: inline-flex;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.sessions-event__post {
  padding-top: 20px;
}

.sessions-event__body {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}

.sessions-event__image-wrapper {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
}

.sessions-event__image-background {
  filter: blur(15px);
  height: 100% !important;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: scale(1.1);
  width: 100% !important;
}

.sessions-event__image {
  height: 100% !important;
  object-fit: contain;
  position: relative;
  width: 100% !important;
}

.sessions-event__image--mobile,
.sessions-event__image-background--mobile {
  display: block !important;
}

.sessions-event__image--desktop,
.sessions-event__image-background--desktop {
  display: none !important;
}

.sessions-event__description,
.sessions-event__missing {
  color: #302e2d;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  max-width: 100%;
  overflow-wrap: break-word;
  overflow-x: hidden;
  white-space: pre-wrap;
}

.sessions-event__host {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  padding: 4px 0 8px;
}

.sessions-event__host-avatar {
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex: 0 0 64px;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  width: 64px;
}

.sessions-event__host-avatar img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.sessions-event__host-body {
  min-width: 0;
}

.sessions-event__host-label {
  color: #6c6761;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.sessions-event__host-name {
  color: #302e2d;
  font-family: sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  margin: 0;
}

.sessions-event__host-about {
  appearance: none;
  background: transparent;
  border: 0;
  color: #ec665f;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 4px;
  padding: 0;
  text-align: left;
}

.sessions-event__host-about:hover,
.sessions-event__host-about:focus {
  color: #302e2d;
  text-decoration: underline;
}

body.sessions-event-host-modal-open {
  left: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  width: 100%;
}

.sessions-event__host-modal {
  align-items: center;
  background: rgba(17, 17, 17, 0);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  transition: background-color 180ms ease-out;
  z-index: 10000;
}

.sessions-event__host-modal[hidden] {
  display: none !important;
}

.sessions-event__host-modal.is-open {
  background: rgba(17, 17, 17, 0.58);
}

.sessions-event__host-modal__panel {
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.28);
  color: #302e2d;
  max-height: min(680px, calc(100vh - 40px));
  max-width: 540px;
  opacity: 0;
  overflow-y: auto;
  padding: 28px;
  position: relative;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity 180ms ease-out,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  will-change: opacity, transform;
}

.sessions-event__host-modal.is-open .sessions-event__host-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.sessions-event__host-modal__close {
  align-items: center;
  appearance: none;
  background: #f2efea;
  border: 0;
  border-radius: 50%;
  color: #302e2d;
  cursor: pointer;
  display: flex;
  font-family: sans-serif;
  font-size: 24px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 2px;
  position: absolute;
  right: 18px;
  top: 18px;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
  width: 34px;
}

.sessions-event__host-modal__close:hover,
.sessions-event__host-modal__close:focus-visible {
  background: #302e2d;
  color: #fff;
  outline: none;
}

.sessions-event__host-modal__close:active {
  transform: scale(0.96);
}

.sessions-event__host-modal__header {
  align-items: center;
  display: flex;
  gap: 14px;
  padding-right: 44px;
}

.sessions-event__host-avatar--modal {
  flex-basis: 76px;
  font-size: 22px;
  height: 76px;
  width: 76px;
}

.sessions-event__host-modal__eyebrow {
  color: #6c6761;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.sessions-event__host-modal__title {
  color: #302e2d;
  font-family: sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.sessions-event__host-modal__description {
  color: #4c4742;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 27px;
  margin: 22px 0 0;
  white-space: pre-wrap;
}

.sessions-event__description-link {
  color: #ec665f;
  text-decoration: none;
  transition: color 160ms ease;
}

.sessions-event__description-link:hover,
.sessions-event__description-link:focus {
  color: #302e2d;
  text-decoration: underline;
}

.sessions-event__description-divider {
  border: 0;
  border-top: 1px solid rgba(48, 46, 45, 0.16);
  height: 0;
  margin: 24px 0;
}

.sessions-event__soundcloud {
  margin: 24px 0;
  overflow: hidden;
}

.sessions-event__soundcloud iframe {
  border: 0;
  display: block;
}

.sessions-event__ticket-note {
  color: #6c6761;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 16px;
}

.sessions-event__status {
  display: inline-block;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.sessions-event__status--soldout {
  background: #302e2d;
  color: #fff;
}

.sessions-event__status--limited {
  background: #f4d27e;
  color: #302e2d;
}

.sessions-event__sidebar {
  display: block !important;
  padding-top: 20px;
  width: 100%;
}

.sessions-event__ticket-panel {
  margin-bottom: 24px;
}

session-services-ticketing {
  --accent: #f7e3e0;
  --accent-foreground: #302e2d;
  --background: transparent;
  --border: rgba(48, 46, 45, 0.12);
  --card: #ffffff;
  --card-foreground: #302e2d;
  --font-family: sans-serif;
  --font-size-base: 0.9375rem;
  --font-size-lg: 1.0625rem;
  --font-weight-medium: 600;
  --font-weight-semibold: 700;
  --foreground: #302e2d;
  --input: rgba(48, 46, 45, 0.12);
  --muted: #f2efea;
  --muted-foreground: #6c6761;
  --popover: #ffffff;
  --popover-foreground: #302e2d;
  --primary: #111111;
  --primary-foreground: #ffffff;
  --radius: 0.375rem;
  --ring: #ec665f;
  --secondary: #f6f4f0;
  --secondary-foreground: #302e2d;
  --shadow-base: 0 1px 2px rgba(17, 17, 17, 0.04);
  --shadow-lg: 0 4px 10px rgba(17, 17, 17, 0.08);
  --shadow-md: 0 2px 6px rgba(17, 17, 17, 0.06);
  --shadow-sm: 0 1px 2px rgba(17, 17, 17, 0.04);
  --shadow-xl: 0 8px 18px rgba(17, 17, 17, 0.1);
  display: block;
}

@media screen and (min-width: 1009px) {
  .sessions-event__post {
    flex: 1 1 auto;
    max-width: 597px;
  }

  .sessions-event__body {
    align-items: flex-start;
    flex-direction: row;
  }

  .sessions-event__image-wrapper {
    aspect-ratio: 17 / 9;
  }

  .sessions-event__image--mobile,
  .sessions-event__image-background--mobile {
    display: none !important;
  }

  .sessions-event__image--desktop,
  .sessions-event__image-background--desktop {
    display: block !important;
  }

  .sessions-event__sidebar {
    flex: 0 0 375px;
    margin: 0;
    max-width: 375px;
    position: sticky;
    top: 100px;
  }

  .sessions-event__body .sessions-event__sidebar {
    margin: 0;
  }
}

@media screen and (max-width: 699px) {
  .sessions-event__host-modal {
    align-items: flex-end;
    padding: 0;
  }

  .sessions-event__host-modal__panel {
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -16px 34px rgba(17, 17, 17, 0.22), 0 -4px 10px rgba(17, 17, 17, 0.12);
    max-height: min(86vh, 720px);
    max-width: none;
    padding: 28px 28px max(24px, env(safe-area-inset-bottom));
    transform: translateY(100%);
  }

  .sessions-event__host-modal.is-open .sessions-event__host-modal__panel {
    transform: translateY(0);
  }

  .sessions-event__host-modal__close {
    height: 40px;
    right: 18px;
    top: 18px;
    width: 40px;
  }

  .sessions-event__host-modal__header {
    align-items: flex-start;
    gap: 12px;
    padding-right: 46px;
  }

  .sessions-event__host-avatar--modal {
    flex-basis: 62px;
    height: 62px;
    width: 62px;
  }

  .sessions-event__host-modal__title {
    font-size: 24px;
    line-height: 28px;
  }

  .sessions-event__host-modal__description {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sessions-event__host-modal,
  .sessions-event__host-modal__panel,
  .sessions-event__host-modal__close {
    transition: none;
  }

  .sessions-event__host-modal__panel {
    transform: none;
  }
}
