.afsheen-google-login {
    clear: both;
    margin: 24px 0;
}

.afsheen-google-login__separator {
    align-items: center;
    color: #756a5d;
    display: flex;
    font-size: 13px;
    gap: 12px;
    justify-content: center;
    margin: 0 0 16px;
    text-transform: lowercase;
}

.afsheen-google-login__separator::before,
.afsheen-google-login__separator::after {
    background: rgba(128, 101, 51, 0.24);
    content: "";
    flex: 1 1 auto;
    height: 1px;
}

.afsheen-google-login .nsl-container,
.afsheen-google-login .nsl-container-buttons,
.afsheen-google-login .nsl-button {
    width: 100%;
}

.afsheen-google-login .nsl-button {
    align-items: center;
    border-radius: 8px !important;
    box-sizing: border-box;
    justify-content: center;
    min-height: 44px;
}

@media (max-width: 767px) {
    .afsheen-google-login {
        margin: 20px 0;
    }
}
