.tnb-social-login-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tnb-login-button {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.tnb-google {
    background-color: #db4437;
}

.tnb-microsoft {
    background-color: #2f2f2f;
}

.tnb-apple {
    background-color: #000;
}
