/* Segoe UI labels look 1 px low inside Fluent's centred line box.
   Adjust the label only; Fluent owns control height, padding and icon layout. */
fluent-button:not([icon-only])::part(content),
fluent-anchor-button:not([icon-only])::part(content) {
  transform: translateY(-1px);
}
