.article-header.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 {
  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;
}

.sessions-event-passcode {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  padding: 48px 20px;
}

.sessions-event-passcode__panel {
  background: #ffffff;
  border: 1px solid rgba(48, 46, 45, 0.12);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.08);
  padding: 32px;
}

.sessions-event-passcode__title {
  color: #302e2d;
  font-family: "Campton-Medium", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  margin: 0;
  text-wrap: balance;
}

.sessions-event-passcode__description {
  color: #6c6761;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 26px;
  margin: 16px 0 0;
  max-width: 480px;
}

.sessions-event-passcode__form {
  margin-top: 32px;
}

.sessions-event-passcode__label {
  color: #302e2d;
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}

.sessions-event-passcode__input {
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff;
  border: 1px solid rgba(48, 46, 45, 0.36);
  border-radius: 2px;
  box-sizing: border-box;
  color: #302e2d;
  display: block;
  font-family: "Campton-Medium", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  min-height: 52px;
  padding: 13px 15px;
  width: 100%;
}

.sessions-event-passcode__input:focus {
  border-color: #0092d3;
  box-shadow: 0 0 0 3px rgba(0, 146, 211, 0.2);
  outline: none;
}

.sessions-event-passcode__input[aria-invalid="true"] {
  border-color: #b42318;
}

.sessions-event-passcode__error {
  color: #b42318;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0 0;
}

.sessions-event-passcode__submit {
  margin-top: 20px;
  min-height: 48px;
}

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-passcode {
    padding: 32px 0;
  }

  .sessions-event-passcode__panel {
    padding: 24px 20px;
  }

  .sessions-event-passcode__title {
    font-size: 30px;
    line-height: 36px;
  }

  .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;
  }
}

/* Event not found */

.sessions-missing {
  padding-bottom: 64px;
}

.sessions-missing .grid__item--main {
  border-top: 3px solid #ec665f;
  padding-top: 16px;
}

.sessions-missing__eyebrow {
  color: #302e2d;
  font-family: "Campton-Medium", "Roboto", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.sessions-missing__title {
  color: #302e2d;
  font-family: "Campton-Medium", "Roboto", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 16px;
  max-width: 11em;
}

.sessions-missing__lede {
  color: #4a4746;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 28px;
  max-width: 30em;
}

.sessions-missing__cta {
  background: #302e2d;
  border: #302e2d 1px solid;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-family: "Campton-Medium", "Roboto", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  letter-spacing: 1px;
  min-width: 110px;
  padding: 15px 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.15s ease-out, color 0.15s ease-out;
}

.sessions-missing__cta:hover,
.sessions-missing__cta:focus {
  background: #fff;
  color: #302e2d;
}

.sessions-missing__cta:focus-visible {
  outline: 3px solid #ec665f;
  outline-offset: 2px;
}

.sessions-missing__search {
  border-top: 1px solid #d8d8d8;
  margin-top: 40px;
  padding-top: 28px;
}

.sessions-missing__search-label {
  color: #6b6764;
  display: block;
  font-family: "Campton-Medium", "Roboto", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sessions-missing__search-form {
  display: flex;
  gap: 10px;
  max-width: 30em;
}

.sessions-missing__search-field {
  flex: 1 1 auto;
  height: 49px;
  line-height: 49px;
  min-width: 0;
}

.sessions-missing__search-field:focus-visible {
  outline: 3px solid #ec665f;
  outline-offset: 2px;
}

.sessions-missing__search-submit {
  background: transparent;
  border: #302e2d 1px solid;
  border-radius: 40px;
  color: #302e2d;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Campton-Medium", "Roboto", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 13px;
  height: 49px;
  letter-spacing: 1px;
  padding: 0 26px;
  text-transform: uppercase;
  transition: background 0.15s ease-out, color 0.15s ease-out;
  -webkit-appearance: none;
  appearance: none;
}

.sessions-missing__search-submit:hover {
  background: #302e2d;
  color: #fff;
}

.sessions-missing__search-submit:focus-visible {
  outline: 3px solid #ec665f;
  outline-offset: 2px;
}

@media (max-width: 1008px) {
  html body {
    padding-top: 90px;
  }

  .sessions-event__header .article-header__meta li {
    display: block;
    margin-right: 0;
  }

  .sessions-event__header .article-header__meta li::after {
    content: none;
    padding-left: 0;
  }

  .sessions-missing {
    padding-bottom: 40px;
  }

  .sessions-missing__title {
    font-size: 30px;
    max-width: none;
  }

  .sessions-missing__lede {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
  }

  .sessions-missing__cta {
    display: block;
    width: 100%;
  }

  .sessions-missing__search {
    margin-top: 32px;
    padding-top: 24px;
  }

  .sessions-missing__search-form {
    display: block;
    max-width: none;
  }

  .sessions-missing__search-field {
    display: block;
    width: 100%;
  }

  .sessions-missing__search-submit {
    margin-top: 10px;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sessions-missing__cta,
  .sessions-missing__search-submit {
    transition: none;
  }
}
