.medal-gallery { display:grid; grid-template-columns:repeat(auto-fit,minmax(92px,1fr)); gap:1rem; margin:1.25rem 0; }
.medal-gallery figure { margin:0; text-align:center; }
.medal-gallery img { width:min(100%,150px); height:auto; object-fit:contain; }
.medal-gallery figcaption { margin-top:.35rem; color:#666; font-size:.82rem; font-weight:700; }
.badge-section__media .medal-gallery { grid-template-columns:1fr; width:min(100%,180px); }
.badge-section__media .medal-gallery img { width:min(100%,150px); }
.season-card { padding:clamp(2rem,5vw,4rem) 0; border-top:1px solid #ececec; }
.season-card__media { margin:1.25rem 0; text-align:center; }
.season-card__media img { width:min(100%,760px); height:auto; }
.season-card .season-checklist { display:grid; gap:.65rem; margin:0; padding:0; list-style:none; }
.season-card .season-checklist > li { position:relative; padding-left:1.65rem; }
.season-card .season-checklist > li::before { position:absolute; top:.28em; left:0; width:.9rem; height:.9rem; border:2px solid #8a8a8a; border-radius:2px; background:#fff; box-sizing:border-box; content:""; }
.medal-degree-list .degree-item--bronze::before { background:#B45F06 !important; }
.medal-degree-list .degree-item--silver::before { background:#A7A7A7 !important; }
.medal-degree-list .degree-item--gold::before { background:#BF9000 !important; }
.medal-degree-list .degree-item--master::before { background:#6B67F0 !important; }
.medal-degree-list .degree-item--champion::before { background:#000000 !important; }
.medals-intro-list a { color:#7A7A7A; text-decoration:underline; }
