.shopatolia-google-auth {
    width: 100%;
}

.shopatolia-google-button {
    display: flex;
    justify-content: center;
    min-height: 44px;
    width: 100%;
}

.shopatolia-google-button > div,
.shopatolia-google-button iframe {
    max-width: 100% !important;
}

.shopatolia-google-status {
    color: #b42318;
    font-size: 13px;
    line-height: 1.4;
    margin: 8px 0 0;
    min-height: 0;
    text-align: center;
}

.shopatolia-google-status:empty {
    display: none;
}

.shopatolia-google-terms {
    color: #6b6876;
    font-size: 11px;
    line-height: 1.45;
    margin: 8px auto 0;
    max-width: 400px;
    text-align: center;
}

.shopatolia-google-terms a {
    color: #3730a3;
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .shopatolia-google-button {
        min-height: 40px;
    }
}
