.team-schedule-list-page{width:100%}.team-schedule-list-page #schedules{margin-left:10px;margin-right:10px}.team-schedule-card-type-label{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px}.team-schedule-print{display:flex;justify-content:flex-end;margin-bottom:15px}.team-schedule-ha-icon{width:13px;height:13px}.team-schedule-print button{cursor:pointer;font-size:17px;border:none;background:transparent}.team-schedule-table{width:100%;border-collapse:collapse;text-align:left}.team-schedule-table thead th{padding:4px 8px}.team-schedule-table thead th:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.team-schedule-table thead th:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.team-schedule-table tbody td{padding:8px;vertical-align:top}.team-schedule-divider td{padding:0}.team-schedule-divider div{border-style:dotted;margin:10px 0;border-radius:100px;border-width:0 0 3px}.team-schedule-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:4px;vertical-align:middle}.team-schedule-dot--game{background:linear-gradient(#0059a0,#0078d4)}.team-schedule-dot--practice{background:linear-gradient(#99c624,#7da61e)}.team-schedule-dot--homework{background:#888}.team-schedule-dot--event{background:#333}.team-schedule-label{display:inline-block;padding:0 5px;margin-top:4px;font-size:12px}.team-schedule-opponent{display:inline-block;padding:2px 8px}.team-schedule-more-info{margin-top:4px;margin-left:20px}.team-schedule-empty fieldset{width:390px;max-width:100%;margin:50px auto;padding:24px;text-align:center}.team-schedule-grid{display:flex;flex-wrap:wrap;gap:16px}.team-schedule-grid--1>*{flex:0 0 100%;max-width:100%}.team-schedule-grid--2>*{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px)}.team-schedule-grid--3>*{flex:0 0 calc(33.333% - 11px);max-width:calc(33.333% - 11px)}.team-schedule-grid--4>*{flex:0 0 calc(25% - 12px);max-width:calc(25% - 12px)}.team-schedule-card{border-top:1px solid rgba(0,0,0,.12);padding:20px;box-shadow:0 8px 20px rgba(0,0,0,.4);transition:transform .15s ease,box-shadow .15s ease;box-sizing:border-box;background:transparent}.team-schedule-card:hover{transform:scale(1.05);box-shadow:0 12px 25px rgba(0,0,0,.4)}.team-schedule-card-title{font-size:16px;font-weight:700;margin-top:8px}@media (max-width:767px){.team-schedule-list-page #schedules{float:none;width:auto;padding-left:10px;margin-top:10px;margin-left:0;margin-right:5px}.team-schedule-print{display:none}.team-schedule-grid--2>*,.team-schedule-grid--3>*,.team-schedule-grid--4>*{flex:0 0 100%;max-width:100%}}@media print{.bodyheader-background,.team-schedule-print{display:none}}