.jb-suite-google-role-message,
.jb-auth-google__message {
    min-height: 18px;
    margin: 0 0 10px;
    font-size: 13px;
    text-align: center;
}

.jb-suite-google-role-message.is-error,
.jb-auth-google__message.is-error {
    color: #b42318;
}

.jb-suite-google-role-message.is-success,
.jb-auth-google__message.is-success {
    color: #027a48;
}

.jb-suite-google-role-actions,
.jb-auth-google__actions {
    display: flex;
    justify-content: stretch;
    margin-top: 6px;
}

.jb-suite-google-role-confirm,
.jb-auth-google__confirm {
    width: 100%;
    border-radius: 14px;
    padding: 13px 18px;
    min-height: 52px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: none;
}

.jb-suite-google-role-actions .jb-suite-button.jb-suite-google-role-confirm,
.jb-auth-google__actions .jb-suite-button.jb-auth-google__confirm {
    background: #0b5fff;
    border: 1px solid #0b5fff;
    color: #ffffff;
}

.jb-suite-google-role-confirm:hover,
.jb-suite-google-role-confirm:focus,
.jb-auth-google__confirm:hover,
.jb-auth-google__confirm:focus {
    background: #0056d2;
    border-color: #0056d2;
    color: #ffffff;
}

.jb-suite-google-role-confirm:disabled,
.jb-auth-google__confirm:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.jb-suite-google-role-footer,
.jb-auth-google__footer {
    margin: 18px 0 0;
    text-align: center;
    font-size: 15px;
    color: #475467;
}

.jb-suite-google-role-footer a,
.jb-auth-google__footer a {
    color: #0056d2;
    font-weight: 600;
    text-decoration: none;
}

.jb-suite-google-role-footer a:hover,
.jb-auth-google__footer a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .jb-suite-google-role-confirm,
    .jb-auth-google__confirm {
        min-height: 46px;
        font-size: 16px;
    }
}
