.match-header {
  background-color: #ffffff;
  border-color: #192a3d;
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  width: 250px;
  height: 200px;
}

.match__scores-number {
  font-size: 18px;
}

.match-header__team-logo {
  width: 30px;
}

.match-header__team-title {
  font-size: 10px;
}

.match__scores-number-separator {
  font-size: 25px;
  text-align: center;
}

.match-header__main {
  text-align: center;
}

.match-header__competition-link {
  font-size: 13px;
}

.match-header__competition {
  font-size: 12px;
}

.match-header__period {
  font-size: 11px;
  display: none;
}

.match-header__team-wrapper {
  height: 50px;
}

.match-header__outcome-text {
  display: none;
}

.match-header__bottom {
  display: none;
}

.match__stadium-title {
  display: none;
}

.match__stadium {
  display: none;
}