/* Loaded after uni framework CSS on H5 — keep pill button labels centered. */
uni-button,
button {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  overflow: visible;
}
uni-button::after,
button::after {
  border: none !important;
}
