/* Start custom CSS */.page-header.flex-middle {
  display: none !important;
}

/* Linkowanie kart zakresu audytu */
.nit-audit-page .nit-scope h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.nit-audit-page .nit-scope h3 a:hover {
  color: #d40000 !important;
}

.nit-audit-page .nit-scope__more {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: #d40000 !important;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.25s ease, color 0.25s ease;
}

.nit-audit-page .nit-scope__more::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.25s ease;
}

.nit-audit-page .nit-scope__more:hover {
  color: #b80000 !important;
  transform: translateX(2px);
}

.nit-audit-page .nit-scope__more:hover::after {
  transform: translateX(3px);
}

.nit-audit-page .nit-scope--linked {
  cursor: default;
}/* End custom CSS */