
.speaker-image[data-v-c7f4c11a] {
  width: 100%;
  height: 100%;
}
.speaker-image img[data-v-c7f4c11a],
.speaker-image svg[data-v-c7f4c11a] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/*
 * A card has no equivalent in a theme's own styling, so it needs a default —
 * kept to a neutral grey that reads on both light and dark backgrounds
 * rather than any particular brand colour. Style controls override it.
 */
.mevents-speaker-session[data-v-e0258248] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(128, 128, 128, 0.35);
  text-align: left;
}
.mevents-speaker-session__title[data-v-e0258248] {
  font-weight: 600;
  line-height: 1.3;
}
.mevents-speaker-session__speaker[data-v-e0258248],
.mevents-speaker-session__location[data-v-e0258248] {
  opacity: 0.65;
  font-size: 0.9em;
}
.mevents-speaker-session__meta[data-v-e0258248] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
  font-size: 0.9em;
  opacity: 0.8;
}


a.mevents-speaker-session--linked {
  cursor: pointer;
  color: inherit !important;
  text-decoration: none !important;
}


/*
 * Defaults cover only what a theme has no opinion about — the overlay, the
 * dialog panel and layout. Anything with a native equivalent (the buttons)
 * is left to inherit the host theme, so the widget looks native wherever
 * it's installed, and the widget's own style controls override from there.
 */
