.schedule-card-container{margin-bottom:60px}.schedule-card-container h3{font-family:"Boxed Medium";letter-spacing:.5px;margin-bottom:30px}.schedule-card-container .schedule-content{width:974px;margin:0 auto;display:flex;flex-wrap:wrap;gap:10px}.schedule-card-container .schedule-content .schedule-card{width:482px;height:112px;background:rgba(241,241,247,.75);border-radius:12px;display:flex}.schedule-card-container .schedule-content .schedule-card .date-container{width:200px;padding-top:20px;padding-left:25px}.schedule-card-container .schedule-content .schedule-card .date-container .game-count{color:#5a5a5a;font-size:13px;font-family:"Boxed Medium";line-height:22px;letter-spacing:.1px;margin-bottom:5px}.schedule-card-container .schedule-content .schedule-card .date-container .date{font-size:18px;line-height:18px;font-family:"Boxed Medium";letter-spacing:-0.2px}.schedule-card-container .schedule-content .schedule-card .date-container .time{color:#5a5a5a;font-size:15px;line-height:18px;font-family:"Boxed Medium";margin-top:4px}.schedule-card-container .schedule-content .schedule-card .content{flex:1;padding:25px 0;padding-right:27px;display:flex;flex-direction:column;justify-content:space-between}.schedule-card-container .schedule-content .schedule-card .content .team-content{height:24px;display:flex;align-items:center;justify-content:space-between}.schedule-card-container .schedule-content .schedule-card .content .team-content.win .score{color:#a83400;border:1px solid rgba(255,88,0,.2)}.schedule-card-container .schedule-content .schedule-card .content .team-content.lose .name{color:#5a5a5a !important}.schedule-card-container .schedule-content .schedule-card .content .team-content .team-name{display:flex;align-items:center}.schedule-card-container .schedule-content .schedule-card .content .team-content .team-name .name{font-size:12px;font-family:"Boxed Medium"}.schedule-card-container .schedule-content .schedule-card .content .team-content .team-name .icon{width:24px;height:24px;border-radius:50%;margin-right:8px}.schedule-card-container .schedule-content .schedule-card .content .team-content .score{min-width:28px;height:20px;display:flex;align-items:center;justify-content:center;color:#5a5a5a;font-size:14px;font-family:"Boxed Medium";border:1px solid rgba(130,134,163,.2)}