.pv-google-auth {
    margin-bottom: 0;
}

.pv-google-button {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #d9d4d1;
    border-radius: 6px;
    background: #fff;
    color: #332c29;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(52, 43, 38, .06);
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.pv-google-button i {
    color: #4285f4;
    font-size: 1.25rem;
    line-height: 1;
}

.pv-google-button:hover {
    border-color: #bdb5b1;
    background: #fafafa;
    color: #201b19;
    box-shadow: 0 3px 8px rgba(52, 43, 38, .09);
}

.pv-google-button:focus-visible {
    outline: 3px solid rgba(66, 133, 244, .24);
    outline-offset: 2px;
}

.pv-auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0;
    color: #8a746a;
    font-size: .84rem;
    white-space: nowrap;
}

.pv-auth-divider::before,
.pv-auth-divider::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eadfda;
}

@media (max-width: 575.98px) {
    .pv-auth-page .pv-floating-contact-header-preview {
        display: none !important;
    }
}
