<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.account-access-options .button {
    background-color: #FFFFFF;
    border: 1px solid var(--greyColor50);
}

.account-access-options__button {
    gap: .75rem;
    margin-bottom: 1rem;
}

.account-access-options__button:last-child {
    margin-bottom: 0;
}

.account-access-options__button::before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.account-access-options__button.account-access-options__button--google::before {
    background-image: url("/frontend/assets/Shared/Component/AccountAccessOptions/Presentation/Images/GoogleLogo-83ace35eb8.svg");
}

.account-access-options__button.account-access-options__button--facebook::before {
    background-image: url("/frontend/assets/Shared/Component/AccountAccessOptions/Presentation/Images/FacebookLogo-35b0fd9083.svg");
}

.account-access-options__button.account-access-options__button--email::before {
    background-image: url("/frontend/assets/Shared/Component/AccountAccessOptions/Presentation/Images/EmailIcon-e4861cb54f.svg");
    height: 1.125rem;
}
</pre></body></html>