.plugin-tab{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:24px}.plugin-tab .tab-label{background:rgba(255,255,255,.1);border:1px solid rgba(98,98,98,.3);border-bottom-color:#626262;border-radius:4px 4px 0 0;cursor:pointer;flex:1;font-weight:700;min-width:120px;order:-1;padding:12px 8px;text-align:center}.plugin-tab .tab-content{display:none;margin-top:24px;width:100%}.plugin-tab .tab-switch{display:none}.plugin-tab .tab-switch:checked+.tab-label{background:0 0;border:1px solid #626262;border-bottom:none}.plugin-tab .tab-switch:checked+.tab-label+.tab-content{display:block}