.race-list{display:grid;grid-template-columns:auto;gap:1rem}@media screen and (width >= 60rem){.race-list{grid-template-columns:repeat(2, 1fr)}}.race-list>.title{grid-column:1/-1}.race-list>.race .bib-photo{width:100%;height:auto;margin-bottom:.5rem}.race-list>.race .title{text-align:center;margin-bottom:.5rem}.race-list>.race>.badge-list{display:flex;flex-flow:row wrap;justify-content:center;gap:.25rem 1rem;padding-left:0;margin:0;list-style:none}.race-list>.race>.badge-list>li{display:inline-block;padding:.3rem;margin:0;border-radius:.3rem;background:rgba(0,0,0,.1);print-color-adjust:exact;-webkit-print-color-adjust:exact;text-wrap:nowrap}@media screen and (prefers-color-scheme: dark){.race-list>.race>.badge-list>li{background:rgba(255,255,255,.1)}}