/* Top category-navigation refinement: preserve the header wordmark and remove only the redundant center mark. */
#nCenterLogoButton {
  display: none !important;
}

html[data-page="work"] body #projectCategories {
  top: 18px;
  gap: 10px;
  padding: 6px;
}

html[data-page="work"] body .project-category-button {
  min-width: 82px;
  height: 35px;
  padding-inline: 16px;
  font-size: 12.5px;
}

@media (min-width: 768px) and (max-width: 810px) {
  html[data-page="work"] body #projectCategories {
    top: 70px;
  }
}

@media (max-width: 767px) {
  html[data-page="work"] body #projectCategories {
    top: 62px;
    gap: 6px;
    padding: 4px;
    max-width: calc(100vw - 24px);
  }

  html[data-page="work"] body .project-category-button {
    min-width: 0;
    height: 30.5px;
    padding-inline: 10px;
    font-size: 9.5px;
  }
}
