.hc-regs-items {

  --xb-card-bg: #fff;
  --xb-line: var(--xh-line, rgba(30, 30, 30, 0.10));
  --xb-card-line: var(--xb-line);
  --xb-accent: var(--xh-accent, #097A4B);
  --xb-heading: var(--xh-h2-color, var(--hc-text, #1E1E1E));
  --xb-body: var(--xh-text-dim, rgba(30, 30, 30, 0.72));
  --xb-link-fg: var(--xb-accent);

  margin-top: 28px;
}

.hc-closing-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.hc-closing-alt {
  margin: 24px auto 0;
  max-width: 560px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--hc-text-faint, rgba(30, 30, 30, 0.68));
  text-wrap: pretty;
}

.hc-closing-alt a {
  color: var(--hc-green, #0A8754);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.hc-closing-alt a:hover,
.hc-closing-alt a:focus-visible {
  border-bottom-color: currentColor;
}
