.elementor-3264 .elementor-element.elementor-element-5eac9f30{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-62b9e931 *//* Default button style */
.small_bt {
    background-color: red !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

/* Hover effect */
.small_bt:hover {
    background-color: black !important;
    color: red !important;
}/* End custom CSS */
/* Start custom CSS *//* Default button style */
.wp-block-button {
    background-color: red !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

/* Hover effect */
.wp-block-button:hover {
    background-color: black !important;
    color: red !important;
}/* End custom CSS */