.tabs{display:flex;flex-direction:row;gap:10px;background-color:#f3f4f6;padding:6px 12px;border-radius:10px;width:fit-content}.tabs .tab{cursor:pointer;text-wrap:nowrap;transition-duration:.2s}.tabs .tab.tab__selected{background-color:#e5e7eb;font-weight:500}.tabs .tab:hover,.tabs .tab:active{background-color:#d1d5dc}.tabs-demo{display:flex;flex-direction:column;gap:10px}.content{padding:12px 24px;width:100%;max-width:30rem;background-color:#f3f4f6;border-radius:10px}
