.last-match-outer-wrapper {
  width: 100%;
}
.last-match-outer-wrapper .last-match-container {
  background-color: #fff;
  width: 100%;
}
.last-match-outer-wrapper .last-match-container .last-match-logos {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 30px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.last-match-outer-wrapper .last-match-container .last-match-logos .last-match-logo {
  width: 119px;
}
.last-match-outer-wrapper .last-match-container .last-match-logos .last-match-logo .team-logo {
  display: block;
  width: 100%;
}
.last-match-outer-wrapper .last-match-container .last-match-logos .last-match-vs {
  font-size: 33px;
  font-weight: 700;
  color: var(--grey-light);
  white-space: nowrap;
}
.last-match-outer-wrapper .last-match-container .last-match-points {
  display: block;
  margin-bottom: 30px;
  font-size: 83px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.last-match-outer-wrapper .last-match-container .last-match-desc {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--primary-color);
  font-style: italic;
  text-transform: uppercase;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.last-match-outer-wrapper .last-match-container .last-match-teams {
  display: block;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  margin-top: 30px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.last-match-outer-wrapper .last-match-container.no-last-match-found .team-logo.home-team-logo {
  width: 100%;
  max-width: 200px;
}
.last-match-outer-wrapper .last-match-container.no-last-match-found .last-match-teams {
  margin-top: 0;
}