.vozgl-google-button {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    border: 1px solid #dadce0;
    background-color: #ffffff;
    color: #3c4043;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    min-height: 42px;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vozgl-google-button:hover,
.vozgl-google-button:focus {
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.35), 0 4px 8px rgba(60, 64, 67, 0.2);
    border-color: #d2d2d2;
}

.vozgl-google-button:focus {
    outline: none;
}

.vozgl-google-button:focus-visible {
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.3);
}

.vozgl-google-button:active {
    box-shadow: 0 1px 1px rgba(60, 64, 67, 0.3), 0 2px 4px rgba(60, 64, 67, 0.2);
    background-color: #f8f9fa;
}

.vozgl-google-button:disabled,
.vozgl-google-button[aria-disabled="true"] {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

.vozgl-google-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.vozgl-google-button__svg {
    display: block;
    width: 18px;
    height: 18px;
}

.vozgl-google-button__label {
    display: inline-flex;
    align-items: center;
}

.vozgl-google-button--unlink {
    border-color: #f6d5d5;
    color: #c62828;
    box-shadow: none;
}

.vozgl-google-button--unlink:hover,
.vozgl-google-button--unlink:focus {
    background-color: #fdeaea;
    border-color: #f3b5b5;
    box-shadow: none;
}

.vozgl-account-actions {
    margin: 1rem 0 1.5rem;
}

.vozgl-account-actions--link {
    margin-top: 1.5rem;
}

.vozgl-dashboard-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.25rem;
    margin: 1.5rem 0;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.vozgl-dashboard-card h3 {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
}

.vozgl-dashboard-card p {
    margin: 0 0 1rem;
    color: #475569;
}

.vozgl-dashboard-card__privacy {
    font-size: 0.85rem;
    color: #1d4ed8;
}

.vozgl-login-button {
    margin: 1rem 0;
}

.vozgl-login-button--checkout,
.vozgl-login-button--cart {
    text-align: center;
}

.vozgl-login-button--wp-login {
    margin-top: 1.25rem;
}

.vozgl-privacy-notice {
    margin: 1rem 0;
    font-size: 0.85rem;
    color: #475569;
}

.vozgl-google-button--link {
    box-shadow: none;
}

.vozgl-google-button--link:hover,
.vozgl-google-button--link:focus {
    background-color: #f1f3f4;
}

.vozgl-login-notice {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    border-left: 4px solid #ea4335;
    background: #fdecea;
    color: #7f1d1d;
    border-radius: 4px;
}

.vozgl-login-notice p {
    margin: 0;
}
