/* GoodNatureVibe Google Login button */

.gnv-google-login {
    margin: 16px 0 24px;
    width: 100%;
    max-width: 420px;
}

.gnv-google-login.gnv-google-login-checkout {
    margin: 0 0 16px;
    max-width: 100%;
}

.gnv-google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 10px 18px;
    background: #ffffff;
    color: #3c4043;
    border: 1px solid #dadce0;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: box-shadow 0.15s, background 0.15s, border-color 0.15s;
    font-family: inherit;
}

.gnv-google-btn:hover {
    background: #f8faff;
    border-color: #c5cbd3;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.12);
    color: #202124;
    text-decoration: none;
}

.gnv-google-btn:focus-visible {
    outline: 3px solid #4a90e2;
    outline-offset: 2px;
}

.gnv-google-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.gnv-google-label {
    white-space: nowrap;
}

.gnv-google-divider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0;
    color: #6b7280;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gnv-google-divider::before,
.gnv-google-divider::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #e5e7eb;
}

.gnv-google-divider span {
    padding: 0 12px;
    background: transparent;
}

.gnv-google-consent-notice {
    margin: 8px 0 0;
    padding: 8px 10px;
    font-size: 13px;
    color: #6b4c00;
    background: #fff7e6;
    border: 1px solid #f4d692;
    border-radius: 4px;
}

/* Hidden by default when functional consent is required; revealed by cookie-consent JS */
.gnv-requires-consent-functional {
    display: none;
}

.gnv-requires-consent-functional[data-consent-granted="functional"] {
    display: block;
}
