.athletics-results__row{border:1px solid var(--color--light-gray);border-radius:4px;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:1rem;padding:.5rem}.athletics-results__row>div{font-size:1rem;grid-column:span 2;line-height:1.2;padding:.25rem}.athletics-results__row>div.athletics-results__row__score,.athletics-results__row>div.athletics-results__row__winLoss{grid-column:span 1}.athletics-results__row:nth-child(odd){background:var(--color--light-gray)}.athletics-results .athletics-results__header{display:none}.athletics-results__header>div{border-left:1px solid #fff}.athletics-results__row__col__label{display:block;font-size:.75em;font-weight:900;line-height:1.2}.athletics-results__row.placeholder{background:#eee;display:block;min-height:10rem;overflow:hidden;position:relative}.athletics-results__row.placeholder:nth-child(odd){background:#ddd}.placeholder>span{animation:loading 2s infinite;animation-delay:calc(var(--animation-order)*.1s);background-image:linear-gradient(90deg,hsla(0,0%,98%,0) 25%,hsla(0,0%,98%,.6),hsla(0,0%,98%,0) 75%);height:100%;left:-100%;position:absolute;width:100%;z-index:45}@keyframes loading{0%{left:-100%}to{left:100%}}@media (min-width:768px){.athletics-results__row{border:0;grid-template-columns:repeat(5,1fr);margin-bottom:0;padding:0}.athletics-results__row>div{font-size:1.125rem;grid-column:span 1;padding:.75rem}.athletics-results .athletics-results__header{background:var(--color--red);color:#fff;display:grid;font-weight:700;position:sticky;top:90px}.athletics-results__row__col__label{display:none}.athletics-results__row.placeholder{min-height:2.5rem}}