.schedule-title-bxh {
   text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 10px;
	background-color: #ffffff;
    margin-bottom: -10px;
    padding: 10px;
}

.text-bxh{
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
	background-color: #ffffff;
}
.container-bxh {
    max-width: 1200px;
}
.league-bxh {
    background-color: #ffffff;
}
.league-bxh h2 {
    font-size: 12px;
    background-color: #f6f7fb;
    color: #676571;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.match-bxh {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    height: 47px;
    border-bottom: 1px solid hsla(0, 0%, 62%, .5);
}
.match-bxh:last-child {
    border-bottom: none;
}
.team-a-bxh {
    position: absolute;
    left: 47%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transform: translateX(-100%);
}
.team-b-bxh {
    position: absolute;
    right: 47%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(100%);
}
.team-bxh span {
    font-size: 12px;
    color: #333;
}
.team-bxh img {
    width: 21px;
    height: 21px;
    margin: 0 10px;
}
.score-bxh {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 25px;
    background-color: #1aa1ff;
    border-radius: 9999px;
    z-index: 1;
}
.time-bxh {
    font-size: 12px;
    color: #333;
    width: 180px;
    text-align: left;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.commentator-container-bxh {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.commentator-bxh {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px;
}
.commentator-bxh img {
    width: 23px;
    height: 23px;
    margin: 5px 0;
    border-radius: 50%;
}
.status-bxh {
    font-size: 12px;
    color: #fc0;
    text-align: center;
    margin-right: 10px;
    font-weight: 700;
}
.status-bxh.live-bxh {
    color: #d32c31;
    font-size:12px;
    font-weight: 700;
}
.name-bxh {
    color: #67657280;
    font-size:10px;
    font-weight: 700;
}
.commentator-bxh .name-bxh.live-bxh {
    color: #d32c31;
    font-size:10px;
    font-weight: 700;
}
@media (max-width: 800px) {
    .schedule-title-bxh {
       	text-transform: uppercase;
        font-size: 1rem;
        line-height: 1.75rem;
        font-weight: 700;
        margin-bottom: 10px;
        background-color: #ffffff;
        margin-bottom: -10px;
        padding: 10px;
    }
    .league-bxh h2 {
    	padding: 5px 10px;
	}
    .commentator-container-bxh {
    	width: 70px;
        flex-direction: column;
	}
    .match-bxh {
    	height: 60px;
    }
    .status-bxh {
    	font-size: 10px;
	}
    .commentator-bxh {
    	padding: 0;
	}
    .commentator-bxh img{
    	margin: 3px 0;
    }
    .team-b-bxh{
    	right: 45%;
    }
    .team-a-bxh {
    	left: 45%;
	}.
    score-bxh {
      font-size: 10px;
      font-weight: 500;
      width: 30px;
      height: 20px;
      line-height: 20px;
	}
    .see-more-btn {
        display: block;
        width: 100%;
        max-width: 120px;
        margin: 20px auto;
        padding: 5px 10px;
        background-color: #1aa1ff;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .see-more-btn:hover {
        background-color: #0f77c0;
    }

    .see-more-btn:active {
        background-color: #0f77c0;
    }

    .see-more-btn:focus {
        outline: none;
        box-shadow: 0 0 0 4px rgba(72, 180, 97, 0.5);
    }

}