#mp-google-checkout-wrap {
    clear: both;
    width: 100%;
    margin-top: 14px;
}

.mp-google-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0;
    color: #8a8f98;
    font-size: 12px;
    text-transform: uppercase;
}

.mp-google-divider::before,
.mp-google-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e4e7eb;
}

#mp-google-checkout-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 46px;
    padding: 10px 16px;
    border: 1px solid #dadce0;
    border-radius: 24px;
    background: #ffffff;
    color: #3c4043;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

#mp-google-checkout-login:hover,
#mp-google-checkout-login:focus {
    background: #f8faff;
    border-color: #c8d6f1;
    box-shadow: 0 1px 3px rgba(60, 64, 67, .2);
    color: #202124;
    text-decoration: none;
    outline: none;
}

.mp-google-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #4285f4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

@media (max-width: 767px) {
    #mp-google-checkout-wrap {
        margin-top: 16px;
    }

    #mp-google-checkout-login {
        min-height: 52px;
        border-radius: 28px;
        font-size: 15px;
    }
}
