/* Use flex layout and allow items to shrink / wrap as needed */
#my-categories-124360502 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  margin: 0 auto !important;

  /* Try to disable overflow hiding */
  overflow: visible !important;
  white-space: nowrap !important;
}

/* Style the links */
#my-categories-124360502 a {
  color: #000 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  margin: 0 0.8em !important;
  display: inline-block !important;
  /* allow shrinking so more items can fit */
  flex-shrink: 1 !important;
}

/* Hover / focus */
#my-categories-124360502 a:hover,
#my-categories-124360502 a:focus {
  color: #000 !important;
  text-decoration: underline !important;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  #my-categories-124360502 {
    justify-content: center !important;
  }
  #my-categories-124360502 a {
    margin: 0 0.4em !important;
    font-size: 0.9rem !important;
  }
}
