@media (max-width:768px){
#schedule .wide-card{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;padding-left:16px;padding-right:16px}
#schedule .mock-table{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}
#schedule .mock-row{display:grid;grid-template-columns:70px minmax(0,1fr) 86px;gap:6px;align-items:center}
#schedule .mock-row span{min-width:0;overflow-wrap:anywhere}
#schedule .hero-actions{display:flex;flex-wrap:wrap}
}
