#lc-registration-root {
  --lc-primary: #1769aa;
  --lc-primary-dark: #0f4f84;
  --lc-accent: #edf6fd;
  --lc-success-bg: #edf8f0;
  --lc-success-text: #22613a;
  --lc-warning-bg: #fff6e8;
  --lc-warning-text: #7a4b09;
  --lc-danger: #b42318;
  --lc-danger-bg: #fff4f3;
  --lc-text: #243442;
  --lc-muted: #5b6b78;
  --lc-border: #d5dfe7;
  --lc-border-strong: #aebdca;
  --lc-surface: #ffffff;
  --lc-surface-muted: #f7f9fb;
  --lc-radius: 12px;
  --lc-shadow: 0 4px 18px rgba(27, 50, 70, 0.07);
  max-width: 1180px;
  margin: 0 auto;
  color: var(--lc-text);
  font: 15px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#lc-registration-root,
#lc-registration-root * {
  box-sizing: border-box;
}

#lc-registration-root h1,
#lc-registration-root h2,
#lc-registration-root h3,
#lc-registration-root p,
#lc-registration-root dl,
#lc-registration-root dd,
#lc-registration-root fieldset,
#lc-registration-root legend {
  margin: 0;
}

#lc-registration-root h1 {
  color: var(--lc-primary);
  font-size: clamp(1.65rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.16;
}

#lc-registration-root h2 {
  color: var(--lc-primary-dark);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
}

#lc-registration-root h3 {
  color: var(--lc-primary-dark);
  font-size: 1rem;
  font-weight: 700;
}

#lc-registration-root .lc-card {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  background: var(--lc-surface);
  box-shadow: var(--lc-shadow);
}

#lc-registration-root .lc-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#lc-registration-root .lc-header-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

#lc-registration-root .lc-brand-logo {
  display: block;
  width: auto;
  height: 92px;
  flex: 0 0 auto;
}

#lc-registration-root .lc-brand-copy {
  min-width: 0;
}

#lc-registration-root .lc-eyebrow {
  margin-bottom: 4px;
  color: var(--lc-primary-dark);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#lc-registration-root .lc-intro {
  margin-top: 7px;
  color: var(--lc-muted);
}

#lc-registration-root .lc-association-contact {
  margin-top: 8px;
  color: var(--lc-muted);
  font-size: 0.88rem;
}

#lc-registration-root .lc-season-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border: 1px solid #cee1f2;
  border-radius: 999px;
  background: var(--lc-accent);
  color: var(--lc-primary-dark);
  font-weight: 700;
  white-space: nowrap;
}

#lc-registration-root .lc-step-nav {
  margin-top: 20px;
}

#lc-registration-root .lc-step-nav ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#lc-registration-root .lc-step-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 8px 10px;
  border: 1px solid var(--lc-border);
  border-radius: 9px;
  background: var(--lc-surface-muted);
  color: var(--lc-primary-dark);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

#lc-registration-root .lc-step-nav a:hover {
  border-color: var(--lc-primary);
  background: var(--lc-accent);
}

#lc-registration-root .lc-step-nav span,
#lc-registration-root .lc-step-number {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lc-primary);
  color: #fff;
  font-weight: 750;
}

#lc-registration-root .lc-help-details {
  margin-top: 14px;
  border: 1px solid var(--lc-border);
  border-radius: 9px;
  background: #fbfdff;
}

#lc-registration-root .lc-help-details summary {
  padding: 11px 13px;
  color: var(--lc-primary-dark);
  cursor: pointer;
  font-weight: 700;
}

#lc-registration-root .lc-help-content {
  display: grid;
  gap: 7px;
  padding: 0 13px 13px 34px;
  color: var(--lc-muted);
}

#lc-registration-root .lc-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--lc-border);
}

#lc-registration-root .lc-step-card {
  scroll-margin-top: 20px;
}

#lc-registration-root .lc-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

#lc-registration-root .lc-step-heading p {
  margin-top: 3px;
  color: var(--lc-muted);
}

#lc-registration-root .lc-step-heading-actions > div {
  flex: 1 1 auto;
}

#lc-registration-root .lc-grid {
  display: grid;
  gap: 16px;
}

