.elementor-widget-container:has(.booksy-widget-container){
    text-align: center;
}
.elementor-widget-container:has(.booksy-widget-container) .booksy-business-link{
    display: none;
}
.booksy-widget-container .booksy-widget-button {
    /* Remove image as above */
    background: none !important;
    /* Set your own styles */
    color: #fff;
    background-color: #DE6D35 !important;
    height: 54px !important;
    width: 25vw !important;
    line-height: 50px;
    border-radius: 8px;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: auto;
    height: auto;
    display: inline-block;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}
@media (max-width: 767px) {
   .booksy-widget-container .booksy-widget-button {
        width: 65vw !important;
    } 
}
.booksy-widget-container .booksy-widget-button::after {
    content: "Kliknij i Zarezerwuj Trening"; /* Your button text here */
    display: inline-block;
    font-family: "Kanit", Sans-serif;
}
.booksy-widget-container-dialog{
    width: auto !important;
}