.match-box {
  text-align: center;
  position: relative;
  line-height: 1.2;
}
.match-box .header-bg {
  width: 100%;
  height: auto;
  font-size: 17px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.match-box .header-bg.d-none {
  display: none;
}
.match-box .header-bg > div {
  padding: 5px 0;
  width: 130px;
}
.match-box .details {
  display: flex;
  justify-content: center;
  align-items: center;
  column-count: 3;
  background-color: #eaeaea;
}
.match-box .details.mt-0 {
  margin-top: 0;
}
.match-box .details.left {
  justify-content: flex-start;
}
.match-box .details.left .team-info {
  min-width: 0;
  margin: 0 10px;
}
.match-box .details.right {
  justify-content: flex-end;
}
.match-box .details.right .team-info {
  min-width: 0;
  margin: 0 10px;
}
.match-box .details .team-info {
  display: flex;
  min-width: calc(50% - 65px);
}
.match-box .details .team-info span {
  font-size: 30px;
  line-height: 30px;
}
.match-box .details .team-info .img-wrapper {
  display: flex;
  align-items: center;
}
.match-box .details .team-info .img-wrapper .img-container {
  margin: 10px;
  line-height: 0;
  display: flex;
  align-items: center;
}
.match-box .details .team-info .img-wrapper .img-container img {
  padding: 5px;
  width: 50px;
}
.match-box .details .team-info .img-wrapper .img-container.bg-none {
  background: inherit;
}
.match-box .details .team-info .img-wrapper .hidden {
  display: none;
}
.match-box .details .team-info.local {
  justify-content: end;
  text-align: right;
}
.match-box .details .team-info.visitor {
  text-align: left;
}
.match-box .details .marker {
  width: 150px;
  margin: 0 -5px;
  position: relative;
}
.match-box .details .marker .result-box {
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 35px;
}
.match-box .details .marker .result-box.penaltis {
  font-size: 30px;
}
.match-box.small .details.mt-0 {
  margin-top: 0;
}
.match-box.small .details .team-info {
  margin: 0 10px;
}
.match-box.small .details .team-info span {
  font-size: 16px;
  margin: 0 10px;
}
.match-box.small .details .team-info .img-container {
  height: 35px;
  margin: 0;
}
.match-box.small .details .team-info .img-container img {
  width: 35px;
}
.match-box.small .details .marker {
  width: 100px;
}
.match-box.small .details .marker .result-box {
  line-height: 40px;
  height: 40px;
  font-size: 18px;
}
.match-box.small .details .marker .result-box.penaltis {
  font-size: 18px;
}
.match-box.medium .details.mt-0 {
  margin-top: 0;
}
.match-box.medium .details .team-info {
  margin: 0 10px;
}
.match-box.medium .details .team-info span {
  font-size: 19px;
  line-height: 24px;
}
.match-box.medium .details .team-info .img-container {
  height: 40px;
  margin: 5px;
}
.match-box.medium .details .team-info .img-container img {
  width: 40px;
}
.match-box.medium .marker {
  width: 130px;
  font-size: 20px;
}
.match-box.medium .marker .status {
  font-size: 14px;
  height: 20px;
  top: -30px;
  line-height: 10px;
}
.match-box.medium .marker .result-box {
  line-height: 40px;
  height: 40px;
  font-size: 25px;
}
.match-box.medium .marker .result-box.penaltis {
  font-size: 25px;
}
.short-name {
  display: none;
}
.winner {
  font-weight: bold;
}
.dark {
  padding: 20px 0 0;
  background-color: #fff;
  text-align: center;
}
.dark .ib {
  display: inline-block;
  vertical-align: middle;
}
.dark .team {
  width: calc(50% - 49px);
  padding: 5px;
  background-color: #21252F;
  color: #fff;
}
.dark .team .shield {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  overflow: hidden;
  padding: 5px;
  line-height: 0;
}
.dark .team .shield img {
  width: 30px;
}
.dark .team .name::before {
  content: attr(data-large);
  display: block;
}
.dark .marker {
  width: 100px;
  margin: 0 -5px;
  position: relative;
}
.dark .marker .status {
  background-color: #21252F;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  top: -20px;
  width: 100%;
  padding: 0;
}
.dark .marker .status.live {
  background-color: #b2484E;
}
.dark .marker .result-box {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  line-height: 50px;
  height: 50px;
  font-size: 28px;
}
.dark .marker .result-box.penaltis {
  font-size: 22px;
}
@media (max-width: 725px) {
  .dark .team .name::before {
    content: attr(data-abbr);
  }
  .short-name {
    display: block;
  }
  .name {
    display: none;
  }
}
