/* Global rounded buttons across plugin and theme front-end */
button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"],
/* Gutenberg buttons */
.wp-block-button__link,
/* Elementor / common builder buttons */
.elementor-button,
.uicore-btn,
.bdt-button,
a.button,
.button-primary,
.button-secondary {
  border-radius: 9999px !important; /* pill shape (approx 50% roundness) */
  cursor: pointer;
}

/* Ensure nested anchor buttons inside blocks also inherit */
.wp-block-button .wp-block-button__link {
  border-radius: 9999px !important;
}
