/* Success screen refinements: preserve the reference layout while aligning the completion UI with the rounded form language. */
.success-panel .success-icon {
  width: 3.4rem;
  height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.72rem;
  background: #087dfb;
  color: #ffffff;
  box-shadow: none;
}

.success-panel .primary-action svg:last-child {
  display: none;
}

.success-panel .quiet-action {
  border: 0;
  border-bottom: 0;
  background: transparent;
  text-decoration: none;
  box-shadow: none;
}

.success-panel .quiet-action:hover,
.success-panel .quiet-action:focus-visible {
  border-bottom: 0;
  text-decoration: none;
}

/* Form background consistency: keep the left desktop ledger texture intact, but remove the dotted overlay from the full form sheet on every breakpoint. */
.brief-sheet::before {
  display: none;
}

/* Form labels cleanup: remove all section counters/corner marks and the private-enquiry badge at every breakpoint. */
.section-index,
.private-tag {
  display: none !important;
}
