.nih-container-full-initial .wp-block-group__inner-container > * {
  max-width: initial !important;
}

.nih-container-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nih-container-center svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.transition-button a {
  transition: box-shadow 0.2s ease, background-color 0.2s linear !important;
}

.transition-button a .uagb-button__link {
  transition: color 0.2s linear !important;
}
