.tournaments-history__buttons{display:flex;flex-wrap:wrap;gap:1rem}.tournaments-history__button{background-color:var(--color--gray-300);border:0;border-radius:var(--border-radius--2);color:var(--color--gray-400);font-weight:700;padding:.625rem 1rem;transition:all .3s ease-in-out}.tournaments-history__button.is-active,.tournaments-history__button:active,.tournaments-history__button:focus,.tournaments-history__button:hover{background-color:var(--color--blue-400);color:var(--color--white)}.tournaments-history .table{padding-bottom:.75rem}.tournaments-history__list{margin-top:1.25rem}.tournaments-history__load{align-items:center;display:flex;flex-direction:column;margin-top:2.5rem}