#lc-registration-root .lc-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#lc-registration-root .lc-grid-3 {
  grid-template-columns: minmax(0, 1.65fr) minmax(145px, 0.65fr) minmax(180px, 0.85fr);
}

#lc-registration-root .lc-field,
#lc-registration-root .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#lc-registration-root label,
#lc-registration-root legend {
  display: block;
  color: #193c59;
  font-weight: 700;
}

#lc-registration-root input[type="text"],
#lc-registration-root input[type="date"],
#lc-registration-root input[type="email"],
#lc-registration-root input[type="tel"],
#lc-registration-root textarea,
#lc-registration-root select {
  width: 100%;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid var(--lc-border-strong);
  border-radius: 7px;
  background: #fff;
  color: var(--lc-text);
  font: inherit;
  line-height: 1.25;
}

#lc-registration-root textarea {
  min-height: 84px;
  resize: vertical;
}

#lc-registration-root input[readonly],
#lc-registration-root textarea[readonly] {
  background: var(--lc-surface-muted);
}

#lc-registration-root input::placeholder,
#lc-registration-root textarea::placeholder {
  color: #82909c;
  opacity: 1;
}

#lc-registration-root input:focus-visible,
#lc-registration-root textarea:focus-visible,
#lc-registration-root select:focus-visible,
#lc-registration-root button:focus-visible,
#lc-registration-root a:focus-visible,
#lc-registration-root summary:focus-visible,
#lc-registration-root [tabindex]:focus-visible {
  outline: 3px solid rgba(23, 105, 170, 0.25);
  outline-offset: 2px;
  border-color: var(--lc-primary);
}

#lc-registration-root [aria-invalid="true"] {
  border-color: var(--lc-danger) !important;
  box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.1);
}

#lc-registration-root .lc-required {
  color: var(--lc-danger);
  font-weight: 800;
}

#lc-registration-root .lc-help-text {
  color: var(--lc-muted);
  font-size: 0.89rem;
  line-height: 1.4;
}

#lc-registration-root .lc-contact-group,
#lc-registration-root .lc-fieldset-box {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--lc-border);
  border-radius: 10px;
  background: #fcfdfe;
}

#lc-registration-root .lc-contact-group {
  margin-top: 18px;
}

#lc-registration-root .lc-contact-group legend,
#lc-registration-root .lc-fieldset-box legend {
  width: auto;
  padding: 0 5px;
  font-size: 1rem;
}

#lc-registration-root .lc-contact-group > .lc-help-text {
  margin-bottom: 12px;
}

#lc-registration-root .lc-contact-group .lc-grid + .lc-grid {
  margin-top: 14px;
}

#lc-registration-root .lc-resident-banner {
  display: inline-flex;
  align-items: center;
  margin-top: 13px;
  padding: 8px 12px;
  border: 1px solid #c9e4d1;
  border-radius: 8px;
  background: var(--lc-success-bg);
  color: var(--lc-success-text);
  font-weight: 700;
}

#lc-registration-root .lc-resident-banner.is-other {
  border-color: #ead4ad;
  background: var(--lc-warning-bg);
  color: var(--lc-warning-text);
}

#lc-registration-root .lc-row-counter {
  margin: -9px 0 12px;
  color: var(--lc-muted);
  font-size: 0.9rem;
}

#lc-registration-root .lc-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--lc-border);
  border-radius: 10px;
}

#lc-registration-root .lc-members-table {
  width: 100%;
  min-width: 1170px;
  border-collapse: collapse;
  table-layout: fixed;
}

#lc-registration-root .lc-members-table th,
#lc-registration-root .lc-members-table td {
  padding: 9px 8px;
  border-bottom: 1px solid var(--lc-border);
  vertical-align: middle;
  text-align: left;
}

#lc-registration-root .lc-members-table thead th {
  background: var(--lc-primary);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
}

#lc-registration-root .lc-members-table tbody tr:nth-child(even) {
  background: #fafcfd;
}

#lc-registration-root .lc-members-table tfoot th,
#lc-registration-root .lc-members-table tfoot td {
  border-bottom: 0;
  background: #f0f6fb;
  color: var(--lc-primary-dark);
  font-weight: 800;
}

