.epl-matchweek {
	position: relative;
	background-color: #1a3e8c;
	background-image: url(https://www.siamsport.co.th/premierleague-assets/primary-bg_small.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 1rem 0;
	border-radius: 0;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	margin-top: 10px;
}

.epl-matchweek-head {
	margin: 0 auto;
	display: flex;
	width: 100%;
}

.epl-matchweek-headtext {
	display: flex;
	align-items: center;
	margin-left: .5rem;
}

.epl-matchweek-div {
	margin: 0 auto;
	display: flex;
	overflow: hidden;
	width: 100%;
	max-width: 1440px;
	/* 你页面的最大宽度，可根据实际调整 */
	box-sizing: border-box;
}

.epl-matchweek-side {
	height: 82px;
	width: 1440px;
	display: flex;
	transition: all 0.3s linear 0s;
}

.epl-matchweek-item-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 160px;
	height: 70px;
	margin-right: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #e5e7eb;
	border-radius: 0.375rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 5px;
	min-width: 168px;

}


.epl-matchweek-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.epl-matchweek-item img {
	width: 40px;
	/* 固定宽度 */
	height: 40px;
	/* 固定高度 */
	object-fit: contain;
	/* 保持比例 */
}

.epl-matchweek-text1 {
	font-size: 0.75rem;
	margin-top: .25rem !important;
}

.epl-matchweek-text2 {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25rem;
}

.epl-matchweek-text3 {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-top: .25rem !important;
}



