.postDiv{justify-content:center;align-items:center;gap:5px;width:100%;display:flex}.btns{cursor:pointer;background:#f8f9fa;border:1px solid #e2e2e2;border-radius:7.5px;justify-content:center;align-items:center;min-width:10vw;max-width:10vw;margin-top:2vh;padding:.5rem .75rem;transition:background .2s,border-color .2s;display:flex}.btns:hover:not(:disabled){background:#e9ecef}.btns.is-active{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}[data-theme=dark] body{color:#eaeaea;background-color:#121212}[data-theme=dark] .postDiv{color:#eaeaea;background-color:#1e1e1e}[data-theme=dark] .btns{color:var(--tt-text-secondary);background:#23262d;border-color:#ffffff14}[data-theme=dark] .btns:hover:not(:disabled){background:#2a2e38}[data-theme=dark] .btns.is-active{color:#eaeaff;background:#8b7cff2e;border-color:#8b7cff}