.thank-you {
  text-align: center;
  padding: var(--space-3xl) 0;
}

.thank-you__header {
  margin-bottom: var(--space-2xl);
}

.thank-you__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background-color: rgba(0, 160, 70, 0.1);
  color: var(--color-status-available);
  border-radius: 50%;
  margin-bottom: var(--space-lg);
}

.thank-you__title {
  font-size: var(--fs-3xl);
  margin-bottom: var(--space-md);
  color: var(--color-text);
}

.thank-you__lead {
  font-size: var(--fs-lg);
  color: var(--color-text-muted);
  max-width: 540px;
  margin: 0 auto;
  line-height: var(--lh-body);
}

.thank-you__content {
  font-size: var(--fs-md);
  color: var(--color-text);
  margin-bottom: var(--space-2xl);
  text-align: left;
}

.thank-you__content:empty {
  display: none;
}

.thank-you__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  justify-content: center;
}
