.jb-suite-password-meter {
    font-size: 12px;
    color: #6b7280;
    margin-top: 6px;
}

.jb-suite-auth-tablist {
    display: flex;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 20px;
}

.jb-suite-auth-tab {
    flex: 1;
    padding: 12px 16px;
    background: #f8fafc;
    border: 0;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    cursor: pointer;
}

.jb-suite-auth-tab-button {
    background: transparent;
}

.jb-suite-auth-tab.is-active {
    background: #f6faff;
    border-bottom: 2px solid #0056d2;
    color: #000;
    border-radius: 0;
}

.jb-suite-auth-panel {
    display: none;
}

.jb-suite-auth-panel.is-active {
    display: block;
    margin-top: 10px;
}

.jb-suite-auth-tabs:not(.jb-suite-auth-ready) .jb-suite-auth-panel:first-of-type {
    display: block;
    margin-top: 10px;
}

@media (max-width: 640px) {
    .jb-suite-auth-tab {
        padding: 10px 8px;
        font-size: 16px;
    }
}

.jb-suite-social-placeholder {
    display: flex;
    gap: 10px;
    margin: 16px 0 0;
    font-size: 14px;
}

.jb-suite-social-button {
    width: 100%;
    padding: 10px 16px;
    border-radius: 6px;
    border: 1px solid #c3c4c7;
    background: #f8f9fb;
    color: #1f2937;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.jb-suite-social-button:disabled {
    cursor: not-allowed;
}

.jb-suite-social-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
}

.jb-suite-social-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}
