/* Center all Custom Links blocks */
.block.custom-links {
  text-align: center;
}

/* Ensure links are inline-block and spaced */
.block.custom-links a {
  display: inline-block;
  margin: 0.5rem auto;
}

/* Optional: make sure nav-pills don't stretch */
.block.custom-links ul.nav {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
