.oap-tabs{border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff;padding:12px;margin:16px 0;}
.oap-tabs__title{font-weight:800;margin-bottom:8px;}
.oap-tabs__btns{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px;}
.oap-tabs__btn{border:1px solid rgba(0,0,0,.18);background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer;}
.oap-tabs__btn.is-active{background:rgba(22,92,125,.08);font-weight:700;}
.oap-tabs__pane{display:none;}
.oap-tabs__pane.is-active{display:block;}
.oap-tabs pre{margin:0;border-radius:12px;overflow:auto;}
