.jsp-check-list{display:grid;gap:10px;max-height:320px;overflow:auto}.jsp-check-list label,.jsp-record-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid #e8dfd1;border-radius:10px;background:#fff}.jsp-record-row+.jsp-record-row{margin-top:8px}.jsp-course-row{grid-template-columns:minmax(220px,1fr) 100px 90px repeat(3,90px)}@media(max-width:1100px){.jsp-course-row{grid-template-columns:minmax(220px,1fr) repeat(5,80px)}}@media(max-width:760px){.jsp-course-row{grid-template-columns:1fr 1fr}.jsp-course-row>div:first-child{grid-column:1/-1}}@media(max-width:560px){.jsp-record-row{align-items:flex-start;flex-direction:column}.jsp-record-row .jsp-admin-btn{width:100%}.jsp-course-row{grid-template-columns:1fr}.jsp-course-row>div:first-child{grid-column:auto}}
