.tf-error-page-enhanced #block-hlavnyobsahstranky {
  max-width: 920px;
  margin-inline: auto;
}

.tf-error-help {
  margin-block: 24px 64px;
  padding: clamp(24px, 4vw, 44px);
  border-inline-start: 4px solid #7d7d79;
  background: #f1f1ef;
}

.tf-error-help h2 {
  margin-block: 0 12px;
  font-family: Merriweather, Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
}

.tf-error-help > p {
  max-width: 72ch;
  margin-block: 0 24px;
  font-size: 18px;
  line-height: 1.6;
}

.tf-error-search label {
  display: block;
  margin-block-end: 8px;
  font-weight: 700;
}

.tf-error-search__controls {
  display: flex;
  gap: 10px;
  max-width: 680px;
}

.tf-error-search input[type="search"] {
  min-width: 0;
  min-height: 44px;
  flex: 1 1 auto;
  padding: 8px 12px;
  border: 1px solid #777;
  background: #fff;
}

.tf-error-search button {
  min-height: 44px;
  padding: 8px 20px;
  border: 1px solid #111;
  color: #fff;
  background: #111;
  font-weight: 700;
}

.tf-error-search button:hover,
.tf-error-search button:focus-visible {
  color: #111;
  background: #fff;
}

.tf-error-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tf-error-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-weight: 700;
}

@media (max-width: 520px) {
  .tf-error-help {
    margin-block: 12px 40px;
  }

  .tf-error-search__controls {
    align-items: stretch;
    flex-direction: column;
  }

  .tf-error-search button {
    width: 100%;
  }

  .tf-error-links ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
