.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sds-frame {
  width: 100%;
  height: 70vh;
  border: 1px solid #ccc;
}

.space-top-md { margin-top: 16px; }
.space-top-lg { margin-top: 24px; }
.space-top-xl { margin-top: 32px; }
.profile-option { display: block; margin-bottom: 12px; }
.checklist-item { margin-bottom: 16px; padding: 12px; border: 1px solid #ddd; border-radius: 8px; }
.checklist-help { margin: 4px 0 0 24px; color: #555; }

.registration-section {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.registration-section legend {
  padding: 0 8px;
  font-weight: 900;
}

.copy-address {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
}

.copy-address input { width: auto; min-height: auto; }