#lc-registration-root .lc-members-table .col-index {
  width: 46px;
}

#lc-registration-root .lc-members-table .col-sex {
  width: 105px;
}

#lc-registration-root .lc-members-table .col-type {
  width: 112px;
}

#lc-registration-root .lc-members-table .col-last-name,
#lc-registration-root .lc-members-table .col-first-name {
  width: 142px;
}

#lc-registration-root .lc-members-table .col-birthdate {
  width: 138px;
}

#lc-registration-root .lc-members-table .col-section {
  width: 225px;
}

#lc-registration-root .lc-members-table .col-amount {
  width: 92px;
}

#lc-registration-root .lc-members-table .col-actions {
  width: 168px;
}

#lc-registration-root .member-index {
  color: var(--lc-primary-dark);
  text-align: center !important;
}

#lc-registration-root .member-amount {
  display: block;
  color: #173d5e;
  font-weight: 750;
  text-align: right;
  white-space: nowrap;
}

#lc-registration-root .lc-total-label {
  text-align: right !important;
}

#lc-registration-root .lc-cell-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

#lc-registration-root .lc-row-action {
  min-height: 34px;
  padding: 6px 8px;
  border: 1px solid var(--lc-border-strong);
  border-radius: 6px;
  background: #fff;
  color: var(--lc-primary-dark);
  cursor: pointer;
  font: 650 0.78rem/1.15 system-ui, sans-serif;
}

#lc-registration-root .lc-row-action:hover {
  border-color: var(--lc-primary);
  background: var(--lc-accent);
}

#lc-registration-root .lc-remove {
  display: inline-flex;
  width: 35px;
  align-items: center;
  justify-content: center;
  border-color: #e1b7b3;
  color: var(--lc-danger);
}

#lc-registration-root .lc-remove svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#lc-registration-root button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

#lc-registration-root .btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font: 700 0.95rem/1.2 system-ui, sans-serif;
  text-decoration: none;
}

#lc-registration-root .btn-primary,
#lc-registration-root .btn-secondary {
  background: var(--lc-primary);
  color: #fff;
}

#lc-registration-root .btn-primary:hover,
#lc-registration-root .btn-secondary:hover {
  background: var(--lc-primary-dark);
}

#lc-registration-root .btn-light {
  border-color: var(--lc-border);
  background: #eef2f5;
  color: #2f414f;
}

#lc-registration-root .btn-light:hover {
  background: #e2e8ed;
}

#lc-registration-root .btn-lg {
  min-height: 48px;
  padding: 13px 21px;
  font-size: 1rem;
}

#lc-registration-root .lc-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

#lc-registration-root .lc-summary-grid > div {
  padding: 14px;
  border: 1px solid var(--lc-border);
  border-radius: 9px;
  background: var(--lc-surface-muted);
}

#lc-registration-root .lc-summary-grid dt {
  color: var(--lc-muted);
  font-size: 0.84rem;
  font-weight: 650;
}

#lc-registration-root .lc-summary-grid dd {
  margin-top: 4px;
  color: var(--lc-primary-dark);
  font-size: 1.12rem;
  font-weight: 800;
}

#lc-registration-root .lc-summary-grid .lc-summary-total {
  border-color: #b9d7ef;
  background: var(--lc-accent);
}

#lc-registration-root .lc-breakdown {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

#lc-registration-root .lc-breakdown-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--lc-border);
}

#lc-registration-root .lc-breakdown-item strong {
  white-space: nowrap;
}

#lc-registration-root .lc-legal-grid {
  align-items: start;
}

#lc-registration-root .lc-validation-column {
  display: grid;
  gap: 16px;
}

#lc-registration-root .lc-fieldset-box .lc-field + .lc-field,
#lc-registration-root .lc-fieldset-box .lc-note-box + .lc-field {
  margin-top: 13px;
}

#lc-registration-root .lc-note-box,
#lc-registration-root .lc-payment-helper {
  padding: 11px 13px;
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  background: var(--lc-surface-muted);
  color: #40515e;
}

#lc-registration-root .lc-note-box p + p {
  margin-top: 7px;
}

#lc-registration-root .lc-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

