li.wp-social-link {
    margin: 0 1rem;
    padding: 0;
}

ul.wp-block-social-links {
    margin: 0;
}

.wp-element-button, .wp-block-button__link {
    display: inline-block;
}

:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}

@media only screen and (min-width: 600px) {


}

@media only screen and (min-width: 680px) {

}

@media only screen and (min-width: 960px) {

}

@media (max-width: 960px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100%!important;
}
}