.mevents-speaker-modal[data-v-102ff93a] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.mevents-speaker-modal__dialog[data-v-102ff93a] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 600px;
  max-height: 85vh;
  overflow-y: auto;
  padding: 20px;
  background: #ffffff;
  text-align: center;
}
.mevents-speaker-modal__close[data-v-102ff93a] {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  padding: 4px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.mevents-speaker-modal__close svg[data-v-102ff93a] {
  width: 100%;
  height: 100%;
  display: block;
}
.mevents-speaker-modal__avatar[data-v-102ff93a] {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 auto;
}
.mevents-speaker-modal__tabs[data-v-102ff93a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

/* Layout only — appearance comes from the theme's own button styling. */
.mevents-speaker-modal__tab[data-v-102ff93a] {
  flex: 1 1 0;
}

/*
 * No theme has a notion of a "selected button", so the active state is the
 * one thing that must be supplied. Opacity reads correctly on any palette,
 * shape or colour scheme. Zero-specificity, so the fade control wins.
 */
:where(.mevents-speaker-modal__tab[data-v-102ff93a]:not(.mevents-speaker-modal__tab--active)) {
  opacity: 0.55;
}
.mevents-speaker-modal__body[data-v-102ff93a] {
  width: 100%;
  text-align: left;
}
.mevents-speaker-modal__sessions[data-v-102ff93a] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mevents-speaker-modal__schedule-link[data-v-102ff93a] {
  align-self: flex-start;
}
.mevents-speaker-modal__status[data-v-102ff93a] {
  padding: 24px 0;
  text-align: center;
  opacity: 0.7;
}


a.mevents-speaker-modal__schedule-link {
  color: inherit !important;
}


.mevents_speakers[data-v-0df7b60e] {
  margin-bottom: 2rem;
}
.mevents_speakers__grid[data-v-0df7b60e] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 480px) {
.mevents_speakers__grid[data-v-0df7b60e] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 768px) {
.mevents_speakers__grid[data-v-0df7b60e] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 992px) {
.mevents_speakers__grid[data-v-0df7b60e] {
    grid-template-columns: repeat(4, 1fr);
}
}
.mevents_speakers__carousel-wrapper[data-v-0df7b60e] {
  position: relative;
}
.mevents_speakers__carousel-nav[data-v-0df7b60e] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}
.mevents_speakers__carousel-arrow[data-v-0df7b60e] {
  width: 40px;
  height: 40px;
  background-color: #666666;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, opacity 0.2s;
}
.mevents_speakers__carousel-arrow[data-v-0df7b60e]:hover:not(:disabled) {
  background-color: #555555;
}
.mevents_speakers__carousel-arrow[data-v-0df7b60e]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.mevents_speakers__carousel-arrow svg[data-v-0df7b60e],
.mevents_speakers__carousel-arrow i[data-v-0df7b60e] {
  fill: currentColor;
  color: inherit;
}
.mevents_speakers__carousel[data-v-0df7b60e] {
  --slides-to-show: 1;
  --carousel-gap: 20px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--slides-to-show) - 1) * var(--carousel-gap)) / var(--slides-to-show));
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mevents_speakers__carousel[data-v-0df7b60e]::-webkit-scrollbar {
  display: none;
}
@media (min-width: 480px) {
.mevents_speakers__carousel[data-v-0df7b60e] {
    --slides-to-show: 2;
}
}
@media (min-width: 768px) {
.mevents_speakers__carousel[data-v-0df7b60e] {
    --slides-to-show: 3;
}
}
@media (min-width: 992px) {
.mevents_speakers__carousel[data-v-0df7b60e] {
    --slides-to-show: 4;
}
}
.mevents_speakers__carousel .mevents_speakers__speaker[data-v-0df7b60e] {
  scroll-snap-align: start;
}
.mevents_speakers__speaker[data-v-0df7b60e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s;
}
.mevents_speakers__speaker-name-wrap[data-v-0df7b60e] {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  /* The card centres its children. */
  width: 100%;
}
.mevents_speakers__speaker[data-v-0df7b60e]:hover {
  transform: translateY(-2px);
}
.mevents_speakers__speaker-image[data-v-0df7b60e] {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.mevents_speakers__speaker-name[data-v-0df7b60e] {
  text-align: center;
  font-size: 16px;
  padding: 1rem;
}
.mevents_speakers__dots[data-v-0df7b60e] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.mevents_speakers__dot[data-v-0df7b60e] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s;
}
.mevents_speakers__dot--active[data-v-0df7b60e] {
  background-color: #333333;
}
.mevents_speakers__load-more[data-v-0df7b60e] {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.mevents_speakers__load-more-btn[data-v-0df7b60e] {
  background-color: transparent;
  color: #000;
  border: 1px solid;
  padding: 12px 24px;
  border-radius: 25px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}
.mevents_speakers__load-more-btn[data-v-0df7b60e]:hover {
  background-color: #666666;
  color: #fff;
  transform: translateY(-1px);
}
.mevents_speakers__load-more-btn[data-v-0df7b60e]:active {
  transform: translateY(0);
  background-color: transparent;
  color: #000;
}


.hello-world[data-v-35d964e4] {
    padding: 1em;
    background-color: red;
}


.lftp-step-indicator {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 0;
}
.lftp-step-indicator__step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #9e9e9e;
}
.lftp-step-indicator__step--active,
.lftp-step-indicator__step--completed {
  color: #111;
}
.lftp-step-indicator__circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  color: #9e9e9e;
  flex-shrink: 0;
  box-sizing: border-box;
}
.lftp-step-indicator__step--active .lftp-step-indicator__circle,
.lftp-step-indicator__step--completed .lftp-step-indicator__circle {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.lftp-step-indicator__label {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
.lftp-step-indicator__connector {
  width: 40px;
  height: 1px;
  background-color: #c7c7c7;
  margin: 0 0.75rem;
}


.lftp-account-step .lftp-card {
  max-width: 640px;
}
.lftp-account-step__email-static {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 44px;
}
.lftp-account-step__email-value {
  font-size: 1rem;
  color: #111;
  font-weight: 500;
  word-break: break-all;
}
.lftp-account-step__change-email {
  background: none;
  border: none;
  padding: 0;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.lftp-account-step__hidden-username {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lftp-account-step__notice {
  margin-top: 0.75rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid #4a6cf7;
  border-radius: 4px;
  color: #4a6cf7;
  font-size: 0.875rem;
  line-height: 1.4;
}
.lftp-account-step__name-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 640px) {
.lftp-account-step__name-row {
    grid-template-columns: 1fr 1fr;
}
}
.lftp-account-step form > .lftp-form-field + .lftp-form-field,
.lftp-account-step__name-row + .lftp-form-field {
  margin-top: 1rem;
}
.lftp-account-step__password-wrap {
  position: relative;
}
.lftp-account-step__password-wrap .lftp-form-field__input {
  padding-right: 44px;
}
.lftp-account-step__password-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  padding: 0;
}
.lftp-account-step__lost-password {
  margin-top: 0.5rem;
  align-self: flex-start;
  font-size: 0.875rem;
  color: #333;
  text-decoration: underline;
}
.lftp-account-step__error {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background-color: #fdecea;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  color: #721c24;
  font-size: 0.9rem;
}
.lftp-account-step__actions {
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-end;
}


.lftp-field-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
.lftp-field-group {
    grid-template-columns: 1fr 1fr;
}
.lftp-field-group__field--full-width {
    grid-column: 1 / -1;
}
}


.lftp-ticket-card {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.lftp-ticket-card__header {
  background-color: #111;
  color: #fff;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.lftp-ticket-card__header-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.lftp-ticket-card__name {
  font-size: 1.25rem;
  font-weight: 700;
}
.lftp-ticket-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.lftp-ticket-card__price {
  font-size: 1.25rem;
  font-weight: 700;
}
.lftp-ticket-card__price-original {
  text-decoration: line-through;
  opacity: 0.6;
  font-size: 1.1rem;
}
.lftp-ticket-card__note {
  font-size: 0.85rem;
  opacity: 0.85;
}
.lftp-ticket-card__quantity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
button.lftp-ticket-card__qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transition: background-color 0.15s;
  padding: 0;
  color: #fff;
}
button.lftp-ticket-card__qty-btn:focus {
  outline: none;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
button.lftp-ticket-card__qty-btn:hover:not(.lftp-ticket-card__qty-btn--disabled) {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: #fff;
}
button.lftp-ticket-card__qty-btn:active:not(.lftp-ticket-card__qty-btn--disabled) {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  border-color: #fff;
}
.lftp-ticket-card__qty-btn--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.lftp-ticket-card__qty-value {
  min-width: 1.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
}
.lftp-ticket-card__body {
  display: flex;
  flex-direction: column;
}
.lftp-ticket-card__attendee {
  padding: 1.5rem;
}
.lftp-ticket-card__attendee + .lftp-ticket-card__attendee {
  border-top: 1px solid #e0e0e0;
}
.lftp-ticket-card__attendee-title {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
}
.lftp-ticket-card__required-note {
  margin: 0.75rem 0 0 0;
  font-size: 0.8rem;
  font-style: italic;
  color: #666;
}


.lftp-tickets-step__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}


.lftp-order-summary {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
}
.lftp-order-summary__title {
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.lftp-order-summary__empty {
  color: #999;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.lftp-order-summary__items {
  margin-bottom: 1rem;
}
.lftp-order-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e0e0e0;
  gap: 1rem;
}
.lftp-order-summary__item-name {
  font-size: 0.875rem;
  flex: 1;
}
.lftp-order-summary__item-price {
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}
.lftp-order-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0 1rem;
}
.lftp-order-summary__total-label {
  font-weight: 700;
}
.lftp-order-summary__total-amount {
  font-weight: 700;
  font-size: 1.25rem;
}
.lftp-order-summary__continue {
  width: 100%;
}
.lftp-order-summary__note {
  margin: 1rem 0 0 0;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
}


