.success-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.success-title {
  max-width: 360px;
  text-align: center;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.success-check {
  width: 92px;
  height: 92px;
}

.success-text {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
  color: var(--muted);
}

.success-text-secondary {
  margin-top: 8px;
}

.success-mail {
  display: inline-block;
  margin-top: 4px;
  color: #367aff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

@media (max-width: 600px) {
  .success-content {
    gap: 20px;
  }

  .success-title {
    font-size: 30px;
  }

  .success-check {
    width: 80px;
    height: 80px;
  }

  .success-text {
    font-size: 15px;
  }

  .success-mail {
    font-size: 18px;
  }
}
