:root[data-confluence-content-id="{1583808513}"] h6 {font-size: 22px;} h5 {font-size: 30px;} figure.vp-image img {border:0;}
/* header links wrap */
.header-links ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: center; /* center the whole group */
}

.header-links li {
  flex: 0 0 90px; /* your chosen width */
  min-width: 0;
  text-align: center; /* center text inside */
}

.header-links a {
  display: block;
  white-space: normal;
  line-height: 1.2;
  text-align: center; /* ensure multiline centering */
}