.groups{display:flex;flex:1 1 auto;flex-direction:row;height:93%;width:100%}.groups>div{align-items:center;background:var(--clr-grey);display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-evenly;min-width:18%}.groups>div:last-child{flex:0 1 auto}.score-btn{align-items:center;background-color:#eee;border:none;border-radius:8px;color:#000;display:flex;font-size:larger;font-weight:700;justify-content:center;transition:all .4s ease-out}.score-btn:disabled{color:#939292;transition:all .4s ease-out}.scored{background-color:#75f100;opacity:1}.locked.scored,.scored{transition:all .4s ease-out}.locked.scored{background-color:orange}.score-btn-wrapper{height:100%;width:100%}.score-btn-wrapper,.score-total{align-items:center;display:flex;justify-content:center}.score-total{font-size:large;font-weight:700}