.lftp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}
.lftp__back {
  display: inline-block;
  margin-bottom: 1rem;
  color: #333;
  font-size: 0.9rem;
  text-decoration: none;
}
.lftp__back:hover {
  text-decoration: underline;
}
.lftp__auth-banner {
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #333;
}
.lftp__logout {
  background: none;
  border: none;
  padding: 0;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
  font-size: inherit;
}
.lftp__logout:disabled {
  opacity: 0.6;
  cursor: wait;
}
.lftp-heading {
  margin: 0 0 0.75rem 0;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.lftp-intro {
  margin-bottom: 1.5rem;
  color: #555;
  line-height: 1.5;
  max-width: 720px;
}
.lftp-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
}
.lftp__layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
.lftp__layout {
    flex-direction: row;
    align-items: flex-start;
}
.lftp__main {
    flex: 1;
    min-width: 0;
}
.lftp__sidebar {
    width: 340px;
    flex-shrink: 0;
    position: sticky;
    top: 120px;
}
}
.lftp__error {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background-color: #fdecea;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  color: #721c24;
  font-size: 0.9rem;
}

/* Shared button styles */
.lftp-btn {
  padding: 0.75rem 2.5rem;
  border: none;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background-color 0.15s, opacity 0.15s;
}
.lftp-btn--primary {
  background-color: #ed21cb;
  color: #fff;
}
.lftp-btn--primary:hover:not(:disabled) {
  background-color: #d31db4;
  color: #fff;
}
.lftp-btn:disabled {
  background-color: #d9d9d9;
  color: #8f8c8c;
  cursor: not-allowed;
}


/* Baseline, not top: the time and the title have their own typography, so only
   their first baselines line up reliably. */
.mevents-schedule__row[data-v-783ed0ca] {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}
.mevents-schedule__row-time[data-v-783ed0ca] {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-width: 5.5em;
}
.mevents-schedule__row-body[data-v-783ed0ca] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.mevents-schedule__session-title[data-v-783ed0ca] {
  font-weight: 600;
}

/*
 * Buttons for keyboard and screen-reader access, but they read as text, so
 * the theme's button styling is reset. Elements that look like buttons
 * inherit the theme; elements that read as text do not.
 */
