/* 404 styles start */
/* template-parts/404.php: 404 Page */
.wt-404 {
  width: 100%;
  max-width: none !important;
  min-height: calc(100vh - 260px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 30px 120px !important;
}

.wt-404__inner {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wt-404__code {
  font-family: var(--wt-font);
  font-size: clamp(180px, 28vw, 300px);
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: var(--wt-color-text);
}

.wt-404__title {
  margin: 40px 0 0;
  font-family: var(--wt-font);
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1;
  font-weight: 300;
  color: var(--wt-color-text);
}

.wt-404__text {
  margin: 26px 0 0;
  max-width: 500px;
  font-family: var(--wt-font);
  font-size: 16px;
  line-height: 1.35;
  color: var(--wt-color-text);
}

.wt-404__text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1024px) {
  .wt-404 {
    padding: 64px 20px 96px !important;
  }
}

@media (max-width: 767px) {
  .wt-404 {
    min-height: calc(100vh - 220px);
    padding: 48px 15px 72px !important;
  }

  .wt-404__title {
    margin-top: 28px;
  }

  .wt-404__text {
    margin-top: 18px;
    font-size: 14px;
  }
}

/* 404 styles end */