#lc-registration-root .lc-radio-grid {
  display: grid;
}

#lc-registration-root .lc-radio-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#lc-registration-root .lc-choice-card {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  background: #fff;
  color: #213f57;
  cursor: pointer;
  font-weight: 600;
}

#lc-registration-root .lc-choice-card:has(input:checked) {
  border-color: var(--lc-primary);
  background: var(--lc-accent);
}

#lc-registration-root input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 auto;
}

#lc-registration-root .lc-payment-helper {
  margin-top: 12px;
}

#lc-registration-root .lc-payment-helper[hidden] {
  display: none !important;
}

#lc-registration-root .sumup-stamp {
  display: block;
  width: auto;
  height: 88px;
  margin-top: 8px;
}

#lc-registration-root .lc-payment-helper-cash {
  display: flex;
  align-items: center;
  gap: 12px;
}

#lc-registration-root .lc-payment-cash-icon svg {
  display: block;
  width: 52px;
  height: auto;
  color: #2c4f70;
}

#lc-registration-root .lc-total-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 9px;
  background: var(--lc-primary-dark);
  color: #fff;
  font-weight: 700;
}

#lc-registration-root .lc-total-box output {
  font-size: 1.3rem;
  font-weight: 800;
}

#lc-registration-root .lc-signature-note {
  margin-bottom: 10px;
}

#lc-registration-root .lc-signature-box {
  padding: 5px;
  border: 1px dashed #9eb4c6;
  border-radius: 9px;
  background: #fff;
}

#lc-registration-root .lc-signature-canvas {
  display: block;
  width: 100%;
  height: 210px;
  border-radius: 6px;
  background: #fff;
  cursor: crosshair;
  touch-action: none;
}

#lc-registration-root .lc-signature-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
}

#lc-registration-root .lc-signature-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#lc-registration-root .lc-signature-required {
  color: var(--lc-danger);
  font-weight: 700;
}

#lc-registration-root .lc-legal-note {
  margin-top: 18px;
  font-size: 0.9rem;
}

#lc-registration-root .lc-legal-note h3 {
  margin-bottom: 6px;
}

#lc-registration-root .lc-error-summary {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 2px solid var(--lc-danger);
  border-radius: 10px;
  background: var(--lc-danger-bg);
  color: #6f1b15;
}

#lc-registration-root .lc-error-summary[hidden] {
  display: none !important;
}

#lc-registration-root .lc-error-summary h2 {
  color: #8b2018;
  font-size: 1.1rem;
}

#lc-registration-root .lc-error-summary ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

#lc-registration-root .lc-error-summary a {
  color: #7c1d16;
  font-weight: 650;
}

#lc-registration-root .lc-submit-bar {
  position: sticky;
  bottom: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid #bed5e7;
  border-radius: 11px;
  background: rgba(248, 252, 255, 0.97);
  box-shadow: 0 8px 30px rgba(22, 58, 88, 0.16);
  backdrop-filter: blur(7px);
}

#lc-registration-root .lc-submit-bar p {
  color: var(--lc-muted);
}

#lc-registration-root .lc-submit-bar.is-busy {
  opacity: 0.82;
}

#lc-registration-root .lc-empty-state {
  text-align: center;
}

#lc-registration-root .lc-empty-state p {
  margin-top: 8px;
  color: var(--lc-muted);
}