.mevents-schedule__description-btn[data-v-783ed0ca],
.mevents-schedule__speaker-photo[data-v-783ed0ca],
.mevents-schedule__speaker-name[data-v-783ed0ca] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
}
.mevents-schedule__description-btn[data-v-783ed0ca] {
  cursor: pointer;
}
.mevents-schedule__description-btn-text[data-v-783ed0ca] {
  text-decoration: underline;
}
.mevents-schedule__description-icon[data-v-783ed0ca] {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

/* Photo stack above, names on their own line below. */
.mevents-schedule__speakers[data-v-783ed0ca] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.mevents-schedule__speaker-images[data-v-783ed0ca] {
  display: inline-flex;
  align-items: center;
}
.mevents-schedule__speaker-photo[data-v-783ed0ca] {
  flex: 0 0 auto;
}
.mevents-schedule__speaker-photo--link[data-v-783ed0ca],
.mevents-schedule__speaker-name--link[data-v-783ed0ca] {
  cursor: pointer;
}
.mevents-schedule__speaker-name--link[data-v-783ed0ca] {
  text-decoration: underline;
}

/* Inline so a long list of names wraps as text rather than as atomic boxes. */
.mevents-schedule__speaker-name[data-v-783ed0ca] {
  display: inline;
}
.mevents-schedule__speaker-image[data-v-783ed0ca] {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

/*
 * Zero-specificity defaults: the overlap and the ring that makes it read as
 * layering are both Elementor controls, and :where() guarantees the control
 * wins whichever order the stylesheets load in.
 */
:where(.mevents-schedule__speaker-photo[data-v-783ed0ca]:not(:first-child)) {
  margin-left: -12px;
}
:where(.mevents-schedule__speaker-image[data-v-783ed0ca]) {
  border: 2px solid #fff;
}
.mevents-schedule__location[data-v-783ed0ca] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mevents-schedule__location-icon[data-v-783ed0ca] {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

/* :deep, since v-html content carries no scope attribute. Sizes with the text. */
.mevents-schedule__location-icon[data-v-783ed0ca] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mevents-schedule__tags[data-v-783ed0ca] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mevents-schedule__tag[data-v-783ed0ca] {
  padding: 2px 8px;
}


.mevents-schedule__overlay[data-v-cca9b24c] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: rgba(0, 0, 0, 0.5);
}

/* Clips the tag list and button bar to the panel's rounded corners. */
.mevents-schedule__overlay-panel[data-v-cca9b24c] {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  max-height: 80vh;
  background: #ffffff;
  overflow: hidden;
}

/* Only this list scrolls, so the actions stay reachable with many tags. */
.mevents-schedule__overlay-tags[data-v-cca9b24c] {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  overflow-y: auto;
  padding: 20px;
  flex: 1 1 auto;
}
.mevents-schedule__overlay-actions[data-v-cca9b24c] {
  display: flex;
  gap: 12px;
  padding: 20px;
  flex: 0 0 auto;
}
.mevents-schedule__overlay-clear[data-v-cca9b24c],
.mevents-schedule__overlay-apply[data-v-cca9b24c] {
  flex: 1 1 0;
}
.mevents-schedule__overlay-tag[aria-pressed='false'][data-v-cca9b24c] {
  opacity: 0.75;
}

/* Zero-specificity default so the Elementor disabled-state controls win. */
:where(.mevents-schedule__overlay-clear[data-v-cca9b24c]:disabled, .mevents-schedule__overlay-apply[data-v-cca9b24c]:disabled) {
  opacity: 0.4;
  cursor: default;
}


.mevents-schedule[data-v-b24a8d88] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mevents-schedule__filters[data-v-b24a8d88] {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

/*
 * A percentage basis rather than auto: both children are content-sized, and
 * a theme's generous button padding would otherwise leave the search box
 * with barely half the row on a phone.
 */
.mevents-schedule__search[data-v-b24a8d88] {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 65%;
  min-width: 0;
}
.mevents-schedule__search-icon[data-v-b24a8d88] {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  opacity: 0.6;
}

/* Padding only, to clear the icon — the rest is the theme's input styling. */
.mevents-schedule__search-input[data-v-b24a8d88] {
  width: 100%;
  padding-left: 40px;
}
.mevents-schedule__tags-button[data-v-b24a8d88] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.mevents-schedule__tags-icon[data-v-b24a8d88] {
  width: 20px;
  height: 20px;
}

/* Padding gives the overlay scrollbar its own lane; the negative margin keeps
   it from adding to the row's spacing. */
.mevents-schedule__days[data-v-b24a8d88] {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
.mevents-schedule__day-pill[data-v-b24a8d88] {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* No theme has a "selected button" state, so opacity carries it. */
.mevents-schedule__day-pill[aria-pressed='false'][data-v-b24a8d88] {
  opacity: 0.55;
}
.mevents-schedule__summary-wrap[data-v-b24a8d88] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mevents-schedule__summary[data-v-b24a8d88] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Reads as a link, so the theme's button styling is reset. */
.mevents-schedule__clear[data-v-b24a8d88] {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: underline;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}
.mevents-schedule__active-tags[data-v-b24a8d88] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mevents-schedule__active-tag[data-v-b24a8d88] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
}

/* Optical centring — caps leave the line box's descender space empty. */
.mevents-schedule__active-tag-label[data-v-b24a8d88] {
  position: relative;
  top: 0.06em;
}
.mevents-schedule__active-tag-remove[data-v-b24a8d88] {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
.mevents-schedule__active-tag-remove svg[data-v-b24a8d88] {
  width: 18px;
  height: 18px;
  display: block;
}
.mevents-schedule__day-pill--empty[data-v-b24a8d88] {
  cursor: default;
}

/* Own wrapper so day-to-day spacing is separate from the widget's own rhythm. */
.mevents-schedule__day-groups[data-v-b24a8d88] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mevents-schedule__day-group[data-v-b24a8d88] {
  display: flex;
  flex-direction: column;
}

/* Flex column so the gap between sessions is controllable. */
.mevents-schedule__sessions[data-v-b24a8d88] {
  display: flex;
  flex-direction: column;
}
.mevents-schedule__day-header[data-v-b24a8d88] {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}
.mevents-schedule__day-heading[data-v-b24a8d88] {
  font-size: 1.25em;
  font-weight: 600;
}
.mevents-schedule__empty[data-v-b24a8d88] {
  padding: 40px 0;
  text-align: center;
}


.simple-ticket-selector[data-v-e5a3a256] {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.simple-ticket-selector__overlay[data-v-e5a3a256] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.simple-ticket-selector__spinner[data-v-e5a3a256] {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #333;
  border-radius: 50%;
  animation: spin-e5a3a256 1s linear infinite;
}
@keyframes spin-e5a3a256 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.simple-ticket-selector__product-list[data-v-e5a3a256] {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.simple-ticket-selector__product-item[data-v-e5a3a256] {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
.simple-ticket-selector__product-item[data-v-e5a3a256] {
    flex-direction: column;
    align-items: stretch;
}
}
.simple-ticket-selector__product-details[data-v-e5a3a256] {
  flex: 1;
}
.simple-ticket-selector__product-name[data-v-e5a3a256] {
  margin: 0 0 1rem 0;
  font-size: 26px;
  font-weight: 600;
}
.simple-ticket-selector__short-description[data-v-e5a3a256] {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.simple-ticket-selector__price[data-v-e5a3a256] {
  font-weight: 600;
  font-size: 1.25rem;
}
.simple-ticket-selector__quantity-selector[data-v-e5a3a256] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}
.simple-ticket-selector__quantity-btn[data-v-e5a3a256] {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  transition: opacity 0.2s, transform 0.1s;
  flex-shrink: 0;
}
.simple-ticket-selector__quantity-btn[data-v-e5a3a256]:hover:not(:disabled) {
  transform: scale(1.05);
}
.simple-ticket-selector__quantity-btn[data-v-e5a3a256]:active:not(:disabled) {
  transform: scale(0.95);
}
.simple-ticket-selector__quantity-btn[data-v-e5a3a256]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.simple-ticket-selector__quantity[data-v-e5a3a256] {
  min-width: 40px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.simple-ticket-selector__footer[data-v-e5a3a256] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.simple-ticket-selector__total[data-v-e5a3a256] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.simple-ticket-selector__total-label[data-v-e5a3a256] {
  /* Inherits from description typography by default */
}
.simple-ticket-selector__total-amount[data-v-e5a3a256] {
  font-size: 26px;
  font-weight: 600;
}
.simple-ticket-selector__submit-btn[data-v-e5a3a256] {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background-color: #000000;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.simple-ticket-selector__submit-btn[data-v-e5a3a256]:hover:not(:disabled) {
  background-color: #000000;
}
.simple-ticket-selector__submit-btn[data-v-e5a3a256]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 768px) {
.simple-ticket-selector__footer[data-v-e5a3a256] {
    flex-direction: column;
    align-items: stretch;
}
}

