.auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    color: var(--text-secondary, #605e5c);
    font-size: 13px;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border, #e1dfdd);
}

.google-signin-block {
    margin-bottom: 8px;
}

.google-signin-block .google-btn-host {
    display: flex;
    justify-content: center;
    min-height: 44px;
}

.google-signin-block.is-hidden {
    display: none;
}

.google-register-host {
    position: relative;
    width: 100%;
    min-height: 44px;
}

.google-register-label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #747775;
    border-radius: 4px;
    background: #fff;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
    pointer-events: none;
    z-index: 0;
}

.google-register-icon {
    flex-shrink: 0;
}

.google-register-click-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.01;
    overflow: hidden;
}

.google-register-click-layer > div,
.google-register-click-layer iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 44px;
}
