/* v12 - Coach athlete record Last / This / Next week selector */
.coach-athlete-week-card{min-width:0}
.coach-athlete-week-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.coach-athlete-week-head h3{margin:3px 0 0;color:var(--ink);font-size:18px}
.coach-athlete-week-tabs{display:grid;grid-template-columns:repeat(3,minmax(86px,1fr));gap:5px;padding:4px;background:#eef3f8;border:1px solid var(--line);border-radius:13px;flex:0 0 auto}
.coach-athlete-week-tabs button{border:0;background:transparent;color:#587087;min-height:38px;padding:7px 11px;border-radius:9px;font-weight:850;cursor:pointer;white-space:nowrap}
.coach-athlete-week-tabs button.active{background:#fff;color:var(--navy);box-shadow:0 2px 8px rgba(7,29,58,.08)}
.coach-athlete-week-tabs button:focus-visible{outline:3px solid rgba(8,118,249,.22);outline-offset:1px}
.coach-athlete-week-empty{margin-top:6px}
@media(max-width:760px){
 .coach-athlete-week-head{flex-direction:column;align-items:stretch}
 .coach-athlete-week-tabs{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}
 .coach-athlete-week-tabs button{padding:7px 5px;font-size:11px;white-space:normal}
}
