/* === Frontend controls === */
:where(.my_conf-website,.my_conf-frontend,.my_conf-form,.my_conf-feedback-popover){
  --my-conf-control-primary:var(--color-site-primary-color,var(--my-conf-primary,#004761));
  --my-conf-control-secondary:var(--color-site-secondary-color,var(--my-conf-secondary,#33adb8));
  --my-conf-control-accent:var(--color-site-highlight-color-2,var(--my-conf-highlight-2,#d100a0));
  --my-conf-control-paper:#fff;
  --my-conf-control-shade:var(--color-site-shading-color-1,var(--my-conf-shading-1,#f6f8f9));
  --my-conf-control-line:#96a4ad;
  --my-conf-control-ink:#172c3b;
  --my-conf-control-muted:#61717c;
  font-family:var(--font-family,var(--my-conf-font-family,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif))
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form,.my_conf-feedback-popover) :where(button,input,select,textarea){
  border-radius:0!important;
  font-family:inherit
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(
  input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=hidden]),
  select,
  textarea
){
  box-sizing:border-box;
  width:100%;
  min-height:44px;
  padding:9px 11px;
  border:1px solid var(--my-conf-control-line);
  background:var(--my-conf-control-paper);
  color:var(--my-conf-control-ink);
  font-size:14px;
  line-height:1.35;
  box-shadow:none;
  transition:border-color .14s ease,box-shadow .14s ease,background .14s ease
}
:is(.my_conf-website,.my_conf-frontend,.my_conf-form) :is(
  input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=hidden]),
  select,
  textarea
){
  border-color:var(--my-conf-control-line);
  background-color:#fff;
  color:var(--my-conf-control-ink)
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) select{
  padding-right:38px;
  background-image:linear-gradient(45deg,transparent 50%,var(--my-conf-control-primary) 50%),linear-gradient(135deg,var(--my-conf-control-primary) 50%,transparent 50%);
  background-position:calc(100% - 16px) 18px,calc(100% - 11px) 18px;
  background-repeat:no-repeat;
  background-size:5px 5px,5px 5px;
  appearance:none
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) select[multiple]{
  min-height:132px;
  padding:5px;
  background-image:none
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) select[multiple] option{
  margin:2px 0;
  padding:8px 9px
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) select[multiple] option:checked{
  background:var(--my-conf-control-primary) linear-gradient(0deg,var(--my-conf-control-primary),var(--my-conf-control-primary));
  color:#fff
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(
  input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=hidden]),
  select,
  textarea
):is(:hover,:focus,:focus-within){
  border-color:var(--my-conf-control-secondary);
  outline:0;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--my-conf-control-secondary) 22%,transparent)
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(input,select,textarea):disabled{
  background:var(--my-conf-control-shade);
  color:var(--my-conf-control-muted);
  cursor:not-allowed;
  opacity:.72
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) input::placeholder,
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) textarea::placeholder{color:#82909a;opacity:1}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) input[type=file]{padding:5px}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) input[type=file]::file-selector-button{
  min-height:32px;
  margin-right:9px;
  padding:5px 10px;
  border:1px solid var(--my-conf-control-primary);
  background:var(--my-conf-control-shade);
  color:var(--my-conf-control-primary);
  font-weight:800;
  cursor:pointer
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) input[type=range]{
  height:22px;
  padding:0;
  accent-color:var(--my-conf-control-primary)
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(
  .my_conf-button,
  button[type=submit],
  input[type=submit],
  .my_conf-public-button
){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:44px;
  padding:9px 15px;
  border:1px solid var(--my-conf-control-primary);
  background:var(--my-conf-control-primary);
  color:#fff;
  font-size:13px;
  font-weight:850;
  line-height:1.2;
  text-decoration:none;
  cursor:pointer;
  transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(.my_conf-button,button[type=submit],input[type=submit],.my_conf-public-button):is(:hover,:focus-visible){
  border-color:var(--my-conf-control-secondary);
  background:var(--my-conf-control-secondary);
  color:var(--my-conf-control-ink);
  outline:0;
  transform:translateY(-1px)
}
:is(.my_conf-website,.my_conf-frontend,.my_conf-form) :is(.my_conf-button,button[type=submit],input[type=submit],.my_conf-public-button):not(.my_conf-button--secondary):not(.my_conf-button--danger):not(.my_conf-button--icon){
  border-color:var(--my-conf-control-primary);
  background:var(--my-conf-control-primary);
  color:#fff
}
:is(.my_conf-website,.my_conf-frontend,.my_conf-form) :is(.my_conf-button,button[type=submit],input[type=submit],.my_conf-public-button):not(.my_conf-button--secondary):not(.my_conf-button--danger):not(.my_conf-button--icon):is(:hover,:focus-visible){
  border-color:color-mix(in srgb,var(--my-conf-control-primary) 78%,#000);
  background:color-mix(in srgb,var(--my-conf-control-primary) 78%,#000);
  color:#fff
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(button,input[type=submit]):disabled{
  transform:none;
  cursor:not-allowed;
  opacity:.55
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) .my_conf-button--secondary{
  background:#fff;
  color:var(--my-conf-control-primary)
}
:is(.my_conf-website,.my_conf-frontend,.my_conf-form) .my_conf-button--secondary{
  border-color:var(--my-conf-control-primary);
  background:#fff;
  color:var(--my-conf-control-primary)
}
:is(.my_conf-website,.my_conf-frontend,.my_conf-form) .my_conf-button--secondary:is(:hover,:focus-visible){
  border-color:var(--my-conf-control-primary);
  background:#eef4f6;
  color:var(--my-conf-control-primary)
}
:is(.my_conf-website,.my_conf-frontend,.my_conf-form) .my_conf-button--danger{
  border-color:#a4262c;
  background:#a4262c;
  color:#fff
}
:is(.my_conf-website,.my_conf-frontend,.my_conf-form) .my_conf-button--danger:is(:hover,:focus-visible){
  border-color:#781d22;
  background:#781d22;
  color:#fff
}
:is(.my_conf-website,.my_conf-frontend,.my_conf-form) .my_conf-button--icon{
  flex:0 0 44px;
  width:44px;
  height:44px;
  min-height:44px;
  padding:0;
  border-color:var(--my-conf-control-line);
  background:#fff;
  color:var(--my-conf-control-primary)
}
:is(.my_conf-website,.my_conf-frontend,.my_conf-form) .my_conf-button--icon:is(:hover,:focus-visible){
  border-color:var(--my-conf-control-primary);
  background:#eef4f6;
  color:var(--my-conf-control-primary)
}
:is(.my_conf-website,.my_conf-frontend,.my_conf-form) .my_conf-button>.dashicons{
  color:inherit
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) .select2-container{box-sizing:border-box;max-width:100%;font-family:inherit}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) .select2-container .select2-selection{
  min-height:44px;
  border:1px solid var(--my-conf-control-line);
  border-radius:0!important;
  background:#fff
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) .select2-container .select2-selection__rendered{padding:7px 38px 7px 10px;color:var(--my-conf-control-ink);line-height:28px}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) .select2-container .select2-selection__arrow{top:8px;right:8px}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) .select2-container--focus .select2-selection{border-color:var(--my-conf-control-secondary);box-shadow:0 0 0 3px color-mix(in srgb,var(--my-conf-control-secondary) 22%,transparent)}
body.my_conf-website-active .select2-dropdown{
  z-index:100600;
  border:1px solid var(--color-site-secondary-color,#33adb8);
  border-radius:0;
  background:#fff;
  color:var(--color-site-text-color,#172c3b);
  font-family:var(--font-family,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);
  box-shadow:0 14px 32px rgba(7,28,39,.2)
}
body.my_conf-website-active .select2-results__option{padding:9px 11px}
body.my_conf-website-active .select2-results__option--highlighted,
body.my_conf-website-active .select2-results__option[aria-selected=true]{
  background:color-mix(in srgb,var(--color-site-secondary-color,#33adb8) 18%,#fff);
  color:var(--color-site-primary-color,#004761)
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(.ui-datepicker,.flatpickr-calendar){
  z-index:100600;
  box-sizing:border-box;
  padding:8px;
  border:1px solid var(--my-conf-control-secondary);
  border-radius:0!important;
  background:#fff;
  color:var(--my-conf-control-ink);
  font-family:inherit;
  box-shadow:0 16px 38px rgba(7,28,39,.22)
}
body.my_conf-website-active :where(.ui-datepicker,.flatpickr-calendar){
  z-index:100600;
  border:1px solid var(--color-site-secondary-color,#33adb8);
  border-radius:0;
  font-family:var(--font-family,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);
  box-shadow:0 16px 38px rgba(7,28,39,.22)
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) .ui-datepicker-header{
  border:0;
  border-radius:0;
  background:var(--my-conf-control-primary);
  color:#fff
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(.ui-datepicker-calendar a,.flatpickr-day){
  display:grid;
  min-width:32px;
  min-height:32px;
  place-items:center;
  border:0;
  border-radius:0!important;
  background:transparent;
  color:var(--my-conf-control-ink);
  text-decoration:none
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(.ui-datepicker-calendar a,.flatpickr-day):is(:hover,.ui-state-active,.selected){
  background:var(--my-conf-control-secondary);
  color:var(--my-conf-control-ink)
}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form,.my_conf-feedback-popover) :where(dialog,[role=dialog]){font-family:inherit}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(fieldset){border:1px solid var(--my-conf-control-line);background:#fff}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(legend,label>span:first-child){color:var(--my-conf-control-ink);font-weight:800}
:where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(small,.description){color:var(--my-conf-control-muted)}
@media(max-width:600px){
  :where(.my_conf-website,.my_conf-frontend,.my_conf-form) :where(.my_conf-button,button[type=submit],input[type=submit]){min-height:46px}
}
@media(prefers-reduced-motion:reduce){
  :where(.my_conf-website,.my_conf-frontend,.my_conf-form) *{scroll-behavior:auto;transition:none!important}
}

/* === Frontend form layout === */
.my_conf-form {
  color: #1d2327;
  width: 100%;
  border: 1px solid var(--my-conf-shading-2);
  background: var(--my-conf-third);
  padding: clamp(14px, 3vw, 28px);
}
.my_conf-form * {
  box-sizing: border-box;
}
.my_conf-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 14px;
}
.my_conf-form input,
.my_conf-form select,
.my_conf-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--my-conf-shading-2);
  background: #fff;
  font: inherit;
}
.my_conf-form textarea {
  min-height: 180px;
  resize: vertical;
}
.my_conf-form input:focus,
.my_conf-form select:focus,
.my_conf-form textarea:focus {
  outline: 3px solid
    color-mix(in srgb, var(--my-conf-secondary) 25%, transparent);
  border-color: var(--my-conf-secondary);
}
.my_conf-form__steps {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.my_conf-form__steps button {
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--my-conf-shading-2);
  background: var(--my-conf-shading-1);
  cursor: pointer;
}
.my_conf-form__steps button.is-active {
  color: #fff;
  background: var(--my-conf-primary);
  border-color: var(--my-conf-primary);
}
.my_conf-form__step {
  display: none;
}
.my_conf-form__step.is-active {
  display: block;
}
.my_conf-form .my_conf-form__actions {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 0 0;
  background: linear-gradient(to bottom, transparent, var(--my-conf-third) 18%);
}
.my_conf-form__actions button {
  min-height: 44px;
  padding: 0.65rem 1rem;
  border: 1px solid var(--my-conf-primary);
  background: #fff;
  color: var(--my-conf-primary);
  cursor: pointer;
}
.my_conf-form__actions [data-my-conf-submit],
.my_conf-form__actions button[type="submit"] {
  color: #fff;
  background: var(--my-conf-primary);
}
.my_conf-preview {
  background: var(--my-conf-shading-1);
  border-left: 4px solid var(--my-conf-secondary);
  padding: 16px;
  margin: 14px 0;
  overflow-wrap: anywhere;
}
.my_conf-checkbox {
  display: flex;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
}
.my_conf-form__messages .is-error {
  color: var(--my-conf-closing);
}
.my_conf-form__messages .is-success {
  color: var(--my-conf-opening);
}
.my_conf-content-restriction {
  padding: 18px;
  border: 1px solid var(--my-conf-shading-2);
  border-left: 4px solid var(--my-conf-secondary);
  background: var(--my-conf-shading-1);
  font-family: var(--my-conf-font-family);
}
.my_conf-content-restriction__excerpt {
  margin-bottom: 14px;
  opacity: 0.82;
  font-family: var(--my-conf-font-family);
}
@media (max-width: 782px) {
  .my_conf-form .my_conf-grid--2 {
    grid-template-columns: 1fr;
  }
  .my_conf-form__steps {
    display: grid;
    grid-template-columns: 1fr;
  }
  .my_conf-form__actions {
    justify-content: stretch;
  }
  .my_conf-form__actions button {
    flex: 1 1 45%;
  }
}
@media (max-width: 480px) {
  .my_conf-form {
    padding: 12px;
    border-left: 0;
    border-right: 0;
  }
  .my_conf-form__actions button {
    flex-basis: 100%;
  }
}
.my_conf-registration-form {
  width: min(100%, var(--my-conf-registration-content-width, 1180px));
  margin-inline: auto;
  padding: 0;
  border: 0;
  background: 0 0;
  container: my-conf-registration / inline-size;
}

.my_conf-external-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.my_conf-external-booking-receipt { max-width: 880px; margin: 24px auto; }
.my_conf-external-payment { display: grid; gap: 12px; margin-top: 20px; }
.my_conf-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(18px, 2.5vw, 30px);
  align-items: start;
}
.my_conf-checkout-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}
.my_conf-form-card {
  color: #1d2327;
  margin: 0;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid var(--my-conf-shading-2);
  background: var(--my-conf-third, #fff);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--my-conf-primary, #004761) 7%, transparent);
}
.my_conf-form-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 16px;
}
.my_conf-form-card__header h3 {
  margin: 2px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.2;
}
.my_conf-form .my_conf-eyebrow {
  display: block;
  color: #646970;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.my_conf-help {
  position: relative;
  display: inline-block;
  align-self: center;
  flex: 0 0 20px;
  width: 20px;
  min-width: 20px;
  height: 1em;
  min-height: 0;
  border: 0;
  background: transparent;
  color: #50575e;
  font-style: normal;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
  cursor: help;
}
.my_conf-help::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid #8c8f94;
  color: #50575e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
.my_conf-help:is(:hover, :focus-visible, [aria-expanded="true"])::before {
  border-color: var(--my-conf-accent, #168c99);
  color: var(--my-conf-accent-dark, #0d6771);
}
.my_conf-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}
.my_conf-selection-group {
  display: grid;
  gap: 14px;
  margin: 0 0 20px;
  padding: clamp(16px, 2.4vw, 24px);
  border: 1px solid color-mix(in srgb, var(--my-conf-accent, #168c99) 42%, #dcdcde);
  border-left: 6px solid var(--my-conf-accent, #168c99);
  border-radius: var(--my-conf-radius, 8px);
  background: color-mix(in srgb, var(--my-conf-accent, #168c99) 5%, #fff);
}
.my_conf-selection-group > header,
.my_conf-selection-group > footer,
.my_conf-selection-group__state,
.my_conf-selection-group__preferences > label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.my_conf-selection-group h4 { margin: 2px 0 0; font-size: 1.2rem; }
.my_conf-selection-group p { margin: 0; }
.my_conf-selection-group__description > :first-child { margin-top: 0; }
.my_conf-selection-group__description > :last-child { margin-bottom: 0; }
.my_conf-selection-group__preferences { display: grid; gap: 8px; }
.my_conf-selection-group__preferences > label {
  padding: 10px 12px;
  border: 1px solid var(--my-conf-shading-2, #dcdcde);
  border-radius: 6px;
  background: #fff;
}
.my_conf-selection-group__preferences > label > span { display: grid; gap: 2px; min-width: 0; }
.my_conf-selection-group__preferences select { min-width: 150px; }
.my_conf-selection-group__state {
  justify-content: flex-start;
  padding: 12px 14px;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--my-conf-shading-2, #dcdcde);
}
.my_conf-selection-group__state > div { display: grid; gap: 3px; flex: 1 1 auto; }
.my_conf-selection-group__state-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 8px; }
.my_conf-selection-group__state.is-offered { box-shadow: inset 0 0 0 2px var(--my-conf-accent, #168c99); }
.my_conf-selection-group__state.is-accepted { box-shadow: inset 0 0 0 2px #2e7d32; }
.my_conf-selection-group > footer > div { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 680px) {
  .my_conf-selection-group > header,
  .my_conf-selection-group > footer,
  .my_conf-selection-group__state,
  .my_conf-selection-group__preferences > label { align-items: stretch; flex-direction: column; }
  .my_conf-selection-group__state-actions { width: 100%; }
  .my_conf-selection-group__state-actions > .my_conf-button { flex: 1 1 180px; }
  .my_conf-selection-group__preferences select { width: 100%; }
}
.my_conf-public-product-group.is-product-choice-group {
  border-top: 4px solid var(--my-conf-primary, #004761);
  background: #fff;
}
.my_conf-public-product-group.is-product-choice-group > header {
  align-items: end;
}
.my_conf-product-choice-group__description {
  margin: 0 0 10px;
  color: var(--my-conf-public-muted, #50575e);
}
.my_conf-product-choice-group__description > :first-child { margin-top: 0; }
.my_conf-product-choice-group__description > :last-child { margin-bottom: 0; }
.my_conf-product-choice-group__rule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
  padding: 9px 12px;
  border-left: 3px solid var(--my-conf-accent, #168c99);
  background: var(--my-conf-shading-1, #f6f7f7);
  font-size: 0.84rem;
}
.my_conf-product-choice-group__rule > strong {
  flex: 0 0 auto;
  white-space: nowrap;
}
.my_conf-product-grid.is-product-choice-list {
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}
.my_conf-product-grid.is-product-choice-list .my_conf-product-card.is-product-choice-row {
  overflow: visible;
  border-color: var(--my-conf-shading-2, #dcdcde);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.my_conf-product-grid.is-product-choice-list .my_conf-product-card.is-product-choice-row.has-image {
  grid-template-columns: minmax(110px, 16%) minmax(0, 1fr);
}
.my_conf-product-grid.is-product-choice-list .my_conf-product-card.is-product-choice-row:is(:hover, :focus-within) {
  border-color: var(--my-conf-accent, #168c99);
  box-shadow: inset 3px 0 0 var(--my-conf-accent, #168c99);
  transform: none;
}
.my_conf-product-card.is-product-choice-row > .my_conf-product-card__select {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.my_conf-product-card.is-product-choice-row .my_conf-product-card__media {
  min-height: 128px;
  max-height: 190px;
}
.my_conf-product-card.is-product-choice-row .my_conf-product-card__body,
.my_conf-product-card.is-product-choice-row.has-image .my_conf-product-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: start;
  gap: 7px 16px;
  padding: 14px 16px;
}
.my_conf-product-card.is-product-choice-row .my_conf-product-card__body > :not(.my_conf-product-card__meta, .my_conf-product-choice-row__action, .my_conf-waitlist-button) {
  grid-column: 1 / -1;
}
.my_conf-product-card.is-product-choice-row .my_conf-product-card__title {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 14px;
}
.my_conf-product-choice-row__type {
  grid-column: 1 / -1;
  color: var(--my-conf-public-muted, #646970);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.my_conf-product-card.is-product-choice-row .my_conf-product-card__title > span {
  grid-column: 2;
  grid-row: 2;
}
.my_conf-product-card.is-product-choice-row .my_conf-product-card__title > strong {
  grid-column: 1;
  grid-row: 2;
}
.my_conf-product-choice-row__excerpt {
  max-width: 82ch;
}
.my_conf-product-card.is-product-choice-row .my_conf-product-card__meta {
  align-self: center;
  margin: 0;
}
.my_conf-product-choice-row__action,
.my_conf-product-card.is-product-choice-row > .my_conf-product-card__body > .my_conf-waitlist-button {
  grid-column: 2;
  justify-self: end;
  align-self: end;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .my_conf-product-choice-group__rule { align-items: stretch; flex-direction: column; }
  .my_conf-product-choice-group__rule > strong { white-space: normal; }
  .my_conf-product-grid.is-product-choice-list .my_conf-product-card.is-product-choice-row.has-image { grid-template-columns: 1fr; }
  .my_conf-product-card.is-product-choice-row .my_conf-product-card__media { max-height: 210px; }
  .my_conf-product-card.is-product-choice-row .my_conf-product-card__body,
  .my_conf-product-card.is-product-choice-row.has-image .my_conf-product-card__body { grid-template-columns: 1fr; }
  .my_conf-product-card.is-product-choice-row .my_conf-product-card__meta,
  .my_conf-product-choice-row__action,
  .my_conf-product-card.is-product-choice-row > .my_conf-product-card__body > .my_conf-waitlist-button { grid-column: 1; justify-self: stretch; }
}
.my_conf-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--my-conf-shading-2);
  background: #fff;
  transition:
    border-color 0.15s,
    box-shadow 0.15s,
    transform 0.15s;
}
.my_conf-product-card.has-image {
  display: grid;
  grid-template-columns: minmax(150px, 24%) minmax(0, 1fr);
}
.my_conf-product-card:is(:hover, :focus-within) {
  border-color: #8c8f94;
  box-shadow: 0 12px 28px rgba(0, 42, 57, 0.12);
  transform: translateY(-3px);
}
.my_conf-product-card.is-selected {
  border-color: var(--my-conf-primary);
  box-shadow: inset 4px 0 0 var(--my-conf-primary);
}
.my_conf-product-card.is-dependency-locked {
  border-color: color-mix(in srgb, var(--my-conf-secondary, #c47a2c) 35%, var(--my-conf-shading-2));
  background: color-mix(in srgb, #fff 94%, var(--my-conf-secondary, #c47a2c));
}
.my_conf-product-card.is-dependency-locked:is(:hover, :focus-within) {
  box-shadow: 0 6px 16px rgba(0, 42, 57, 0.07);
  transform: none;
}
.my_conf-product-card.is-dependency-locked .my_conf-product-card__select > span:not(.screen-reader-text) {
  cursor: not-allowed;
  background: var(--my-conf-shading-1, #f6f7f7);
}
.my_conf-product-card__select {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  display: block;
  margin: 0;
}
.my_conf-product-card__select input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  min-height: 0;
}
.my_conf-product-card__select > span:not(.screen-reader-text) {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 2px solid #8c8f94;
  background: #fff;
}
.my_conf-product-card__select input:checked + span {
  border-color: var(--my-conf-primary);
  background: var(--my-conf-primary);
}
.my_conf-product-card__select input:checked + span::after {
  content: "✓";
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}
.my_conf-product-card__select input:focus-visible + span {
  outline: 3px solid
    color-mix(in srgb, var(--my-conf-secondary) 30%, transparent);
  outline-offset: 2px;
}
.my_conf-product-card__select input:disabled + span {
  border-style: dashed;
  border-color: #8c8f94;
  background: var(--my-conf-shading-1, #f6f7f7);
  cursor: not-allowed;
  opacity: 0.82;
}
.my_conf-product-card__media {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--my-conf-shading-1, #f6f7f7);
  aspect-ratio: auto;
}
.my_conf-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.my_conf-product-card:is(:hover, :focus-within) .my_conf-product-card__media img { transform: scale(1.045); }
.my_conf-product-card__media figcaption {
  position: absolute;
  right: 7px;
  bottom: 6px;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  font-size: 0.68rem;
}
.my_conf-product-card__body {
  padding: 18px 18px 18px 54px;
}
.my_conf-product-card.has-image .my_conf-product-card__body { padding: 18px; }
.my_conf-product-card__title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px 14px;
}
.my_conf-product-card__title strong {
  min-width: 0;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}
.my_conf-product-card__title > span {
  justify-self: end;
  color: var(--my-conf-primary);
  font-weight: 700;
  white-space: nowrap;
}
.my_conf-product-card__body p {
  margin: 0.55rem 0;
  color: #50575e;
  font-size: 0.9rem;
}
.my_conf-product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  color: #646970;
  font-size: 0.78rem;
}
.my_conf-product-days {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 12px;
  border: 1px solid var(--my-conf-shading-2, #dcdcde);
  background: var(--my-conf-shading-1, #f6f7f7);
}
.my_conf-product-days > legend {
  padding-inline: 5px;
  color: var(--my-conf-public-deep, #1d2327);
  font-size: 0.86rem;
  font-weight: 700;
}
.my_conf-product-days > p { margin: 0; }
.my_conf-product-days__options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 165px), 1fr));
  gap: 7px;
}
.my_conf-product-day {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid var(--my-conf-shading-2, #dcdcde);
  background: #fff;
  cursor: pointer;
}
.my_conf-product-day:has(input:checked) {
  border-color: var(--my-conf-accent, #168c99);
  box-shadow: inset 3px 0 0 var(--my-conf-accent, #168c99);
}
.my_conf-product-day:has(input:focus-visible) {
  outline: 2px solid var(--my-conf-primary, #004761);
  outline-offset: 2px;
}
.my_conf-product-day > input {
  width: auto;
  min-height: 0;
  margin: 0;
  accent-color: var(--my-conf-accent, #168c99);
}
.my_conf-product-day > span { display: grid; gap: 1px; min-width: 0; }
.my_conf-product-day small { color: var(--my-conf-public-muted, #646970); font-size: 0.75rem; }
.my_conf-product-day.is-unavailable { opacity: 0.58; cursor: not-allowed; }
.my_conf-product-days__status { min-height: 1.2em; color: var(--my-conf-public-muted, #646970); font-weight: 600; }
.my_conf-product-days__status.is-error { color: #8a2424; }
.my_conf-product-guests {
  display: block;
  margin: 12px 0 0;
  padding: 0;
  border: 1px solid var(--my-conf-shading-2, #dcdcde);
  background: var(--my-conf-shading-1, #f6f7f7);
}
.my_conf-product-guests > legend {
  padding: 0 5px;
  color: #2c3338;
  font-size: 0.86rem;
  font-weight: 700;
}
.my_conf-product-guest-option + .my_conf-product-guest-option {
  padding-top: 9px;
  border-top: 1px solid var(--my-conf-shading-2, #dcdcde);
}
.my_conf-product-guest-option__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}
.my_conf-product-guest-option__header > div:not(.my_conf-quantity-stepper) {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.my_conf-product-guest-option__header small {
  color: var(--my-conf-public-muted, #646970);
}
.my_conf-product-guest-option__header .my_conf-button {
  flex: 0 0 auto;
  min-height: 40px;
}
.my_conf-product-guest-option [data-attendee-details] {
  margin-top: 12px;
}
.my_conf-guest-person {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 7px 8px;
  border: 1px solid var(--my-conf-shading-2, #dcdcde);
  border-left: 3px solid var(--my-conf-accent, #168c99);
  background: #fff;
}
.my_conf-guest-person + .my_conf-guest-person { margin-top: 0; }
.my_conf-guest-person > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.my_conf-guest-person > header > div { display: flex; align-items: center; gap: 8px; }
.my_conf-guest-person > header > div > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  background: var(--my-conf-primary, #004761);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
}
.my_conf-guest-person > header .my_conf-button { min-height: 36px; }
.my_conf-field {
  min-width: 0;
  margin: 0;
}
.my_conf-field > span:first-child {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}
.my_conf-field.is-sensitive {
  padding: 10px;
  border-left: 3px solid #b32d2e;
  background: #fff8f8;
}
.my_conf-form .my_conf-checkbox-line {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
}
.my_conf-form .my_conf-checkbox-line em {
  font-style: normal;
}
.my_conf-checkout-summary {
  position: sticky;
  top: 28px;
  min-width: 0;
}
.my_conf-checkout-summary__inner {
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid var(--my-conf-shading-2);
  border-top: 6px solid var(--my-conf-primary);
  background: var(--my-conf-third, #fff);
  box-shadow: 0 18px 44px color-mix(in srgb, var(--my-conf-primary, #004761) 14%, transparent);
}
.my_conf-checkout-summary h3 {
  margin: 3px 0 13px;
}
.my_conf-checkout-summary .my_conf-preview {
  margin: 0 0 13px;
  padding: 0;
  border: 0;
  background: 0 0;
}
.my_conf-checkout-summary button {
  width: 100%;
  min-height: 44px;
  margin-top: 8px;
  padding: 0.65rem 0.85rem;
  cursor: pointer;
}
.my_conf-button--primary {
  border: 1px solid var(--my-conf-primary);
  background: var(--my-conf-primary);
  color: #fff;
}
.my_conf-button--secondary {
  border: 1px solid var(--my-conf-primary);
  background: #fff;
  color: var(--my-conf-primary);
}
.my_conf-summary-items {
  display: grid;
  gap: 0;
}
.my_conf-summary-items > div,
.my_conf-summary-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.my_conf-summary-items > div { padding: 10px 0; border-bottom: 1px solid var(--my-conf-shading-2, #dcdcde); }
.my_conf-summary-items > div span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.my_conf-summary-items > div span small { display: block; margin-top: 2px; color: #646970; }
.my_conf-summary-items > div strong {
  flex: 0 0 auto;
}
.my_conf-summary-total {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 2px solid var(--my-conf-primary, #004761);
  font-size: 1.15rem;
}
@media (max-width: 960px) {
  .my_conf-checkout-layout {
    grid-template-columns: 1fr;
  }
  .my_conf-checkout-summary {
    position: static;
  }
}
@media (max-width: 782px) {
  .my_conf-form-card,
.my_conf-checkout-summary__inner {
    padding: 14px;
  }
  .my_conf-product-card.has-image { grid-template-columns: minmax(120px, 32%) minmax(0, 1fr); }
}
@media (max-width: 480px) {
  .my_conf-registration-form { width: 100%; }
  .my_conf-product-card.has-image { display: block; }
  .my_conf-product-card.has-image .my_conf-product-card__media { min-height: 150px; aspect-ratio: 16 / 8; }
  .my_conf-product-card__body,
  .my_conf-product-card.has-image .my_conf-product-card__body { padding: 16px; }
  .my_conf-product-card:not(.has-image) .my_conf-product-card__body { padding-left: 52px; }
  .my_conf-product-card__title {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
  .my_conf-product-card__title > span {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    white-space: nowrap;
  }
  .my_conf-product-card__title .my_conf-quantity-stepper { grid-column: 1; grid-row: 2; justify-self: start; }
  .my_conf-form-card,
.my_conf-checkout-summary__inner {
    border-left: 0;
    border-right: 0;
  }
  .my_conf-product-guest-option__header { align-items: stretch; flex-direction: column; }
  .my_conf-product-guest-option__header .my_conf-button { width: 100%; }
  .my_conf-guest-person { padding: 12px; }
  .my_conf-guest-person .my_conf-span-6 { grid-column: 1 / -1; }
  .my_conf-checkout-summary button { min-height: 48px; }
}

/* Compact, phase-aware ticket selection. Quantity and companion counts use
   the same touch-safe stepper contract on desktop and phones. */
.my_conf-quantity-stepper {
  display: inline-grid;
  grid-template-columns: 34px minmax(30px, auto) 34px;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  border: 1px solid var(--my-conf-shading-2, #dcdcde);
  background: #fff;
}
.my_conf-quantity-stepper .my_conf-button {
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.05rem;
}
.my_conf-quantity-stepper output {
  min-width: 30px;
  padding-inline: 4px;
  color: var(--my-conf-primary, #004761);
  font-weight: 800;
  text-align: center;
}
.my_conf-product-guests__toggle {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  width: 100%;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 8px 11px;
  border: 0;
  text-align: left;
}
.my_conf-product-guests__toggle > span:nth-child(2) { display: grid; gap: 1px; }
.my_conf-product-guests__toggle small { color: var(--my-conf-public-muted, #646970); font-weight: 400; }
.my_conf-product-guests__toggle[aria-expanded="true"] > .dashicons:last-child { transform: rotate(180deg); }
.my_conf-product-guests__body { padding: 0 11px 8px; }
.my_conf-product-guest-option {
  padding: 9px 0;
  border-top: 1px solid var(--my-conf-shading-2, #dcdcde);
}
.my_conf-product-guest-option__header p { margin: 2px 0 0; font-size: .78rem; }
.my_conf-guest-person-list { display: grid; gap: 5px; margin-top: 7px; }
.my_conf-guest-person > span { display: grid; min-width: 0; }
.my_conf-guest-person small { overflow: hidden; color: var(--my-conf-public-muted, #646970); text-overflow: ellipsis; white-space: nowrap; }
.my_conf-guest-person.is-incomplete { border-left-color: var(--my-conf-secondary, #c47a2c); }
.my_conf-guest-person .my_conf-button { min-height: 34px; }
.my_conf-product-card.is-inheriting-guests .my_conf-product-guests { opacity: .55; pointer-events: none; }
.my_conf-guest-address { padding: 12px; border: 1px solid var(--my-conf-shading-2, #dcdcde); }
.my_conf-guest-address legend { padding-inline: 5px; font-weight: 700; }

.my_conf-submission-form--compact {
  max-width: 1180px;
  margin-inline: auto;
  padding: 0;
  border: 0;
  background: 0 0;
}
.my_conf-submission-form--compact .my_conf-form__step {
  gap: 14px;
}
.my_conf-form-card__intro {
  margin: -6px 0 14px;
  color: #646970;
}
.my_conf-author-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.my_conf-author-row {
  border: 1px solid var(--my-conf-shading-2);
  background: #fff;
}
.my_conf-author-row__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--my-conf-shading-2);
  background: var(--my-conf-shading-1);
}
.my_conf-author-row__head > div {
  display: flex;
  gap: 4px;
}
.my_conf-author-row .my_conf-field-grid {
  padding: 12px;
}
.my_conf-icon-button {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid #c3c4c7;
  background: #fff;
  cursor: pointer;
}
.my_conf-icon-button:focus,
.my_conf-icon-button:hover {
  border-color: var(--my-conf-primary);
  color: var(--my-conf-primary);
}
.my_conf-icon-button.is-danger {
  color: #b32d2e;
}
.my_conf-icon-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.my_conf-author-flags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding-top: 25px;
}
.my_conf-author-flags label {
  display: flex;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-weight: 500;
}
.my_conf-author-flags input {
  width: auto;
  min-height: 0;
}
.my_conf-form .my_conf-form__actions--sticky {
  z-index: 30;
  padding: 12px;
  border: 1px solid var(--my-conf-shading-2);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}
@media (max-width: 782px) {
  .my_conf-author-row .my_conf-field-grid {
    padding: 10px;
  }
  .my_conf-author-flags {
    padding-top: 0;
  }
  .my_conf-form-card__header {
    align-items: center;
  }
}
.my_conf-public-committees {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.my_conf-public-committee h2 {
  margin-bottom: 0.75rem;
}
.my_conf-public-committee ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.my_conf-public-committee li {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid currentColor;
  border-color: rgba(127, 127, 127, 0.25);
}
.my_conf-committee-member__name {
  font-weight: 700;
}
.my_conf-committee-member__affiliation,
.my_conf-committee-member__role {
  font-size: 0.9em;
  opacity: 0.75;
  margin-top: 0.2rem;
}
.my_conf-form *,
.my_conf-frontend *,
.my_conf-registration-form * {
  border-radius: 0;
}
.my_conf-product-card.is-sold-out {
  background: color-mix(in srgb, #fff 88%, var(--my-conf-shading-1));
}
.my_conf-product-card__availability {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 12px;
  padding: 9px 11px;
  border-left: 4px solid var(--my-conf-secondary, #c47a2c);
  background: color-mix(in srgb, var(--my-conf-secondary, #c47a2c) 10%, #fff);
  color: var(--my-conf-public-deep, #1d2327);
}
.my_conf-product-card__availability .dashicons { flex: 0 0 20px; margin-top: 1px; }
.my_conf-waitlist-button {
  margin-top: 12px;
  width: 100%;
}
.my_conf-responsive-span {
  grid-column: span var(--my-conf-form-col-desktop, 12);
  min-width: 0;
}
.my_conf-consent-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 10px;
  border: 1px solid var(--my-conf-shading-2, #dcdcde);
  background: var(--my-conf-shading-1, #f6f7f7);
}
.my_conf-consent-row input {
  margin-top: 3px;
}
.my_conf-consent-row small,
.my_conf-consent-row strong {
  display: block;
}
.my_conf-consent-row small {
  margin-top: 4px;
  color: #646970;
}
.my_conf-consent-row a {
  margin-left: 4px;
}
@media (max-width: 960px) {
  .my_conf-responsive-span {
    grid-column: span var(--my-conf-form-col-tablet, 12);
  }
}
@media (max-width: 600px) {
  .my_conf-responsive-span {
    grid-column: span var(--my-conf-form-col-mobile, 12);
  }
}
.my_conf-abstract-first-author {
  margin-bottom: 20px;
}
.my_conf-form-card__subheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0 10px;
}
.my_conf-form-card__subheader h4,
.my_conf-abstract-first-author h4 {
  margin: 0;
}

/* Registration catalogue and checkout share one bounded public contract. */
.my_conf-registration-phase-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
  padding: clamp(14px, 2vw, 22px);
  color: #fff;
  background: linear-gradient(115deg, var(--my-conf-primary, #004761), var(--my-conf-accent, #168c99));
  border-left: 6px solid var(--my-conf-secondary, #c47a2c);
}
.my_conf-registration-phase-banner > .dashicons { flex: 0 0 32px; width: 32px; height: 32px; font-size: 32px; }
.my_conf-registration-phase-banner > div { min-width: 0; flex: 1; }
.my_conf-registration-phase-banner :is(small,strong,p) { display: block; margin: 0; color: inherit; }
.my_conf-registration-phase-banner strong { font-size: clamp(1.05rem, 2vw, 1.35rem); }
.my_conf-registration-phase-banner p { margin-top: 3px; opacity: 0.86; }
.my_conf-registration-phase-banner .my_conf-button { flex: 0 0 auto; border-color: #fff; background: #fff; color: var(--my-conf-primary, #004761); }
.my_conf-registration-terms {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin-top: 14px;
  padding: 13px;
  border: 1px solid var(--my-conf-shading-2, #dcdcde);
  background: var(--my-conf-shading-1, #f6f7f7);
}
.my_conf-registration-price-legal { margin: 8px 0 0; padding: 10px 12px; border-left: 4px solid #dba617; background: #fff8e5; }
.my_conf-registration-fees { --my-conf-fee-surface: var(--my-conf-public-surface, var(--my-conf-third, #fff)); --my-conf-fee-line: var(--my-conf-public-line, var(--my-conf-shading-2, #dcdcde)); --my-conf-fee-single-width: 920px; --my-conf-fee-pair-width: 1180px; display: grid; width: min(100%, 1240px); margin-inline: auto; gap: clamp(22px, 4vw, 44px); color: var(--my-conf-public-deep, inherit); font-family: inherit; }
.my_conf-registration-state {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, var(--my-conf-fee-pair-width, 1180px));
  margin: 0;
  padding: 12px 15px;
  border: 1px solid var(--my-conf-shading-2, #dcdcde);
  border-left: 6px solid currentColor;
  background: var(--my-conf-third, #fff);
  color: var(--my-conf-primary, #004761);
}
.my_conf-registration-state > .dashicons { flex: 0 0 20px; }
.my_conf-registration-state > div { display: grid; gap: 2px; }
.my_conf-registration-state :is(strong,small) { color: inherit; }
.my_conf-registration-state small { opacity: .78; }
.my_conf-registration-state.is-open { color: var(--my-conf-success, #137333); }
.my_conf-registration-state:is(.is-upcoming,.is-waitlist) { color: var(--my-conf-secondary, #8a4b08); }
.my_conf-registration-state.is-closed { color: var(--my-conf-error, #b32d2e); }
.my_conf-registration-form > .my_conf-registration-state { margin-bottom: 18px; }
.my_conf-module-style--registration_fees,
.my_conf-registration-fees-section > .my_conf-public-width { min-width: 0; container: my-conf-fees / inline-size; }
.my_conf-billing-intro { margin: -4px 0 16px; color: #50575e; }
.my_conf-billing-source-summary { display: grid; gap: 3px; padding: 12px 14px; border-left: 4px solid var(--my-conf-accent, #168c99); background: var(--my-conf-shading-1, #f6f7f7); }
.my_conf-billing-source-summary span { color: #50575e; overflow-wrap: anywhere; }
.my_conf-registration-form [data-billing-core][readonly] { border-color: #c3c4c7; background: #f6f7f7; color: #3c434a; cursor: default; }
.my_conf-registration-form [data-billing-core][readonly]:focus { box-shadow: none; }
.my_conf-checkout-dialog__summary { padding: 14px; border: 1px solid var(--my-conf-shading-2, #dcdcde); background: var(--my-conf-shading-1, #f6f7f7); }
.my_conf-checkout-dialog .my_conf-dialog__body { display: grid; gap: 16px; }
.my_conf-checkout-dialog .my_conf-dialog__surface > footer { flex-wrap: wrap; }
.my_conf-checkout-dialog .my_conf-dialog__surface > footer .my_conf-button { min-height: 42px; }
.my_conf-registration-fees__intro { width: 100%; max-width: var(--my-conf-fee-pair-width); justify-self: start; }
.my_conf-registration-fees__intro > div > :is(h2,p) { margin: 0; }
.my_conf-registration-fees__intro > div > h2 { margin-top: 4px; }
.my_conf-registration-fees__intro > div > p:last-child { max-width: 72ch; margin-top: 12px; color: var(--my-conf-public-muted, #50575e); font-size: var(--my-conf-type-body, 1rem); }
.my_conf-public-product-browser {
  display: grid;
  gap: 20px;
  width: 100%;
  min-width: 0;
}
.my_conf-public-product-browser__toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(190px, .38fr);
  gap: 10px;
  width: min(100%, var(--my-conf-fee-pair-width, 1180px));
}
.my_conf-public-product-browser__search,
.my_conf-public-product-browser__filter {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
}
.my_conf-public-product-browser__search > .dashicons {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 13px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: var(--my-conf-public-muted, #646970);
  pointer-events: none;
}
.my_conf-public-product-browser__toolbar :is(input, select) {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  margin: 0;
  border: 1px solid var(--my-conf-fee-line, #c3c4c7);
  border-radius: 0;
  background: #fff;
  color: var(--my-conf-public-deep, #1d2327);
  font: inherit;
}
.my_conf-public-product-browser__toolbar input { padding: 9px 12px 9px 42px; }
.my_conf-public-product-browser__toolbar select { padding: 9px 36px 9px 12px; }
.my_conf-public-product-browser__groups { display: grid; gap: 26px; min-width: 0; }
.my_conf-public-product-group { display: grid; gap: 12px; min-width: 0; }
.my_conf-public-product-group > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--my-conf-primary, #004761);
}
.my_conf-public-product-group > header :is(h3, h4) { margin: 0; color: var(--my-conf-primary, #004761); }
.my_conf-public-product-group > header span { color: var(--my-conf-public-muted, #646970); font-size: .82rem; font-weight: 700; white-space: nowrap; }
.my_conf-public-product-browser__empty { margin: 0; padding: 14px; border-left: 4px solid var(--my-conf-secondary, #c47a2c); background: var(--my-conf-shading-1, #f6f7f7); }
.my_conf-registration-fees__grid,
.my_conf-bookable-events__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 18px; }
.my_conf-registration-fees__grid.is-single {
  width: min(100%, var(--my-conf-fee-single-width));
  margin-inline: 0;
  justify-self: start;
  grid-template-columns: minmax(0, 1fr);
}
.my_conf-registration-fees__grid.is-pair {
  width: min(100%, var(--my-conf-fee-pair-width));
  margin-inline: 0;
  justify-self: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.my_conf-bookable-events { justify-self: start; margin-inline: 0; }
.my_conf-bookable-events.is-single { width: min(100%, var(--my-conf-fee-single-width)); }
.my_conf-bookable-events.is-pair { width: min(100%, var(--my-conf-fee-pair-width)); }
.my_conf-bookable-events__grid.is-single { grid-template-columns: minmax(0, 1fr); }
.my_conf-bookable-events__grid.is-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.my_conf-fee-card { display: grid; grid-template-rows: auto 1fr auto; min-width: 0; overflow: hidden; border: 1px solid var(--my-conf-fee-line); background: var(--my-conf-fee-surface); box-shadow: 0 12px 30px color-mix(in srgb, var(--my-conf-primary, #004761) 8%, transparent); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.my_conf-fee-card.has-image { grid-template-rows: auto auto 1fr auto; }
.my_conf-fee-card:is(:hover,:focus-within) { border-color: color-mix(in srgb,var(--my-conf-accent,#168c99) 55%,var(--my-conf-fee-line)); box-shadow: 0 20px 44px color-mix(in srgb, var(--my-conf-primary, #004761) 16%, transparent); transform: translateY(-5px); }
.my_conf-fee-card__media { position: relative; min-height: 190px; margin: 0; overflow: hidden; background: var(--my-conf-shading-1,#f6f7f7); aspect-ratio: 16 / 8; }
.my_conf-fee-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.my_conf-fee-card:is(:hover,:focus-within) .my_conf-fee-card__media img { transform: scale(1.045); }
.my_conf-fee-card__media figcaption { position: absolute; right: 10px; bottom: 9px; padding: 3px 7px; background: color-mix(in srgb, var(--my-conf-primary, #004761) 72%, transparent); color: var(--my-conf-fee-surface); font-size: .7rem; }
.my_conf-fee-card > header { padding: 20px; color: var(--my-conf-fee-surface); background: var(--my-conf-primary, #004761); border-bottom: 7px solid var(--my-conf-secondary, #c47a2c); }
.my_conf-fee-card > header :is(span,h3,strong,small) { display: block; margin: 0; color: inherit; }
.my_conf-fee-card > header span { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.8; }
.my_conf-fee-card > header h3 { margin-top: 4px; font-size: 1.25rem; }
.my_conf-fee-card > header strong { margin-top: 12px; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.my_conf-fee-card > header .my_conf-fee-card__price-summary { margin-top: 9px; max-width: 38ch; font-size: .82rem; line-height: 1.4; opacity: .9; }
.my_conf-fee-card > header .my_conf-fee-card__header-requirement {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin-top: 10px;
  padding: 5px 7px;
  border-left: 3px solid var(--my-conf-secondary, #c47a2c);
  background: color-mix(in srgb, #fff 12%, transparent);
  font-size: .76rem;
  line-height: 1.35;
}
.my_conf-ticket-state {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 10px 0 0;
  padding: 6px 9px;
  border: 2px solid currentColor;
  background: var(--my-conf-fee-surface, #fff);
  color: var(--my-conf-primary, #004761);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.25;
  text-transform: uppercase;
}
.my_conf-ticket-state:is(.is-sold-out,.is-closed) { color: var(--my-conf-error, #b32d2e); }
.my_conf-ticket-state:is(.is-application,.is-upcoming) { color: var(--my-conf-secondary, #8a4b08); }
.my_conf-fee-card > header .my_conf-ticket-state { color: var(--my-conf-primary, #004761); }
.my_conf-fee-card > header .my_conf-ticket-state.is-sold-out { color: var(--my-conf-error, #b32d2e); }
.my_conf-fee-card > div { padding: 20px; }
.my_conf-fee-card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.my_conf-fee-card li { padding-bottom: 9px; border-bottom: 1px dashed color-mix(in srgb, var(--my-conf-fee-line) 80%, transparent); }
.my_conf-fee-card li::before { content: "✓"; margin-right: 8px; color: var(--my-conf-accent, #168c99); font-weight: 800; }
.my_conf-fee-card__requirement,
.my_conf-product-card__requirement { display: grid; gap: 3px; margin: 0 0 10px; padding: 6px 9px; border-left: 3px solid var(--my-conf-secondary, #c47a2c); background: var(--my-conf-shading-1, #f6f7f7); font-size: .82rem; line-height: 1.35; }
.my_conf-fee-card__notice,
.my_conf-product-card__notice { margin: 0 0 12px; padding: 8px 10px; border-left: 4px solid var(--my-conf-accent, #168c99); background: color-mix(in srgb, var(--my-conf-accent, #168c99) 8%, #fff); color: var(--my-conf-public-deep, #1d2327); }
.my_conf-fee-card.is-highlighted { border-color: var(--my-conf-secondary, #c47a2c); box-shadow: 0 18px 46px color-mix(in srgb, var(--my-conf-secondary, #c47a2c) 24%, transparent); }
.my_conf-fee-highlight-badge { display: inline-flex; width: fit-content; margin-top: 10px; padding: 5px 8px; background: var(--my-conf-secondary, #c47a2c); color: #fff; font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.my_conf-fee-price-matrix { display: grid; gap: 14px; margin: 0 0 18px; }
.my_conf-fee-price-category { display: grid; gap: 8px; min-width: 0; }
.my_conf-fee-price-category > header { display: grid; gap: 2px; }
.my_conf-fee-price-category > header small { color: var(--my-conf-public-muted, #646970); }
.my_conf-fee-card__category-description,
.my_conf-fee-price-category__description,
.my_conf-fee-card__product-description { color: var(--my-conf-public-deep, #1d2327); }
.my_conf-fee-card__category-description { margin: 0 0 16px; }
.my_conf-fee-card__product-description { margin: 0; }
.my_conf-fee-card__product-description > :first-child { margin-top: 0; }
.my_conf-fee-card__product-description > :last-child { margin-bottom: 0; }
.my_conf-fee-card__product-description :is(ul,ol) { margin: 10px 0; padding-inline-start: 1.35em; list-style: revert; }
.my_conf-fee-card__product-description li { padding-bottom: 6px; }
.my_conf-fee-card__product-description li::before { content: none; }
.my_conf-fee-price-category__description { padding: 9px 11px; border-left: 3px solid var(--my-conf-accent, #168c99); background: color-mix(in srgb, var(--my-conf-accent, #168c99) 6%, #fff); }
.my_conf-fee-card__category-description > :first-child,
.my_conf-fee-price-category__description > :first-child { margin-top: 0; }
.my_conf-fee-card__category-description > :last-child,
.my_conf-fee-price-category__description > :last-child { margin-bottom: 0; }
.my_conf-fee-phase-prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 125px), 1fr)); gap: 8px; }
.my_conf-fee-phase-price { position: relative; display: grid; align-content: center; gap: 3px; min-width: 0; padding: 11px 12px; border: 1px solid var(--my-conf-fee-line, #c3c4c7); background: var(--my-conf-shading-1, #f6f7f7); }
.my_conf-fee-phase-price small { color: var(--my-conf-public-muted, #646970); font-size: .76rem; font-weight: 700; }
.my_conf-fee-phase-price strong { color: var(--my-conf-primary, #004761); font-size: 1.08rem; }
.my_conf-fee-phase-price > span { width: fit-content; padding: 2px 5px; background: var(--my-conf-secondary, #c47a2c); color: #fff; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.my_conf-fee-phase-price.is-highlighted { border: 2px solid var(--my-conf-secondary, #c47a2c); background: color-mix(in srgb, var(--my-conf-secondary, #c47a2c) 10%, #fff); }
.my_conf-fee-phase-price.is-current { border: 2px solid var(--my-conf-success, #2e8b57); background: color-mix(in srgb, var(--my-conf-success, #2e8b57) 12%, #fff); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--my-conf-success, #2e8b57) 20%, transparent); }
.my_conf-fee-phase-price.is-current :is(small,strong) { color: color-mix(in srgb, var(--my-conf-success, #2e8b57) 82%, #102a1d); }
.my_conf-fee-phase-price > .my_conf-fee-phase-price__current { background: var(--my-conf-success, #2e8b57); }
.my_conf-fee-price-matrix.is-compact { gap: 0; margin-bottom: 12px; border: 1px solid var(--my-conf-fee-line, #c3c4c7); }
.my_conf-fee-price-matrix.is-compact .my_conf-fee-price-category {
  grid-template-columns: minmax(105px, .62fr) minmax(0, 2fr);
  gap: 0;
  border-bottom: 1px solid var(--my-conf-fee-line, #c3c4c7);
}
.my_conf-fee-price-matrix.is-compact .my_conf-fee-price-category:last-child { border-bottom: 0; }
.my_conf-fee-price-matrix.is-compact .my_conf-fee-price-category > header {
  align-content: center;
  padding: 8px 9px;
  background: color-mix(in srgb, var(--my-conf-primary, #004761) 7%, #fff);
}
.my_conf-fee-price-matrix.is-compact .my_conf-fee-phase-prices {
  grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
  gap: 0;
  min-width: 0;
}
.my_conf-fee-price-matrix.is-compact .my_conf-fee-phase-price {
  gap: 1px;
  min-height: 58px;
  padding: 7px 8px;
  border: 0;
  border-left: 1px solid var(--my-conf-fee-line, #c3c4c7);
  box-shadow: none;
}
.my_conf-fee-price-matrix.is-compact .my_conf-fee-phase-price.is-current,
.my_conf-fee-price-matrix.is-compact .my_conf-fee-phase-price.is-highlighted { border-width: 0 0 0 3px; }
.my_conf-fee-price-matrix.is-compact .my_conf-fee-phase-price strong { font-size: .98rem; }
.my_conf-fee-price-matrix.is-compact .my_conf-fee-phase-price > span { margin-top: 2px; font-size: .58rem; }
.my_conf-fee-price-matrix.is-compact .my_conf-fee-price-category__description {
  grid-column: 1 / -1;
  padding: 7px 9px;
  border-top: 1px dashed var(--my-conf-fee-line, #c3c4c7);
  border-left-width: 3px;
  font-size: .86rem;
}
.my_conf-product-card__requirement small { color: #50575e; }
.my_conf-product-card__requirement > [data-product-dependency-status] { font-weight: 700; }
.my_conf-product-card.is-dependency-locked .my_conf-product-card__requirement > [data-product-dependency-status] { color: #8a4b08; }
.my_conf-product-card__inherit-guests { margin: 10px 0 14px; padding: 10px 11px; border: 1px solid var(--my-conf-shading-2, #dcdcde); background: #fff; }
.my_conf-product-card__inherit-guests > span { display: grid; gap: 3px; }
.my_conf-product-card__inherit-guests small { color: #50575e; font-weight: 400; }
.my_conf-fee-card > footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 20px 20px; }
.my_conf-fee-card > footer .my_conf-button > span:last-child { transition: transform .18s ease; }
.my_conf-fee-card:is(:hover,:focus-within) > footer .my_conf-button > span:last-child { transform: translateX(4px); }
.my_conf-fee-card.is-full { opacity: 0.78; }
.my_conf-fee-card__accordion-toggle { position: relative; display: block; width: 100%; padding: 0 52px 0 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.my_conf-fee-card__accordion-toggle > i { position: absolute; top: 50%; right: 0; width: 28px; height: 28px; transform: translateY(-50%) rotate(-90deg); transition: transform .18s ease; }
.my_conf-fee-card.is-open .my_conf-fee-card__accordion-toggle > i { transform: translateY(-50%) rotate(0); }
.my_conf-fee-bundle-summary { position: sticky; z-index: 4; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(100%, var(--my-conf-fee-pair-width)); padding: 16px 18px; border: 1px solid var(--my-conf-fee-line); border-left: 6px solid var(--my-conf-accent, #168c99); background: var(--my-conf-fee-surface); box-shadow: 0 18px 46px color-mix(in srgb, var(--my-conf-primary, #004761) 20%, transparent); }
.my_conf-fee-bundle-summary[hidden] { display: none; }
.my_conf-fee-bundle-summary > div { display: grid; gap: 2px; min-width: 0; }
.my_conf-fee-bundle-summary small { color: var(--my-conf-public-muted, #646970); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.my_conf-fee-bundle-summary span { color: var(--my-conf-public-muted, #646970); }
.my_conf-fee-bundle-summary .my_conf-button { flex: 0 0 auto; }
.my_conf-bookable-events > header { margin-bottom: 14px; }
.my_conf-bookable-events > header :is(h3,p) { margin: 0; }
.my_conf-bookable-events > header p { margin-top: 5px; color: var(--my-conf-public-muted, #50575e); }
.my_conf-bookable-events__grid article { display: grid; min-width: 0; overflow: hidden; background: var(--my-conf-fee-surface); border: 1px solid var(--my-conf-fee-line); box-shadow: 0 8px 22px color-mix(in srgb, var(--my-conf-primary, #004761) 6%, transparent); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.my_conf-bookable-events__grid article:is(:hover,:focus-within) { border-color: var(--my-conf-accent,#168c99); box-shadow: 0 16px 34px color-mix(in srgb, var(--my-conf-primary, #004761) 13%, transparent); transform: translateY(-4px); }
.my_conf-bookable-events__grid.is-single article { grid-template-columns: minmax(210px,.72fr) minmax(0,1.28fr); }
.my_conf-bookable-event__media { display: grid; min-height: 150px; overflow: hidden; place-items: center; background: linear-gradient(135deg,var(--my-conf-primary,#004761),var(--my-conf-accent,#168c99)); color: var(--my-conf-fee-surface); }
.my_conf-bookable-event__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.my_conf-bookable-events__grid article:is(:hover,:focus-within) .my_conf-bookable-event__media img { transform: scale(1.05); }
.my_conf-bookable-event__media .dashicons { width: 46px; height: 46px; font-size: 46px; opacity: .88; }
.my_conf-bookable-event__content { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px; }
.my_conf-bookable-event__content strong { display: block; font-size: 1.08rem; }
.my_conf-bookable-event__content p { max-width: 56ch; margin: 6px 0 0; color: var(--my-conf-public-muted, #50575e); }
.my_conf-bookable-event__content a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; color: var(--my-conf-primary,#004761); font-weight: 800; text-decoration: none; }
.my_conf-bookable-event__content a > span:last-child { transition: transform .18s ease; }
.my_conf-bookable-events__grid article:is(:hover,:focus-within) .my_conf-bookable-event__content a > span:last-child { transform: translateX(4px); }

.my_conf-resource-fees { display: grid; gap: 18px; margin-top: clamp(28px, 5vw, 54px); padding-top: clamp(22px, 4vw, 38px); border-top: 1px solid var(--my-conf-fee-line, #c3c4c7); }
.my_conf-resource-fees > header :is(h2,p) { margin: 0; }
.my_conf-resource-fees > header p:last-child { margin-top: 6px; color: var(--my-conf-public-muted, #646970); }
.my_conf-resource-fees__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 16px; }
.my_conf-resource-registration { display: grid; gap: 18px; margin-top: clamp(30px, 6vw, 64px); padding-top: clamp(24px, 4vw, 42px); border-top: 1px solid var(--my-conf-fee-line, #c3c4c7); scroll-margin-top: 32px; }
.my_conf-resource-registration > header :is(h2,p) { margin: 0; }
.my_conf-resource-registration > header p:last-child { margin-top: 6px; color: var(--my-conf-public-muted, #646970); }
.my_conf-resource-fee-card { display: grid; grid-template-rows: auto 1fr auto; gap: 15px; min-width: 0; padding: 18px; border: 1px solid var(--my-conf-fee-line, #c3c4c7); border-top: 6px solid var(--my-conf-accent, #168c99); background: #fff; }
.my_conf-resource-fee-card > header { display: grid; gap: 3px; }
.my_conf-resource-fee-card > header span { color: var(--my-conf-public-muted, #646970); font-size: .73rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.my_conf-resource-fee-card > header h3 { margin: 0; color: var(--my-conf-primary, #004761); }
.my_conf-resource-fee-card__price strong { font-size: 1.35rem; }
.my_conf-resource-fee-card > footer { align-self: end; }

/* The default public view becomes a horizontal ticket when only one product
   exists. Card, table and minimal variants keep their own geometry below. */
:is([data-registration-fees][data-fee-style="modern_checkout"],.my_conf-module-style--registration_fees.is-style-modern_checkout .my_conf-registration-fees) .my_conf-registration-fees__grid.is-single .my_conf-fee-card:not(.has-image) { grid-template-columns: minmax(270px,.82fr) minmax(0,1.18fr); grid-template-rows: minmax(0,1fr) auto; grid-template-areas: "head body" "head foot"; }
:is([data-registration-fees][data-fee-style="modern_checkout"],.my_conf-module-style--registration_fees.is-style-modern_checkout .my_conf-registration-fees) .my_conf-registration-fees__grid.is-single .my_conf-fee-card.has-image { grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr); grid-template-rows: auto minmax(0,1fr) auto; grid-template-areas: "media head" "media body" "media foot"; }
:is([data-registration-fees][data-fee-style="modern_checkout"],.my_conf-module-style--registration_fees.is-style-modern_checkout .my_conf-registration-fees) .my_conf-registration-fees__grid.is-single .my_conf-fee-card__media { grid-area: media; min-height: 100%; aspect-ratio: auto; }
:is([data-registration-fees][data-fee-style="modern_checkout"],.my_conf-module-style--registration_fees.is-style-modern_checkout .my_conf-registration-fees) .my_conf-registration-fees__grid.is-single .my_conf-fee-card > header { grid-area: head; display: flex; flex-direction: column; justify-content: center; }
:is([data-registration-fees][data-fee-style="modern_checkout"],.my_conf-module-style--registration_fees.is-style-modern_checkout .my_conf-registration-fees) .my_conf-registration-fees__grid.is-single .my_conf-fee-card > div { grid-area: body; }
:is([data-registration-fees][data-fee-style="modern_checkout"],.my_conf-module-style--registration_fees.is-style-modern_checkout .my_conf-registration-fees) .my_conf-registration-fees__grid.is-single .my_conf-fee-card > footer { grid-area: foot; border-top: 1px solid var(--my-conf-fee-line); }

/* The Website Manager changes the outer is-style-* class live. Every rule also
   accepts the shortcode class so saved pages and standalone shortcodes match. */
:is(.my_conf-registration-fees--fee_cards,.my_conf-module-style--registration_fees.is-style-fee_cards .my_conf-registration-fees) .my_conf-registration-fees__grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); }
:is(.my_conf-registration-fees--fee_cards,.my_conf-module-style--registration_fees.is-style-fee_cards .my_conf-registration-fees) .my_conf-fee-card { border-top: 8px solid var(--my-conf-secondary, #c47a2c); box-shadow: 0 18px 45px color-mix(in srgb, var(--my-conf-primary, #004761) 12%, transparent); }
:is(.my_conf-registration-fees--fee_cards,.my_conf-module-style--registration_fees.is-style-fee_cards .my_conf-registration-fees) .my_conf-fee-card > header { text-align: center; border-bottom-width: 0; }
:is(.my_conf-registration-fees--fee_cards,.my_conf-module-style--registration_fees.is-style-fee_cards .my_conf-registration-fees) .my_conf-fee-card > footer { justify-content: center; }

:is(.my_conf-registration-fees--event_gallery,.my_conf-module-style--registration_fees.is-style-event_gallery .my_conf-registration-fees) .my_conf-bookable-events { order: -1; padding: clamp(16px,3vw,28px); background: var(--my-conf-shading-1, #f3f7f8); }
:is(.my_conf-registration-fees--event_gallery,.my_conf-module-style--registration_fees.is-style-event_gallery .my_conf-registration-fees) .my_conf-bookable-events__grid { grid-template-columns: repeat(auto-fit,minmax(min(100%,310px),1fr)); }
:is(.my_conf-registration-fees--event_gallery,.my_conf-module-style--registration_fees.is-style-event_gallery .my_conf-registration-fees) .my_conf-bookable-events__grid article { border: 0; box-shadow: 0 10px 25px color-mix(in srgb, var(--my-conf-primary, #004761) 10%, transparent); }
:is(.my_conf-registration-fees--event_gallery,.my_conf-module-style--registration_fees.is-style-event_gallery .my_conf-registration-fees) .my_conf-registration-fees__grid { width:100%;max-width:none;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr)); }
:is(.my_conf-registration-fees--event_gallery,.my_conf-module-style--registration_fees.is-style-event_gallery .my_conf-registration-fees) .my_conf-fee-card > header { color:var(--my-conf-primary,#004761);background:var(--my-conf-fee-surface);border-bottom:0;border-left:8px solid var(--my-conf-accent,#168c99); }
:is(.my_conf-registration-fees--event_gallery,.my_conf-module-style--registration_fees.is-style-event_gallery .my_conf-registration-fees) .my_conf-fee-card__media { min-height:240px;aspect-ratio:4 / 3; }

:is(.my_conf-registration-fees--guided_steps,.my_conf-module-style--registration_fees.is-style-guided_steps .my_conf-registration-fees) .my_conf-registration-fees__grid { counter-reset: my-conf-fee-step; grid-template-columns: 1fr; width: 100%; max-width: none; }
:is(.my_conf-registration-fees--guided_steps,.my_conf-module-style--registration_fees.is-style-guided_steps .my_conf-registration-fees) .my_conf-fee-card { counter-increment: my-conf-fee-step; grid-template-columns: minmax(210px,.7fr) minmax(0,1.3fr); grid-template-rows: auto auto; border-left: 7px solid var(--my-conf-accent,#168c99); }
:is(.my_conf-registration-fees--guided_steps,.my_conf-module-style--registration_fees.is-style-guided_steps .my_conf-registration-fees) .my_conf-fee-card > header::before { content: "0" counter(my-conf-fee-step); display: block; margin-bottom: 10px; color: var(--my-conf-secondary,#c47a2c); font-size: 1.35rem; font-weight: 900; }

:is(.my_conf-registration-fees--split_checkout,.my_conf-module-style--registration_fees.is-style-split_checkout .my_conf-registration-fees) { grid-template-columns: minmax(240px,.72fr) minmax(0,1.5fr); align-items: start; }
:is(.my_conf-registration-fees--split_checkout,.my_conf-module-style--registration_fees.is-style-split_checkout .my_conf-registration-fees) :is(.my_conf-bookable-events,.my_conf-registration-fees__grid,.my_conf-public-product-browser) { grid-column: 2; }
:is(.my_conf-registration-fees--split_checkout,.my_conf-module-style--registration_fees.is-style-split_checkout .my_conf-registration-fees) .my_conf-registration-phase-banner { grid-column: 1; display: grid; }

:is(.my_conf-registration-fees--sticky_summary,.my_conf-module-style--registration_fees.is-style-sticky_summary .my_conf-registration-fees) .my_conf-registration-fees__grid { width:100%;max-width:none;grid-template-columns:1fr; }
:is(.my_conf-registration-fees--sticky_summary,.my_conf-module-style--registration_fees.is-style-sticky_summary .my_conf-registration-fees) .my_conf-fee-card { grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr) minmax(180px,.5fr);grid-template-rows:auto;align-items:stretch;box-shadow:9px 9px 0 var(--my-conf-shading-2,#dcdcde);transform:translate(-3px,-3px); }
:is(.my_conf-registration-fees--sticky_summary,.my_conf-module-style--registration_fees.is-style-sticky_summary .my_conf-registration-fees) .my_conf-fee-card > footer {align-content:center;border-left:1px dashed var(--my-conf-fee-line);background:color-mix(in srgb,var(--my-conf-accent,#168c99) 7%,var(--my-conf-fee-surface));}
:is(.my_conf-registration-fees--sticky_summary,.my_conf-module-style--registration_fees.is-style-sticky_summary .my_conf-registration-fees) .my_conf-registration-fees__intro { padding-left: 18px; border-left: 8px solid var(--my-conf-secondary,#c47a2c); }

:is(.my_conf-registration-fees--comparison,.my_conf-module-style--registration_fees.is-style-comparison .my_conf-registration-fees) .my_conf-registration-fees__grid { grid-template-columns: repeat(auto-fit,minmax(min(100%,280px),1fr)); width: 100%; max-width: none; align-items: stretch; }
:is(.my_conf-registration-fees--comparison,.my_conf-module-style--registration_fees.is-style-comparison .my_conf-registration-fees) .my_conf-fee-card { box-shadow: none; }
:is(.my_conf-registration-fees--comparison,.my_conf-module-style--registration_fees.is-style-comparison .my_conf-registration-fees) .my_conf-fee-card > header { min-height: 200px; }
:is(.my_conf-registration-fees--comparison,.my_conf-module-style--registration_fees.is-style-comparison .my_conf-registration-fees) .my_conf-fee-card:nth-child(even) > header {background:var(--my-conf-accent,#168c99);}
:is(.my_conf-registration-fees--comparison,.my_conf-module-style--registration_fees.is-style-comparison .my_conf-registration-fees) .my_conf-fee-card > div {background:repeating-linear-gradient(180deg,transparent 0 39px,color-mix(in srgb,var(--my-conf-fee-line) 70%,transparent) 39px 40px);}

:is(.my_conf-registration-fees--bundle_builder,.my_conf-module-style--registration_fees.is-style-bundle_builder .my_conf-registration-fees) .my_conf-fee-card,
:is(.my_conf-registration-form--bundle_builder,.my_conf-module-style--registration_form.is-style-bundle_builder .my_conf-registration-form) .my_conf-product-card { background: color-mix(in srgb,var(--my-conf-accent,#168c99) 6%,var(--my-conf-fee-surface, #fff)); border: 2px dashed var(--my-conf-accent,#168c99); box-shadow: none; }
:is(.my_conf-registration-fees--bundle_builder,.my_conf-module-style--registration_fees.is-style-bundle_builder .my_conf-registration-fees) .my_conf-fee-card { position: relative; }
:is(.my_conf-registration-fees--bundle_builder,.my_conf-module-style--registration_fees.is-style-bundle_builder .my_conf-registration-fees) .my_conf-fee-card.is-bundle-selected { border-style: solid; border-color: var(--my-conf-primary,#004761); box-shadow: inset 0 0 0 3px color-mix(in srgb,var(--my-conf-accent,#168c99) 30%,transparent); }
:is(.my_conf-registration-fees--bundle_builder,.my_conf-module-style--registration_fees.is-style-bundle_builder .my_conf-registration-fees) .my_conf-fee-card.is-bundle-selected > header { background: var(--my-conf-accent,#168c99); }

:is(.my_conf-registration-fees--price_table,.my_conf-module-style--registration_fees.is-style-price_table .my_conf-registration-fees) .my_conf-registration-fees__grid,
:is(.my_conf-registration-form--price_table,.my_conf-module-style--registration_form.is-style-price_table .my_conf-registration-form) .my_conf-product-grid { grid-template-columns: 1fr; }
:is(.my_conf-registration-fees--price_table,.my_conf-module-style--registration_fees.is-style-price_table .my_conf-registration-fees) .my_conf-registration-fees__grid { width: 100%; max-width: none; }
:is(.my_conf-registration-fees--price_table,.my_conf-module-style--registration_fees.is-style-price_table .my_conf-registration-fees) .my_conf-fee-card { grid-template-columns: minmax(230px,.75fr) minmax(260px,1.4fr) minmax(190px,.55fr); grid-template-rows: auto; align-items: stretch; box-shadow: none; }
:is(.my_conf-registration-fees--price_table,.my_conf-module-style--registration_fees.is-style-price_table .my_conf-registration-fees) .my_conf-fee-card > footer { align-content: center; border-left: 1px solid var(--my-conf-fee-line); }

:is(.my_conf-registration-fees--compact_list,.my_conf-module-style--registration_fees.is-style-compact_list .my_conf-registration-fees) .my_conf-registration-fees__grid,
:is(.my_conf-registration-form--compact_list,.my_conf-module-style--registration_form.is-style-compact_list .my_conf-registration-form) .my_conf-product-grid { grid-template-columns: 1fr; gap: 6px; }
:is(.my_conf-registration-fees--compact_list,.my_conf-module-style--registration_fees.is-style-compact_list .my_conf-registration-fees) .my_conf-registration-fees__grid { width: 100%; max-width: none; }
:is(.my_conf-registration-fees--compact_list,.my_conf-module-style--registration_fees.is-style-compact_list .my_conf-registration-fees) .my_conf-fee-card { grid-template-columns: minmax(220px,.8fr) minmax(0,1fr) auto; grid-template-rows: auto; align-items: center; box-shadow: none; }
:is(.my_conf-registration-fees--compact_list,.my_conf-module-style--registration_fees.is-style-compact_list .my_conf-registration-fees) .my_conf-fee-card > :is(header,div,footer) { padding: 12px 14px; }
:is(.my_conf-registration-form--compact_list,.my_conf-module-style--registration_form.is-style-compact_list .my_conf-registration-form) .my_conf-product-card__body { padding-block: 9px; }

:is(.my_conf-registration-fees--accordion,.my_conf-module-style--registration_fees.is-style-accordion .my_conf-registration-fees) .my_conf-registration-fees__grid { grid-template-columns: 1fr; gap: 8px; width: 100%; max-width: none; }
:is(.my_conf-registration-fees--accordion,.my_conf-module-style--registration_fees.is-style-accordion .my_conf-registration-fees) .my_conf-fee-card { box-shadow: none; border-left: 5px solid var(--my-conf-accent,#168c99); }
:is(.my_conf-registration-fees--accordion,.my_conf-module-style--registration_fees.is-style-accordion .my_conf-registration-fees) .my_conf-fee-card > header { position: relative; }
:is(.my_conf-registration-fees--accordion,.my_conf-module-style--registration_fees.is-style-accordion .my_conf-registration-fees) .my_conf-fee-card > div { background: var(--my-conf-shading-1,#f6f7f7); }
:is(.my_conf-registration-form--accordion,.my_conf-module-style--registration_form.is-style-accordion .my_conf-registration-form) .my_conf-form-card { border-width: 0 0 1px; padding-inline: 0; }

:is(.my_conf-registration-fees--day_passes,.my_conf-module-style--registration_fees.is-style-day_passes .my_conf-registration-fees) .my_conf-registration-fees__grid { grid-template-columns: repeat(auto-fit,minmax(min(100%,260px),1fr)); width: 100%; max-width: none; }
:is(.my_conf-registration-fees--day_passes,.my_conf-module-style--registration_fees.is-style-day_passes .my_conf-registration-fees) .my_conf-fee-card { scroll-snap-align: start; }
:is(.my_conf-registration-fees--day_passes,.my_conf-module-style--registration_fees.is-style-day_passes .my_conf-registration-fees) .my_conf-fee-card > header { background: var(--my-conf-accent,#168c99); border-bottom-color: var(--my-conf-primary,#004761); }

:is(.my_conf-registration-fees--editorial,.my_conf-module-style--registration_fees.is-style-editorial .my_conf-registration-fees) .my_conf-registration-fees__intro { max-width: 720px; margin-inline: auto; text-align: center; }
.my_conf-registration-form--editorial { color: var(--my-conf-public-deep, inherit); font-family: inherit; }
:is(.my_conf-registration-fees--editorial,.my_conf-module-style--registration_fees.is-style-editorial .my_conf-registration-fees) .my_conf-registration-fees__grid {width:100%;max-width:none;grid-template-columns:repeat(12,minmax(0,1fr));}
:is(.my_conf-registration-fees--editorial,.my_conf-module-style--registration_fees.is-style-editorial .my_conf-registration-fees) .my_conf-fee-card { grid-column:span 5;border-width:1px 0;box-shadow:none; }
:is(.my_conf-registration-fees--editorial,.my_conf-module-style--registration_fees.is-style-editorial .my_conf-registration-fees) .my_conf-fee-card:nth-child(3n+1) {grid-column:span 7;}
:is(.my_conf-registration-fees--editorial,.my_conf-module-style--registration_fees.is-style-editorial .my_conf-registration-fees) .my_conf-fee-card > header { background: var(--my-conf-fee-surface); color: var(--my-conf-primary,#004761); border-top: 4px double currentColor; }
:is(.my_conf-registration-fees--editorial,.my_conf-module-style--registration_fees.is-style-editorial .my_conf-registration-fees) .my_conf-fee-card > header h3 { font-size: clamp(1.4rem,3vw,2rem); }

:is(.my_conf-registration-fees--premium,.my_conf-module-style--registration_fees.is-style-premium .my_conf-registration-fees) { width: 100%; max-width: none; padding: clamp(24px,5vw,58px); color: var(--my-conf-fee-surface); background: linear-gradient(135deg,var(--my-conf-primary,#004761),var(--my-conf-accent,#168c99)); }
:is(.my_conf-registration-fees--premium,.my_conf-module-style--registration_fees.is-style-premium .my_conf-registration-fees) .my_conf-registration-fees__intro > div > p:last-child { color: color-mix(in srgb,var(--my-conf-fee-surface) 82%,transparent); }
:is(.my_conf-registration-fees--premium,.my_conf-module-style--registration_fees.is-style-premium .my_conf-registration-fees) .my_conf-fee-card { border-color: var(--my-conf-secondary,#c47a2c); box-shadow: 0 18px 40px color-mix(in srgb,var(--my-conf-primary,#004761) 38%,transparent); }
:is(.my_conf-registration-fees--premium,.my_conf-module-style--registration_fees.is-style-premium .my_conf-registration-fees) .my_conf-fee-card > header,
:is(.my_conf-registration-form--premium,.my_conf-module-style--registration_form.is-style-premium .my_conf-registration-form) .my_conf-checkout-summary__inner { background: var(--my-conf-primary,#004761); color: var(--my-conf-fee-surface,#fff); border-color: var(--my-conf-secondary,#c47a2c); }

:is(.my_conf-registration-fees--soft_cards,.my_conf-module-style--registration_fees.is-style-soft_cards .my_conf-registration-fees) .my_conf-fee-card,
:is(.my_conf-registration-form--soft_cards,.my_conf-module-style--registration_form.is-style-soft_cards .my_conf-registration-form) .my_conf-form-card { border: 0; background: color-mix(in srgb,var(--my-conf-accent,#168c99) 7%,var(--my-conf-fee-surface,#fff)); box-shadow: 0 14px 32px color-mix(in srgb,var(--my-conf-accent,#168c99) 16%,transparent); }
:is(.my_conf-registration-fees--soft_cards,.my_conf-module-style--registration_fees.is-style-soft_cards .my_conf-registration-fees) .my_conf-fee-card > header { color: var(--my-conf-primary,#004761); background: color-mix(in srgb,var(--my-conf-accent,#168c99) 16%,var(--my-conf-fee-surface,#fff)); border-bottom-color: var(--my-conf-accent,#168c99); }
:is(.my_conf-registration-fees--soft_cards,.my_conf-module-style--registration_fees.is-style-soft_cards .my_conf-registration-fees) .my_conf-fee-card:nth-child(even) > header {background:color-mix(in srgb,var(--my-conf-secondary,#c47a2c) 16%,var(--my-conf-fee-surface,#fff));border-bottom-color:var(--my-conf-secondary,#c47a2c);}

:is(.my_conf-registration-fees--outline,.my_conf-module-style--registration_fees.is-style-outline .my_conf-registration-fees) .my_conf-fee-card,
:is(.my_conf-registration-form--outline,.my_conf-module-style--registration_form.is-style-outline .my_conf-registration-form) :is(.my_conf-form-card,.my_conf-product-card) { border: 2px solid currentColor; background: transparent; box-shadow: none; }
:is(.my_conf-registration-fees--outline,.my_conf-module-style--registration_fees.is-style-outline .my_conf-registration-fees) .my_conf-fee-card > header { color: var(--my-conf-primary,#004761); background: transparent; border-bottom: 2px solid currentColor; }

:is(.my_conf-registration-fees--bold_bands,.my_conf-module-style--registration_fees.is-style-bold_bands .my_conf-registration-fees) .my_conf-registration-fees__grid {width:100%;max-width:none;grid-template-columns:1fr;gap:0;}
:is(.my_conf-registration-fees--bold_bands,.my_conf-module-style--registration_fees.is-style-bold_bands .my_conf-registration-fees) .my_conf-fee-card {grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr) auto;grid-template-rows:auto;align-items:stretch;border:0;box-shadow:none;}
:is(.my_conf-registration-fees--bold_bands,.my_conf-module-style--registration_fees.is-style-bold_bands .my_conf-registration-fees) .my_conf-fee-card > footer {align-content:center;background:var(--my-conf-shading-1,#f6f7f7);}
:is(.my_conf-registration-fees--bold_bands,.my_conf-module-style--registration_fees.is-style-bold_bands .my_conf-registration-fees) .my_conf-fee-card:nth-child(even) > header { background: var(--my-conf-secondary,#c47a2c); }
:is(.my_conf-registration-fees--bold_bands,.my_conf-module-style--registration_fees.is-style-bold_bands .my_conf-registration-fees) .my_conf-fee-card:nth-child(3n) > header { background: var(--my-conf-accent,#168c99); }
:is(.my_conf-registration-form--bold_bands,.my_conf-module-style--registration_form.is-style-bold_bands .my_conf-registration-form) .my_conf-product-card:nth-child(even) { border-top: 8px solid var(--my-conf-secondary,#c47a2c); }

:is(.my_conf-registration-fees--minimal,.my_conf-module-style--registration_fees.is-style-minimal .my_conf-registration-fees) .my_conf-fee-card,
:is(.my_conf-registration-form--minimal,.my_conf-module-style--registration_form.is-style-minimal .my_conf-registration-form) :is(.my_conf-form-card,.my_conf-product-card,.my_conf-checkout-summary__inner) { border-width: 0 0 1px; background: transparent; box-shadow: none; }
:is(.my_conf-registration-fees--minimal,.my_conf-module-style--registration_fees.is-style-minimal .my_conf-registration-fees) .my_conf-fee-card > header { padding-inline: 0; color: inherit; background: transparent; border-bottom: 2px solid currentColor; }
:is(.my_conf-registration-fees--minimal,.my_conf-module-style--registration_fees.is-style-minimal .my_conf-registration-fees) .my_conf-fee-card > :is(div,footer) { padding-inline: 0; }

/* Deliberately restrained variants do not force editorial imagery into their
   table, accordion or compact-row geometry. */
:is(.my_conf-registration-fees--guided_steps,.my_conf-registration-fees--price_table,.my_conf-registration-fees--compact_list,.my_conf-registration-fees--accordion,.my_conf-registration-fees--minimal,.my_conf-module-style--registration_fees:is(.is-style-guided_steps,.is-style-price_table,.is-style-compact_list,.is-style-accordion,.is-style-minimal) .my_conf-registration-fees) .my_conf-fee-card__media,
:is(.my_conf-registration-form--price_table,.my_conf-registration-form--compact_list,.my_conf-registration-form--minimal,.my_conf-module-style--registration_form:is(.is-style-price_table,.is-style-compact_list,.is-style-minimal) .my_conf-registration-form) .my_conf-product-card__media { display: none; }
:is(.my_conf-registration-form--price_table,.my_conf-registration-form--compact_list,.my_conf-registration-form--minimal,.my_conf-module-style--registration_form:is(.is-style-price_table,.is-style-compact_list,.is-style-minimal) .my_conf-registration-form) .my_conf-product-card.has-image .my_conf-product-card__body { padding-left: 48px; }

:is(.my_conf-registration-fees--high_contrast,.my_conf-module-style--registration_fees.is-style-high_contrast .my_conf-registration-fees),
:is(.my_conf-registration-form--high_contrast,.my_conf-module-style--registration_form.is-style-high_contrast .my_conf-registration-form) { color:var(--my-conf-public-deep,var(--my-conf-primary,#004761)); }
:is(.my_conf-registration-fees--high_contrast,.my_conf-module-style--registration_fees.is-style-high_contrast .my_conf-registration-fees) :is(.my_conf-fee-card,.my_conf-button),
:is(.my_conf-registration-form--high_contrast,.my_conf-module-style--registration_form.is-style-high_contrast .my_conf-registration-form) :is(.my_conf-form-card,.my_conf-product-card,.my_conf-button) { border-width: 3px; }
:is(.my_conf-registration-fees--high_contrast,.my_conf-module-style--registration_fees.is-style-high_contrast .my_conf-registration-fees) .my_conf-fee-card > header { border-bottom-color: var(--my-conf-secondary,#c47a2c); }

:is(.my_conf-registration-fees--mobile_first,.my_conf-module-style--registration_fees.is-style-mobile_first .my_conf-registration-fees) .my_conf-registration-fees__grid { grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));width:100%;max-width:none; }
:is(.my_conf-registration-fees--mobile_first,.my_conf-module-style--registration_fees.is-style-mobile_first .my_conf-registration-fees) .my_conf-fee-card { grid-template-columns:minmax(0,1fr);grid-template-rows:auto 1fr auto;box-shadow:none;border-width:2px 2px 8px;border-bottom-color:var(--my-conf-accent,#168c99); }
:is(.my_conf-registration-fees--mobile_first,.my_conf-module-style--registration_fees.is-style-mobile_first .my_conf-registration-fees) .my_conf-fee-card > header {text-align:center;border-bottom-width:1px;}
:is(.my_conf-registration-fees--mobile_first,.my_conf-module-style--registration_fees.is-style-mobile_first .my_conf-registration-fees) .my_conf-fee-card > footer {justify-content:center;}
:is(.my_conf-registration-fees--mobile_first,.my_conf-module-style--registration_fees.is-style-mobile_first .my_conf-registration-fees) .my_conf-button,
:is(.my_conf-registration-form--mobile_first,.my_conf-module-style--registration_form.is-style-mobile_first .my_conf-registration-form) .my_conf-button { min-height: 52px; }

/* Interactive registration-form presets. These are intentionally more than
   colour variants: every selector thumbnail maps to a recognisable checkout
   composition while preserving the same inputs, validation and phone flow. */
:is(.my_conf-registration-form--modern_checkout,.my_conf-module-style--registration_form.is-style-modern_checkout .my_conf-registration-form) .my_conf-product-card {
  border: 0;
  border-left: 9px solid var(--my-conf-accent, #168c99);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--my-conf-primary, #004761) 12%, transparent);
}
:is(.my_conf-registration-form--modern_checkout,.my_conf-module-style--registration_form.is-style-modern_checkout .my_conf-registration-form) .my_conf-product-card:not(.has-image) .my_conf-product-card__body {
  padding-left: 58px;
}
:is(.my_conf-registration-form--modern_checkout,.my_conf-module-style--registration_form.is-style-modern_checkout .my_conf-registration-form) .my_conf-product-card__title {
  margin: -18px -18px 14px -58px;
  padding: 17px 18px 17px 58px;
  background: var(--my-conf-primary, #004761);
  color: var(--my-conf-third, #fff);
}
:is(.my_conf-registration-form--modern_checkout,.my_conf-module-style--registration_form.is-style-modern_checkout .my_conf-registration-form) .my_conf-product-card.has-image .my_conf-product-card__title {
  margin-left: -18px;
  padding-left: 18px;
}
:is(.my_conf-registration-form--modern_checkout,.my_conf-module-style--registration_form.is-style-modern_checkout .my_conf-registration-form) .my_conf-product-card__title > span { color: inherit; }

:is(.my_conf-registration-form--fee_cards,.my_conf-module-style--registration_form.is-style-fee_cards .my_conf-registration-form) .my_conf-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  align-items: stretch;
  gap: 16px;
}
:is(.my_conf-registration-form--fee_cards,.my_conf-module-style--registration_form.is-style-fee_cards .my_conf-registration-form) .my_conf-product-card {
  border: 0;
  border-top: 9px solid var(--my-conf-primary, #004761);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--my-conf-primary, #004761) 14%, transparent);
}
:is(.my_conf-registration-form--fee_cards,.my_conf-module-style--registration_form.is-style-fee_cards .my_conf-registration-form) .my_conf-product-card:nth-child(3n+2) { border-top-color: var(--my-conf-secondary, #c47a2c); }
:is(.my_conf-registration-form--fee_cards,.my_conf-module-style--registration_form.is-style-fee_cards .my_conf-registration-form) .my_conf-product-card:nth-child(3n) { border-top-color: var(--my-conf-accent, #168c99); }
:is(.my_conf-registration-form--fee_cards,.my_conf-module-style--registration_form.is-style-fee_cards .my_conf-registration-form) .my_conf-product-card.has-image { display: block; }
:is(.my_conf-registration-form--fee_cards,.my_conf-module-style--registration_form.is-style-fee_cards .my_conf-registration-form) .my_conf-product-card__media { min-height: 145px; aspect-ratio: 16 / 7; }
:is(.my_conf-registration-form--fee_cards,.my_conf-module-style--registration_form.is-style-fee_cards .my_conf-registration-form) .my_conf-product-card__title {
  grid-template-columns: minmax(0, 1fr) auto;
  justify-items: stretch;
  text-align: left;
}
:is(.my_conf-registration-form--fee_cards,.my_conf-module-style--registration_form.is-style-fee_cards .my_conf-registration-form) .my_conf-product-card__title .my_conf-quantity-stepper { grid-column: 1 / -1; justify-self: start; }

:is(.my_conf-registration-form--event_gallery,.my_conf-module-style--registration_form.is-style-event_gallery .my_conf-registration-form) .my_conf-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 18px;
}
:is(.my_conf-registration-form--event_gallery,.my_conf-module-style--registration_form.is-style-event_gallery .my_conf-registration-form) .my_conf-product-card {
  display: block;
  border: 0;
  border-bottom: 6px solid var(--my-conf-accent, #168c99);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--my-conf-primary, #004761) 15%, transparent);
}
:is(.my_conf-registration-form--event_gallery,.my_conf-module-style--registration_form.is-style-event_gallery .my_conf-registration-form) .my_conf-product-card:not(.has-image)::before {
  display: block;
  height: 105px;
  background: linear-gradient(135deg, var(--my-conf-primary, #004761), var(--my-conf-accent, #168c99));
  content: "";
}
:is(.my_conf-registration-form--event_gallery,.my_conf-module-style--registration_form.is-style-event_gallery .my_conf-registration-form) .my_conf-product-card__media { min-height: 180px; aspect-ratio: 16 / 8; }
:is(.my_conf-registration-form--event_gallery,.my_conf-module-style--registration_form.is-style-event_gallery .my_conf-registration-form) .my_conf-product-card__body { padding: 18px; }
:is(.my_conf-registration-form--event_gallery,.my_conf-module-style--registration_form.is-style-event_gallery .my_conf-registration-form) .my_conf-product-card__select { top: 16px; left: 16px; }

:is(.my_conf-registration-form--guided_steps,.my_conf-module-style--registration_form.is-style-guided_steps .my_conf-registration-form) .my_conf-checkout-main {
  counter-reset: my-conf-registration-step;
  gap: 0;
  padding-left: 24px;
  border-left: 3px solid color-mix(in srgb, var(--my-conf-accent, #168c99) 45%, var(--my-conf-shading-2, #dcdcde));
}
:is(.my_conf-registration-form--guided_steps,.my_conf-module-style--registration_form.is-style-guided_steps .my_conf-registration-form) .my_conf-form-card {
  position: relative;
  counter-increment: my-conf-registration-step;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid var(--my-conf-shading-2, #dcdcde);
  box-shadow: none;
}
:is(.my_conf-registration-form--guided_steps,.my_conf-module-style--registration_form.is-style-guided_steps .my_conf-registration-form) .my_conf-form-card::before {
  position: absolute;
  top: 18px;
  left: -47px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 3px solid var(--my-conf-third, #fff);
  background: var(--my-conf-accent, #168c99);
  color: var(--my-conf-third, #fff);
  content: counter(my-conf-registration-step, decimal-leading-zero);
  font-weight: 900;
}
:is(.my_conf-registration-form--guided_steps,.my_conf-module-style--registration_form.is-style-guided_steps .my_conf-registration-form) .my_conf-form-card__header .my_conf-eyebrow { display: none; }

:is(.my_conf-registration-form--split_checkout,.my_conf-module-style--registration_form.is-style-split_checkout .my_conf-registration-form) .my_conf-checkout-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 1fr);
  gap: 0;
  border: 1px solid var(--my-conf-shading-2, #dcdcde);
}
:is(.my_conf-registration-form--split_checkout,.my_conf-module-style--registration_form.is-style-split_checkout .my_conf-registration-form) .my_conf-checkout-main {
  padding: clamp(16px, 2.4vw, 30px);
  background: var(--my-conf-third, #fff);
}
:is(.my_conf-registration-form--split_checkout,.my_conf-module-style--registration_form.is-style-split_checkout .my_conf-registration-form) .my_conf-form-card { padding: 0; border: 0; box-shadow: none; }
:is(.my_conf-registration-form--split_checkout,.my_conf-module-style--registration_form.is-style-split_checkout .my_conf-registration-form) .my_conf-checkout-summary { top: 0; height: 100%; background: var(--my-conf-primary, #004761); }
:is(.my_conf-registration-form--split_checkout,.my_conf-module-style--registration_form.is-style-split_checkout .my_conf-registration-form) .my_conf-checkout-summary__inner {
  position: sticky;
  top: 0;
  border: 0;
  background: var(--my-conf-primary, #004761);
  color: var(--my-conf-third, #fff);
  box-shadow: none;
}

:is(.my_conf-registration-form--sticky_summary,.my_conf-module-style--registration_form.is-style-sticky_summary .my_conf-registration-form) .my_conf-product-grid { gap: 7px; }
:is(.my_conf-registration-form--sticky_summary,.my_conf-module-style--registration_form.is-style-sticky_summary .my_conf-registration-form) .my_conf-product-card { box-shadow: none; }
:is(.my_conf-registration-form--sticky_summary,.my_conf-module-style--registration_form.is-style-sticky_summary .my_conf-registration-form) .my_conf-checkout-summary__inner {
  border: 0;
  border-left: 9px solid var(--my-conf-secondary, #c47a2c);
  background: color-mix(in srgb, var(--my-conf-accent, #168c99) 8%, var(--my-conf-third, #fff));
  box-shadow: 10px 10px 0 var(--my-conf-shading-2, #dcdcde);
  transform: translate(-5px, -5px);
}

:is(.my_conf-registration-form--comparison,.my_conf-module-style--registration_form.is-style-comparison .my_conf-registration-form) .my_conf-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--my-conf-primary, #004761);
}
:is(.my_conf-registration-form--comparison,.my_conf-module-style--registration_form.is-style-comparison .my_conf-registration-form) .my_conf-product-card {
  height: 100%;
  border: 0;
  box-shadow: none;
}
:is(.my_conf-registration-form--comparison,.my_conf-module-style--registration_form.is-style-comparison .my_conf-registration-form) .my_conf-product-card__title {
  margin: -18px -18px 16px -54px;
  padding: 17px 18px 17px 54px;
  background: var(--my-conf-primary, #004761);
  color: var(--my-conf-third, #fff);
}
:is(.my_conf-registration-form--comparison,.my_conf-module-style--registration_form.is-style-comparison .my_conf-registration-form) .my_conf-product-card:nth-child(even) .my_conf-product-card__title { background: var(--my-conf-accent, #168c99); }
:is(.my_conf-registration-form--comparison,.my_conf-module-style--registration_form.is-style-comparison .my_conf-registration-form) .my_conf-product-card__title > span { color: inherit; }

:is(.my_conf-registration-form--bundle_builder,.my_conf-module-style--registration_form.is-style-bundle_builder .my_conf-registration-form) .my_conf-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 14px;
}
:is(.my_conf-registration-form--bundle_builder,.my_conf-module-style--registration_form.is-style-bundle_builder .my_conf-registration-form) .my_conf-product-card.is-selected {
  border-style: solid;
  border-color: var(--my-conf-primary, #004761);
  background: var(--my-conf-third, #fff);
  box-shadow: inset 0 0 0 3px color-mix(in srgb, var(--my-conf-accent, #168c99) 24%, transparent);
}
:is(.my_conf-registration-form--bundle_builder,.my_conf-module-style--registration_form.is-style-bundle_builder .my_conf-registration-form) .my_conf-product-card__select > span:not(.screen-reader-text) { width: 29px; height: 29px; }

:is(.my_conf-registration-form--price_table,.my_conf-module-style--registration_form.is-style-price_table .my_conf-registration-form) .my_conf-product-grid {
  gap: 0;
  border: 1px solid var(--my-conf-shading-2, #dcdcde);
  border-bottom: 0;
}
:is(.my_conf-registration-form--price_table,.my_conf-module-style--registration_form.is-style-price_table .my_conf-registration-form) .my_conf-product-card {
  border: 0;
  border-bottom: 1px solid var(--my-conf-shading-2, #dcdcde);
  box-shadow: none;
}
:is(.my_conf-registration-form--price_table,.my_conf-module-style--registration_form.is-style-price_table .my_conf-registration-form) .my_conf-product-card:is(:hover,:focus-within) { transform: none; background: var(--my-conf-shading-1, #f6f7f7); }
:is(.my_conf-registration-form--price_table,.my_conf-module-style--registration_form.is-style-price_table .my_conf-registration-form) .my_conf-product-card__body { padding: 12px 14px 12px 48px; }
:is(.my_conf-registration-form--price_table,.my_conf-module-style--registration_form.is-style-price_table .my_conf-registration-form) .my_conf-product-card__select { top: 17px; }

:is(.my_conf-registration-form--compact_list,.my_conf-module-style--registration_form.is-style-compact_list .my_conf-registration-form) .my_conf-product-card {
  border: 0;
  border-left: 5px solid var(--my-conf-accent, #168c99);
  background: var(--my-conf-shading-1, #f6f7f7);
  box-shadow: none;
}
:is(.my_conf-registration-form--compact_list,.my_conf-module-style--registration_form.is-style-compact_list .my_conf-registration-form) .my_conf-product-card:not(.is-selected):not(.is-sold-out):not(.is-dependency-locked) .my_conf-product-card__body > :not(.my_conf-product-card__title) { display: none; }
:is(.my_conf-registration-form--compact_list,.my_conf-module-style--registration_form.is-style-compact_list .my_conf-registration-form) .my_conf-product-card:is(:hover,:focus-within) { transform: translateX(4px); }

:is(.my_conf-registration-form--accordion,.my_conf-module-style--registration_form.is-style-accordion .my_conf-registration-form) .my_conf-product-grid { gap: 8px; }
:is(.my_conf-registration-form--accordion,.my_conf-module-style--registration_form.is-style-accordion .my_conf-registration-form) .my_conf-product-card {
  border: 0;
  border-left: 6px solid var(--my-conf-accent, #168c99);
  box-shadow: none;
}
:is(.my_conf-registration-form--accordion,.my_conf-module-style--registration_form.is-style-accordion .my_conf-registration-form) .my_conf-product-card__title { position: relative; padding-right: 30px; }
:is(.my_conf-registration-form--accordion,.my_conf-module-style--registration_form.is-style-accordion .my_conf-registration-form) .my_conf-product-card__title::after {
  position: absolute;
  top: 50%;
  right: 2px;
  content: "⌄";
  color: var(--my-conf-primary, #004761);
  font-size: 1.3rem;
  font-weight: 900;
  transform: translateY(-55%) rotate(-90deg);
  transition: transform .18s ease;
}
:is(.my_conf-registration-form--accordion,.my_conf-module-style--registration_form.is-style-accordion .my_conf-registration-form) .my_conf-product-card.is-selected .my_conf-product-card__title::after { transform: translateY(-55%) rotate(0); }
:is(.my_conf-registration-form--accordion,.my_conf-module-style--registration_form.is-style-accordion .my_conf-registration-form) .my_conf-product-card:not(.is-selected):not(.is-sold-out):not(.is-dependency-locked) .my_conf-product-card__body > :not(.my_conf-product-card__title) { display: none; }

:is(.my_conf-registration-form--day_passes,.my_conf-module-style--registration_form.is-style-day_passes .my_conf-registration-form) .my_conf-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr));
  gap: 10px;
}
:is(.my_conf-registration-form--day_passes,.my_conf-module-style--registration_form.is-style-day_passes .my_conf-registration-form) .my_conf-product-card {
  border: 2px solid var(--my-conf-shading-2, #dcdcde);
  border-top: 14px solid var(--my-conf-accent, #168c99);
  box-shadow: none;
}
:is(.my_conf-registration-form--day_passes,.my_conf-module-style--registration_form.is-style-day_passes .my_conf-registration-form) .my_conf-product-card:nth-child(even) { border-top-color: var(--my-conf-secondary, #c47a2c); }
:is(.my_conf-registration-form--day_passes,.my_conf-module-style--registration_form.is-style-day_passes .my_conf-registration-form) .my_conf-product-card.has-image { display: block; }
:is(.my_conf-registration-form--day_passes,.my_conf-module-style--registration_form.is-style-day_passes .my_conf-registration-form) .my_conf-product-card__media { min-height: 110px; aspect-ratio: 16 / 7; }
:is(.my_conf-registration-form--day_passes,.my_conf-module-style--registration_form.is-style-day_passes .my_conf-registration-form) .my_conf-product-card__title {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}
:is(.my_conf-registration-form--day_passes,.my_conf-module-style--registration_form.is-style-day_passes .my_conf-registration-form) .my_conf-product-card__title .my_conf-quantity-stepper { grid-column: 1 / -1; justify-self: start; }

:is(.my_conf-registration-form--editorial,.my_conf-module-style--registration_form.is-style-editorial .my_conf-registration-form) .my_conf-form-card {
  border-width: 1px 0;
  background: transparent;
  box-shadow: none;
}
:is(.my_conf-registration-form--editorial,.my_conf-module-style--registration_form.is-style-editorial .my_conf-registration-form) .my_conf-product-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
:is(.my_conf-registration-form--editorial,.my_conf-module-style--registration_form.is-style-editorial .my_conf-registration-form) .my_conf-product-card {
  grid-column: span 5;
  border-width: 4px 0 1px;
  border-top-style: double;
  border-top-color: var(--my-conf-primary, #004761);
  box-shadow: none;
}
:is(.my_conf-registration-form--editorial,.my_conf-module-style--registration_form.is-style-editorial .my_conf-registration-form) .my_conf-product-card:nth-child(3n+1) { grid-column: span 7; }
:is(.my_conf-registration-form--editorial,.my_conf-module-style--registration_form.is-style-editorial .my_conf-registration-form) .my_conf-product-card__title strong { font-size: clamp(1.1rem, 2vw, 1.45rem); }

:is(.my_conf-registration-form--premium,.my_conf-module-style--registration_form.is-style-premium .my_conf-registration-form) {
  padding: clamp(20px, 4vw, 46px);
  background: linear-gradient(135deg, var(--my-conf-primary, #004761), var(--my-conf-accent, #168c99));
}
:is(.my_conf-registration-form--premium,.my_conf-module-style--registration_form.is-style-premium .my_conf-registration-form) .my_conf-form-card {
  border-color: var(--my-conf-secondary, #c47a2c);
  box-shadow: 0 18px 44px color-mix(in srgb, var(--my-conf-primary, #004761) 35%, transparent);
}
:is(.my_conf-registration-form--premium,.my_conf-module-style--registration_form.is-style-premium .my_conf-registration-form) .my_conf-product-card { border-color: color-mix(in srgb, var(--my-conf-secondary, #c47a2c) 65%, var(--my-conf-shading-2, #dcdcde)); }

:is(.my_conf-registration-form--soft_cards,.my_conf-module-style--registration_form.is-style-soft_cards .my_conf-registration-form) .my_conf-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: 18px;
}
:is(.my_conf-registration-form--soft_cards,.my_conf-module-style--registration_form.is-style-soft_cards .my_conf-registration-form) :is(.my_conf-form-card,.my_conf-product-card,.my_conf-checkout-summary__inner) { border-radius: 16px; }
:is(.my_conf-registration-form--soft_cards,.my_conf-module-style--registration_form.is-style-soft_cards .my_conf-registration-form) .my_conf-product-card { border: 0; background: var(--my-conf-third, #fff); box-shadow: 0 14px 30px color-mix(in srgb, var(--my-conf-accent, #168c99) 18%, transparent); }

:is(.my_conf-registration-form--outline,.my_conf-module-style--registration_form.is-style-outline .my_conf-registration-form) .my_conf-product-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 14px; }
:is(.my_conf-registration-form--outline,.my_conf-module-style--registration_form.is-style-outline .my_conf-registration-form) .my_conf-product-card.is-selected { box-shadow: 8px 8px 0 var(--my-conf-accent, #168c99); transform: translate(-4px, -4px); }

:is(.my_conf-registration-form--bold_bands,.my_conf-module-style--registration_form.is-style-bold_bands .my_conf-registration-form) .my_conf-product-grid { gap: 0; }
:is(.my_conf-registration-form--bold_bands,.my_conf-module-style--registration_form.is-style-bold_bands .my_conf-registration-form) .my_conf-product-card { border: 0; border-bottom: 1px solid var(--my-conf-shading-2, #dcdcde); box-shadow: none; }
:is(.my_conf-registration-form--bold_bands,.my_conf-module-style--registration_form.is-style-bold_bands .my_conf-registration-form) .my_conf-product-card__title {
  margin: -18px -18px 14px -54px;
  padding: 15px 18px 15px 54px;
  background: var(--my-conf-primary, #004761);
  color: var(--my-conf-third, #fff);
}
:is(.my_conf-registration-form--bold_bands,.my_conf-module-style--registration_form.is-style-bold_bands .my_conf-registration-form) .my_conf-product-card:nth-child(even) .my_conf-product-card__title { background: var(--my-conf-secondary, #c47a2c); }
:is(.my_conf-registration-form--bold_bands,.my_conf-module-style--registration_form.is-style-bold_bands .my_conf-registration-form) .my_conf-product-card:nth-child(3n) .my_conf-product-card__title { background: var(--my-conf-accent, #168c99); }
:is(.my_conf-registration-form--bold_bands,.my_conf-module-style--registration_form.is-style-bold_bands .my_conf-registration-form) .my_conf-product-card__title > span { color: inherit; }

:is(.my_conf-registration-form--minimal,.my_conf-module-style--registration_form.is-style-minimal .my_conf-registration-form) .my_conf-form-card { padding-inline: 0; }
:is(.my_conf-registration-form--minimal,.my_conf-module-style--registration_form.is-style-minimal .my_conf-registration-form) .my_conf-product-grid { gap: 0; }
:is(.my_conf-registration-form--minimal,.my_conf-module-style--registration_form.is-style-minimal .my_conf-registration-form) .my_conf-product-card { padding-block: 8px; }
:is(.my_conf-registration-form--minimal,.my_conf-module-style--registration_form.is-style-minimal .my_conf-registration-form) .my_conf-product-card:is(:hover,:focus-within) { transform: none; box-shadow: inset 5px 0 0 var(--my-conf-accent, #168c99); }

:is(.my_conf-registration-form--high_contrast,.my_conf-module-style--registration_form.is-style-high_contrast .my_conf-registration-form) .my_conf-product-grid { gap: 16px; }
:is(.my_conf-registration-form--high_contrast,.my_conf-module-style--registration_form.is-style-high_contrast .my_conf-registration-form) .my_conf-product-card.is-selected { box-shadow: inset 8px 0 0 var(--my-conf-primary, #004761); }
:is(.my_conf-registration-form--high_contrast,.my_conf-module-style--registration_form.is-style-high_contrast .my_conf-registration-form) .my_conf-product-card__select > span:not(.screen-reader-text) { width: 28px; height: 28px; border-width: 3px; }

:is(.my_conf-registration-form--mobile_first,.my_conf-module-style--registration_form.is-style-mobile_first .my_conf-registration-form) .my_conf-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 12px;
}
:is(.my_conf-registration-form--mobile_first,.my_conf-module-style--registration_form.is-style-mobile_first .my_conf-registration-form) .my_conf-product-card {
  border: 2px dashed var(--my-conf-primary, #004761);
  border-left: 10px solid var(--my-conf-accent, #168c99);
  box-shadow: none;
}
:is(.my_conf-registration-form--mobile_first,.my_conf-module-style--registration_form.is-style-mobile_first .my_conf-registration-form) .my_conf-product-card:nth-child(even) { border-left-color: var(--my-conf-secondary, #c47a2c); }
:is(.my_conf-registration-form--mobile_first,.my_conf-module-style--registration_form.is-style-mobile_first .my_conf-registration-form) .my_conf-product-card.has-image { display: block; }
:is(.my_conf-registration-form--mobile_first,.my_conf-module-style--registration_form.is-style-mobile_first .my_conf-registration-form) .my_conf-product-card__media { min-height: 120px; aspect-ratio: 16 / 7; }
:is(.my_conf-registration-form--mobile_first,.my_conf-module-style--registration_form.is-style-mobile_first .my_conf-registration-form) .my_conf-button { min-height: 44px; }

@container my-conf-fees (max-width: 760px) {
  .my_conf-registration-fees__grid.is-pair,
  .my_conf-bookable-events__grid.is-pair { grid-template-columns: minmax(0, 1fr); }
  .my_conf-bookable-events__grid.is-single article { grid-template-columns: minmax(0,1fr); }
  .my_conf-bookable-event__content { flex-wrap: wrap; }
  :is([data-registration-fees][data-fee-style="modern_checkout"],.my_conf-module-style--registration_fees.is-style-modern_checkout .my_conf-registration-fees) .my_conf-registration-fees__grid.is-single .my_conf-fee-card { grid-template-columns: minmax(0,1fr); grid-template-areas: none; }
  :is([data-registration-fees][data-fee-style="modern_checkout"],.my_conf-module-style--registration_fees.is-style-modern_checkout .my_conf-registration-fees) .my_conf-registration-fees__grid.is-single .my_conf-fee-card.has-image { grid-template-rows: auto auto 1fr auto; }
  :is([data-registration-fees][data-fee-style="modern_checkout"],.my_conf-module-style--registration_fees.is-style-modern_checkout .my_conf-registration-fees) .my_conf-registration-fees__grid.is-single .my_conf-fee-card:not(.has-image) { grid-template-rows: auto 1fr auto; }
  :is([data-registration-fees][data-fee-style="modern_checkout"],.my_conf-module-style--registration_fees.is-style-modern_checkout .my_conf-registration-fees) .my_conf-registration-fees__grid.is-single .my_conf-fee-card > :is(figure,header,div,footer) { grid-area: auto; }
  :is([data-registration-fees][data-fee-style="modern_checkout"],.my_conf-module-style--registration_fees.is-style-modern_checkout .my_conf-registration-fees) .my_conf-registration-fees__grid.is-single .my_conf-fee-card__media { min-height: 190px; aspect-ratio: 16 / 8; }
  :is(.my_conf-registration-fees--split_checkout,.my_conf-module-style--registration_fees.is-style-split_checkout .my_conf-registration-fees) { grid-template-columns: 1fr; }
  :is(.my_conf-registration-fees--split_checkout,.my_conf-module-style--registration_fees.is-style-split_checkout .my_conf-registration-fees) :is(.my_conf-registration-phase-banner,.my_conf-bookable-events,.my_conf-registration-fees__grid,.my_conf-public-product-browser) { grid-column: 1; }
  :is(.my_conf-registration-fees--guided_steps,.my_conf-module-style--registration_fees.is-style-guided_steps .my_conf-registration-fees) .my_conf-fee-card,
  :is(.my_conf-registration-fees--sticky_summary,.my_conf-module-style--registration_fees.is-style-sticky_summary .my_conf-registration-fees) .my_conf-fee-card,
  :is(.my_conf-registration-fees--price_table,.my_conf-module-style--registration_fees.is-style-price_table .my_conf-registration-fees) .my_conf-fee-card,
  :is(.my_conf-registration-fees--compact_list,.my_conf-module-style--registration_fees.is-style-compact_list .my_conf-registration-fees) .my_conf-fee-card,
  :is(.my_conf-registration-fees--bold_bands,.my_conf-module-style--registration_fees.is-style-bold_bands .my_conf-registration-fees) .my_conf-fee-card { grid-template-columns: 1fr; grid-template-rows: auto; }
  :is(.my_conf-registration-fees--editorial,.my_conf-module-style--registration_fees.is-style-editorial .my_conf-registration-fees) .my_conf-fee-card {grid-column:1 / -1;}
  :is(.my_conf-registration-fees--price_table,.my_conf-module-style--registration_fees.is-style-price_table .my_conf-registration-fees) .my_conf-fee-card > footer { border-left: 0; }
  :is(.my_conf-registration-fees--mobile_first,.my_conf-module-style--registration_fees.is-style-mobile_first .my_conf-registration-fees) .my_conf-fee-card { grid-template-columns: minmax(0,1fr); grid-template-rows: auto; }
  .my_conf-fee-bundle-summary { position: static; align-items: stretch; flex-direction: column; }
  .my_conf-fee-bundle-summary .my_conf-button { width: 100%; min-height: 48px; }
}

@container my-conf-fees (max-width: 520px) {
  .my_conf-registration-fees { gap: 24px; }
  .my_conf-public-product-browser__toolbar { grid-template-columns: minmax(0, 1fr); width: 100%; }
  .my_conf-public-product-group > header { align-items: flex-start; }
  .my_conf-fee-price-matrix.is-compact .my_conf-fee-price-category { grid-template-columns: minmax(0, 1fr); }
  .my_conf-fee-price-matrix.is-compact .my_conf-fee-price-category > header { border-bottom: 1px solid var(--my-conf-fee-line, #c3c4c7); }
  .my_conf-fee-price-matrix.is-compact .my_conf-fee-phase-price:first-child { border-left: 0; }
  .my_conf-registration-fees__grid,
  .my_conf-registration-fees__grid.is-pair,
  .my_conf-bookable-events__grid { grid-template-columns: minmax(0,1fr); width: 100%; }
  .my_conf-fee-card > :is(header,.my_conf-fee-card__body,footer) { padding-inline: 16px; }
  .my_conf-fee-card > footer { align-items: stretch; flex-direction: column; }
  .my_conf-fee-card > footer .my_conf-button { width: 100%; min-height: 48px; }
  .my_conf-fee-card__media { min-height: 150px; }
  .my_conf-registration-phase-banner { align-items: stretch; flex-direction: column; }
  .my_conf-registration-phase-banner .my_conf-button { width: 100%; min-height: 48px; }
  :is(.my_conf-registration-fees--premium,.my_conf-module-style--registration_fees.is-style-premium .my_conf-registration-fees) { padding: 18px; }
}

@media (max-width: 640px) {
  .my_conf-registration-product-browser .my_conf-public-product-browser__toolbar { grid-template-columns: minmax(0, 1fr); width: 100%; }
}

/* Every visual preset resolves to the same safe checkout geometry on touch
   devices. Presets may change expression, never usability or field width. */
@container my-conf-registration (max-width: 960px) {
  .my_conf-registration-form .my_conf-checkout-layout { grid-template-columns: minmax(0,1fr); }
  .my_conf-registration-form[data-my-conf-form-style][class*="my_conf-registration-form--"] .my_conf-checkout-layout { grid-template-columns: minmax(0,1fr); }
  .my_conf-registration-form .my_conf-checkout-summary { position: static; }
  :is(.my_conf-registration-form--split_checkout,.my_conf-module-style--registration_form.is-style-split_checkout .my_conf-registration-form) .my_conf-checkout-summary { height: auto; }
  :is(.my_conf-registration-form--split_checkout,.my_conf-module-style--registration_form.is-style-split_checkout .my_conf-registration-form) .my_conf-checkout-summary__inner { position: static; }
}
@container my-conf-registration (max-width: 640px) {
  .my_conf-registration-form .my_conf-product-grid { grid-template-columns: minmax(0,1fr); }
  .my_conf-registration-form[data-my-conf-form-style][class*="my_conf-registration-form--"] .my_conf-product-grid { grid-template-columns: minmax(0,1fr); }
  .my_conf-registration-form[data-my-conf-form-style][class*="my_conf-registration-form--"] .my_conf-product-card { grid-column: 1; }
  .my_conf-registration-form[data-my-conf-form-style][class*="my_conf-registration-form--"] .my_conf-product-card.has-image { display: block; }
  .my_conf-registration-form[data-my-conf-form-style][class*="my_conf-registration-form--"] .my_conf-product-card__media { min-height: 145px; aspect-ratio: 16 / 8; }
  .my_conf-registration-form .my_conf-quantity-stepper .my_conf-button { width: 40px; min-width: 40px; height: 48px; min-height: 48px; }
  .my_conf-registration-form .my_conf-product-card:not(.has-image) .my_conf-product-card__body { padding: 16px; }
  .my_conf-registration-form .my_conf-product-card:not(.has-image) .my_conf-product-card__title { min-height: 24px; padding-left: 36px; }
  .my_conf-registration-form .my_conf-product-card__title { gap: 7px; }
  .my_conf-registration-form .my_conf-product-card__title strong { font-size: .95rem; }
  .my_conf-registration-form .my_conf-product-card__title > span { font-size: .86rem; }
  :is(.my_conf-registration-form--modern_checkout,.my_conf-registration-form--comparison,.my_conf-registration-form--bold_bands,.my_conf-module-style--registration_form:is(.is-style-modern_checkout,.is-style-comparison,.is-style-bold_bands) .my_conf-registration-form) .my_conf-product-card__title {
    margin: -16px -16px 12px -52px;
    padding: 14px 16px 14px 52px;
  }
  :is(.my_conf-registration-form--modern_checkout,.my_conf-module-style--registration_form.is-style-modern_checkout .my_conf-registration-form) .my_conf-product-card.has-image .my_conf-product-card__title { margin-left: -16px; padding-left: 16px; }
  :is(.my_conf-registration-form--guided_steps,.my_conf-module-style--registration_form.is-style-guided_steps .my_conf-registration-form) .my_conf-checkout-main { padding-left: 14px; }
  :is(.my_conf-registration-form--guided_steps,.my_conf-module-style--registration_form.is-style-guided_steps .my_conf-registration-form) .my_conf-form-card::before { left: -31px; width: 32px; height: 32px; font-size: .72rem; }
  :is(.my_conf-registration-form--split_checkout,.my_conf-module-style--registration_form.is-style-split_checkout .my_conf-registration-form) .my_conf-checkout-main { padding: 16px; }
  :is(.my_conf-registration-form--premium,.my_conf-module-style--registration_form.is-style-premium .my_conf-registration-form) { padding: 14px; }
  :is(.my_conf-registration-form--event_gallery,.my_conf-module-style--registration_form.is-style-event_gallery .my_conf-registration-form) .my_conf-product-card:not(.has-image)::before { height: 78px; }
  .my_conf-registration-form .my_conf-quantity-stepper { grid-template-columns: 40px 28px 40px; min-width: 108px; }
  .my_conf-registration-form .my_conf-product-guests { padding: 0; }
  .my_conf-registration-form .my_conf-product-guest-option__header { grid-template-columns: minmax(0,1fr) auto; align-items: center; }
  .my_conf-registration-form .my_conf-product-guest-option__header > .my_conf-button { width: 100%; min-height: 48px; }
  .my_conf-registration-form .my_conf-guest-person { grid-template-columns: minmax(0,1fr) auto; padding: 7px; }
  .my_conf-registration-form .my_conf-guest-person .my_conf-button { min-height: 42px; }
  .my_conf-registration-form .my_conf-guest-person .my_conf-span-6 { grid-column: 1 / -1; }
  .my_conf-registration-form .my_conf-guest-person > header .my_conf-button { min-height: 44px; }
  .my_conf-registration-form .my_conf-form__actions,
  .my_conf-registration-form .my_conf-checkout-dialog .my_conf-dialog__surface > footer { align-items: stretch; flex-direction: column; }
  .my_conf-registration-form .my_conf-form__actions .my_conf-button,
  .my_conf-registration-form .my_conf-checkout-dialog .my_conf-dialog__surface > footer .my_conf-button { width: 100%; min-height: 48px; }
}
