.error-page-wrap {
  max-width: 42.5rem;
  margin: 0 auto;
  padding: 2.75rem 1.75rem;
  border: 1px solid #ececf2;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 1rem 2rem rgba(17, 24, 39, 0.08);
}

.error-logo {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.error-logo img {
  width: 8.5rem;
  height: auto;
}

.error-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #f2d4e2;
  background-color: #fae7ef;
  color: #d41367;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.error-visual {
  max-width: 17.5rem;
  margin: 1.5rem auto 1rem;
}

.error-visual img {
  width: 100%;
  height: auto;
}

.error-title {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1d1d1d;
}

.error-desc {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  color: #707070;
  line-height: 1.6;
  word-break: keep-all;
}

.error-actions {
  margin-top: 1.75rem;
}

.error-actions .tf-btn {
  min-width: 8.5rem;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .error-page-wrap {
    padding: 2rem 1.25rem;
  }

  .error-title {
    font-size: 1.375rem;
  }

  .error-actions .tf-btn {
    width: 100%;
  }
}
