/* Tabbed Showcase plugin — scoped to .plugin-10004 */
.plugin-10004 .tbs-section { padding: 80px 0; }
.plugin-10004 .tbs-wrap { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.plugin-10004 .tbs-label {
    font-size: 13px; font-weight: 500;
    color: var(--ocs-primary, #1a73e8);
    text-transform: uppercase; letter-spacing: .8px; margin-bottom: 12px;
}
.plugin-10004 .tbs-heading {
    font-size: 38px; font-weight: 400;
    color: #202124; line-height: 1.2; margin-bottom: 14px;
}
.plugin-10004 .tbs-sub {
    font-size: 17px; color: #5f6368;
    line-height: 1.65; max-width: 560px; margin-bottom: 36px;
}
/* Tab bar */
.plugin-10004 .tbs-tabs {
    display: flex;
    gap: 4px;
    border-bottom: 2px solid #dadce0;
    margin-bottom: 36px;
    flex-wrap: wrap;
}
.plugin-10004 .tbs-tab {
    display: flex; align-items: center; gap: 8px;
    background: none; border: none;
    padding: 12px 18px;
    font-size: 14px; font-weight: 500;
    color: #5f6368; cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    font-family: inherit;
    transition: color .15s, border-color .15s;
    white-space: nowrap;
}
.plugin-10004 .tbs-tab:hover { color: #202124; }
.plugin-10004 .tbs-tab.active {
    color: var(--ocs-primary, #1a73e8);
    border-bottom-color: var(--ocs-primary, #1a73e8);
}
.plugin-10004 .tbs-tab-icon { font-size: 18px; line-height: 1; }
/* Panels */
.plugin-10004 .tbs-panel { display: none; }
.plugin-10004 .tbs-panel.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.plugin-10004 .tbs-badge {
    display: inline-block;
    font-size: 12px; font-weight: 600;
    padding: 4px 12px; border-radius: 100px;
    margin-bottom: 16px;
}
.plugin-10004 .tbs-panel-title {
    font-size: 28px; font-weight: 400;
    color: #202124; margin-bottom: 14px; line-height: 1.2;
}
.plugin-10004 .tbs-panel-desc {
    font-size: 15px; color: #5f6368;
    line-height: 1.7; margin-bottom: 24px;
}
.plugin-10004 .tbs-btn {
    display: inline-block;
    background: var(--ocs-primary, #1a73e8); color: #fff;
    text-decoration: none; padding: 12px 24px;
    border-radius: 4px; font-size: 14px; font-weight: 500;
    transition: background .2s;
}
.plugin-10004 .tbs-btn:hover { background: #1557b0; color: #fff; }
/* Right preview */
.plugin-10004 .tbs-panel-vis {
    background: #f8f9fa;
    border: 1px solid #dadce0;
    border-radius: 10px;
    padding: 20px;
}
.plugin-10004 .tbs-panel-vis-label {
    font-size: 11px; font-weight: 500;
    color: #5f6368; text-transform: uppercase; letter-spacing: .5px;
    margin-bottom: 14px;
}

@media (max-width: 900px) {
    .plugin-10004 .tbs-panel.active { grid-template-columns: 1fr; gap: 28px; }
    .plugin-10004 .tbs-wrap { padding: 0 24px; }
    .plugin-10004 .tbs-heading { font-size: 26px; }
    .plugin-10004 .tbs-tabs { overflow-x: auto; flex-wrap: nowrap; }
}
