.auth-quick-login-label {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    color: #5b5b5b;
    font-weight: 500;
}

.google-return-hint {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    border: 1px solid #c7d8f0;
    background: #f3f7fc;
    text-decoration: none !important;
    color: #1e1e1e !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.google-return-hint:hover {
    background: #e8f0fb;
    border-color: #a8c4eb;
}

.google-return-hint__avatar-wrap {
    flex-shrink: 0;
}

.google-return-hint__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dbe7f7;
    background: #fff;
}

.google-return-hint__text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
}

.google-return-hint__title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.google-return-hint__email {
    font-size: 0.8rem;
    color: #5b5b5b;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.google-return-hint__chev {
    font-size: 0.65rem;
    opacity: 0.65;
    margin-inline-start: 2px;
}

.google-return-hint__glogo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
