:root{
  --rd-button-radius:.75rem;
}

/*
 * Ruangday action control radius.
 * This file loads after Elementor and page CSS so page-specific values cannot
 * replace the shared button token.
 */
html body .elementor-widget-button .elementor-button,
html body a.elementor-button,
html body button,
html body input[type="button"],
html body input[type="submit"],
html body input[type="reset"],
html body .wp-element-button,
html body .wp-block-button__link,
html body .woocommerce a.button,
html body .woocommerce button.button,
html body .woocommerce input.button,
html body .tutor-wrap .tutor-btn,
html body .tribe-common .tribe-common-c-btn,
html body .tribe-common a.tribe-common-c-btn,
html body .cosmosfarm-members-form .button,
html body .elementor-pagination .page-numbers,
html body .woocommerce-pagination .page-numbers,
html body .pagination .page-numbers,
html body .tutor-pagination .page-numbers,
html body .tutor-pagination .tutor-pagination-item{
  border-radius:var(--rd-button-radius)!important;
}
