.tournament-single-schedule__heading{margin-bottom:1.25rem}.tournament-single-schedule__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.tournament-single-schedule__button{background-color:var(--color--gray-300);border:0;border-radius:var(--border-radius--2);padding:.625rem 1rem;transition:all .3s ease-in-out}.tournament-single-schedule__button.is-active,.tournament-single-schedule__button:active,.tournament-single-schedule__button:focus,.tournament-single-schedule__button:hover{background-color:var(--color--blue-400);color:var(--color--white)}.tournament-single-schedule__content{max-height:50vh}.tournament-single-schedule__list{list-style:none;margin-bottom:0;max-height:50vh;overflow-y:scroll;padding-bottom:.625rem;padding-left:0}.tournament-single-schedule__item{background-color:var(--color--white);border-radius:var(--border-radius--3);box-shadow:var(--box-shadow--primary);display:flex;flex-direction:column;justify-content:space-between;padding:1rem}@media (min-width:992px){.tournament-single-schedule__item{align-items:center;flex-direction:row}}.tournament-single-schedule__item:not(:last-child){margin-bottom:1.25rem}.tournament-single-schedule__item-details{margin-bottom:.625rem}@media (min-width:992px){.tournament-single-schedule__item-details{margin-bottom:0}}.tournament-single-schedule__item-heading{color:var(--color--blue-dark-400);flex:1;font-family:var(--font-family--body);margin-bottom:0}@media (min-width:992px){.tournament-single-schedule__item-heading{margin-left:1.25rem}}.tournament-single-schedule__item-button{margin-top:.625rem}@media (min-width:992px){.tournament-single-schedule__item-button{margin-left:1.25rem;margin-top:0}}.tournament-single-schedule__media{margin-bottom:0}.tournament-single-schedule__img{border-radius:var(--border-radius--3)}