.widget_sd_widget_button {
    display: flex;
}

.widget_sd_widget_button .sd-block-button.style-background a {
    line-height: 40px;
}

.widget_sd_widget_button .button-icon svg {
    width: 30px;
    height: 30px;
}

@media screen and (min-width: 769px) {
    .widget_sd_widget_button .button-icon {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .widget_sd_widget_button .desktop {
        display: none;
    }
}