.csl-social-login-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.csl-social-login-buttons .csl-button {
    width: 100% !important;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    display: flex;
    background-color: #fff;
    border:1px solid #000;
    text-align: center;
    line-height: 1.5;
}

.csl-social-login-buttons .csl-button span{
    font-weight: bold;
    margin: 0 auto;
}

.csl-social-login-buttons .csl-button::before{
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-flex;
    height: 20px;
    width: 20px;
}

.csl-social-login-buttons .csl-google::before {
    background-image: url('../google.svg');
}

.csl-social-login-buttons .csl-facebook::before  {
    background-image: url('../facebook.svg');
}

.csl-social-login-buttons .csl-apple::before  {
    background-image: url('../apple.svg');
}

/* Add more styles for additional providers */