#lc-registration-root .lc-antispam-field {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#lc-registration-root .lc-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 980px) {
  #lc-registration-root .lc-header-row {
    align-items: flex-start;
    flex-direction: column;
  }

  #lc-registration-root .lc-season-pill {
    white-space: normal;
  }

  #lc-registration-root .lc-grid-2,
  #lc-registration-root .lc-grid-3 {
    grid-template-columns: 1fr;
  }

  #lc-registration-root .lc-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #lc-registration-root {
    padding: 0 3px;
  }

  #lc-registration-root .lc-card {
    padding: 15px;
    border-radius: 10px;
  }

  #lc-registration-root .lc-header-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  #lc-registration-root .lc-brand-logo {
    height: 72px;
  }

  #lc-registration-root .lc-step-nav ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #lc-registration-root .lc-step-heading-actions {
    flex-wrap: wrap;
  }

  #lc-registration-root .lc-step-heading-actions .btn {
    width: 100%;
    margin-left: 40px;
  }

  #lc-registration-root .lc-table-wrap {
    overflow: visible;
    border: 0;
  }

  #lc-registration-root .lc-members-table,
  #lc-registration-root .lc-members-table tbody,
  #lc-registration-root .lc-members-table tfoot,
  #lc-registration-root .lc-members-table tr,
  #lc-registration-root .lc-members-table th,
  #lc-registration-root .lc-members-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  #lc-registration-root .lc-members-table thead,
  #lc-registration-root .lc-members-table colgroup {
    display: none;
  }

  #lc-registration-root .lc-members-table tbody tr {
    position: relative;
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
    padding: 52px 12px 12px;
    border: 1px solid var(--lc-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(27, 50, 70, 0.05);
  }

  #lc-registration-root .lc-members-table tbody th,
  #lc-registration-root .lc-members-table tbody td {
    padding: 0;
    border: 0;
  }

  #lc-registration-root .member-index {
    position: absolute;
    top: 12px;
    left: 12px;
    width: auto !important;
    padding: 4px 10px !important;
    border-radius: 999px !important;
    background: var(--lc-accent);
  }

  #lc-registration-root .lc-members-table td[data-label]::before {
    display: block;
    margin-bottom: 4px;
    color: var(--lc-muted);
    content: attr(data-label);
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }

  #lc-registration-root .lc-cell-actions {
    display: flex !important;
    justify-content: space-between;
    padding-top: 5px !important;
    border-top: 1px solid var(--lc-border) !important;
  }

  #lc-registration-root .lc-cell-actions::before {
    display: none !important;
  }

  #lc-registration-root .lc-duplicate {
    flex: 1 1 auto;
  }

  #lc-registration-root .member-amount {
    padding: 9px 11px;
    border: 1px solid var(--lc-border);
    border-radius: 7px;
    background: var(--lc-surface-muted);
    text-align: left;
  }

  #lc-registration-root .lc-members-table tfoot tr {
    padding: 12px;
    border: 1px solid var(--lc-border);
    border-radius: 9px;
    background: #f0f6fb;
  }

  #lc-registration-root .lc-members-table tfoot th,
  #lc-registration-root .lc-members-table tfoot td {
    padding: 2px 0;
    border: 0;
    background: transparent;
    text-align: left !important;
  }

  #lc-registration-root .lc-summary-grid,
  #lc-registration-root .lc-radio-grid-2 {
    grid-template-columns: 1fr;
  }

  #lc-registration-root .lc-breakdown-item,
  #lc-registration-root .lc-signature-actions,
  #lc-registration-root .lc-submit-bar {
    align-items: stretch;
    flex-direction: column;
  }

  #lc-registration-root .lc-signature-buttons,
  #lc-registration-root .lc-signature-buttons .btn {
    width: 100%;
  }

  #lc-registration-root .lc-signature-canvas {
    height: 170px;
  }

  #lc-registration-root .lc-submit-bar {
    position: static;
  }

  #lc-registration-root .lc-submit-bar .btn,
  #lc-registration-root .lc-toolbar .btn {
    width: 100%;
  }
}

@media print {
  #lc-registration-root .no-print,
  #lc-registration-root .lc-submit-bar {
    display: none !important;
  }
}

#lc-registration-root .lc-preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

#lc-registration-root .lc-preview-panel {
  padding: 16px;
  border: 1px solid #dbe6f2;
  border-radius: 14px;
  background: #fff;
}

#lc-registration-root .lc-preview-table {
  width: 100%;
  border-collapse: collapse;
}

#lc-registration-root .lc-preview-table th,
#lc-registration-root .lc-preview-table td {
  padding: 10px;
  border-bottom: 1px solid #e6edf5;
  text-align: left;
}

#lc-registration-root .lc-preview-members {
  margin: 16px 0;
}

#lc-registration-root .lc-inline-form {
  display: inline-flex;
  margin: 0;
}

@media (max-width: 900px) {
  #lc-registration-root .lc-preview-grid {
    grid-template-columns: 1fr;
  }
}
