
.wp-block-social-links{
    display: flex;
    flex-direction: row;
    align-content: baseline;
    list-style: none;
    justify-content: center;
}

.wp-block-social-link {
    padding-top: 0 !important;
    padding-left: 20px;
    color: #fff;
    border-radius: 9999px;

    &:hover {
        transform: scale(1.1);
    }
    .btn{
        width: 140px;
    }
    .btn:hover {
        color: #fff;
        i{
            color: #212529;
        }
    }
}

.wp-social-link-whatsapp {
    background-color: #25d366;
}

.wp-social-link-telegram {
    background-color: #2aabee;
}

.wp-social-link-twitch {
    background-color: #6440a4;
}
