.sp-match-fixture {
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #080821;
	transition: all 0.3s;
  }
  .sp-match-fixture .match-top-section {
	padding: 22px 24px 25px 24px;
	background: #FAFAFA;
  }
  .sp-match-fixture .match-header {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(8, 8, 33, 0.5);
	margin-bottom: 16px;
  }
  .sp-match-fixture .country-container {
	display: flex;
	align-items: center;
	justify-content: space-around;
  }
  .sp-match-fixture .country-container .vs {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(8, 8, 33, 0.5);
  }
  .sp-match-fixture .country-container .country-1 img, .sp-match-fixture .country-container .country-2 img {
	width: 56px;
	height: 56px;
	padding: 4px;
	margin: 0px auto;
	border-radius: 50%;
	background: #FFFFFF;
  }
  .sp-match-fixture .country-container .country-1 .name, .sp-match-fixture .country-container .country-2 .name {
	font-weight: 500;
	color: #080821;
  }
  .sp-match-fixture .match-bottom-section {
	padding: 20px 20px 32px 20px;
  }
  .sp-match-fixture .info-container {
	margin-bottom: 22px;
  }
  .sp-match-fixture .info-container .game-time .time {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Anek Latin', sans-serif;
	font-weight: 600;
	color: #080821;
  }
  .sp-match-fixture .info-container .game-time .date {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: rgba(8, 8, 33, 0.5);
  }
  .sp-match-fixture .info-container .score {
	font-size: 24px;
	line-height: 40px;
	font-family: 'Anek Latin', sans-serif;
	font-weight: 500;
	color: var(--text-color);
	display: inline-flex;
  }
  .sp-match-fixture .info-container .score .t1-score, .sp-match-fixture .info-container .score .t2-score {
	width: 45px;
	height: 40px;
	background: #f2f2f2;
	display: inline-block;
  }
  .sp-match-fixture .info-container .score .t1-score {
	color: rgba(8, 8, 33, 0.3);
	border-top-left-radius: 27px;
	border-bottom-left-radius: 27px;
	border-right: 1px solid #fff;
  }
  .sp-match-fixture .info-container .score .t2-score {
	border-top-right-radius: 27px;
	border-bottom-right-radius: 27px;
  }
  .sp-match-fixture .btn-container .sppb-btn-link {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: #080821;
	text-transform: capitalize;
	border-bottom: 1px solid #080821;
	padding: 0 8px 4px 8px;
  }
  .sp-match-fixture .btn-container .sppb-btn-link:hover {
	color: #FF0000;
	border-color: #FF0000;
	text-decoration: none;
  }
  .sp-match-fixture:hover {
	box-shadow: 6px 6px 0px #080821;
  }
  