/* ------------------------------------------------------------------------------
* Author: web-zone.org
* @package Bado Blog
* Description: Additional styles on changes in the customizer
* ------------------------------------------------------------------------------ */

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #16bcbc;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-top: calc(0.667em + 2px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 2px);
    padding-left: calc(1.333em + 2px);
    text-decoration: none;
    text-transform: inherit;
}