/* Elementor's own button widget, given the u-cta class by setup-site.php.
   Elementor's small size renders 39px tall; 44px is the touch floor. The
   button keeps its Elementor padding and type, the flex wrapper only adds
   the floor and keeps the label centred. Audit, 28 August 2026. */
.u-cta .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}
