.next-match-outer-wrapper {
  width: 100%;
}
.next-match-outer-wrapper .next-match-inner-wrapper .next-match-container {
  background-color: #fff;
  position: relative;
  padding: 30px;
  width: 100%;
}
.next-match-outer-wrapper .next-match-inner-wrapper .next-match-container .next-match-logos {
  display: flex;
  margin-bottom: 30px;
}
.next-match-outer-wrapper .next-match-inner-wrapper .next-match-container .next-match-logos .next-match-vs {
  padding: 30px 0;
  font-size: 33px;
  font-weight: 700;
  color: var(--grey-light);
  white-space: nowrap;
}
.next-match-outer-wrapper .next-match-inner-wrapper .next-match-container .next-match-logos .next-match-logo {
  width: 119px;
}
.next-match-outer-wrapper .next-match-inner-wrapper .next-match-container .next-match-logos .next-match-logo .team-logo {
  display: block;
  width: 100%;
}
.next-match-outer-wrapper .next-match-inner-wrapper .next-match-container .next-match-type {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--primary-color);
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.next-match-outer-wrapper .next-match-inner-wrapper .next-match-container .next-match-teams,
.next-match-outer-wrapper .next-match-inner-wrapper .next-match-container .next-match-date {
  text-transform: uppercase;
  display: block;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}