.wp-block-social-links {

    .wp-social-link {
        border: 1px solid currentColor;
        height: 38px;
        width: 38px;
        display: flex !important;
        align-items: center;
        justify-content: center;

        svg {
            width: 19px;
        }
    }

    
    &.is-style-logos-only {

        // .wp-social-link-NEWICON {
        // color: fuchsia;
        // }
    }

    &:not(.is-style-logos-only) {

        // .wp-social-link-NEWICON {
        // background-color: fuchsia;
        //     color: #ffffff;
        // }
    }
}