.live-menu{
  background: linear-gradient(90deg,#063e72 0,#6e00a1);
  margin-bottom: 1.5rem;
  padding: 6px!important;
  border-top: solid 1px #f2f2f7;
}
.live-menu a {
  padding: 6px 16px!important;
  border-radius: 8px;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  font-size: 12px;
  box-sizing: border-box;
  /*opacity: .3;*/
  margin: 0 12px!important;
  text-decoration: none;
}
.live-menu__post-game{
  padding: 6px 16px!important;
  border-radius: 8px;
  border: solid 1px #FFFFFF;
  color: #000000!important;
  background-color: #FFFFFF;
  font-size: 12px;
  box-sizing: border-box;
  margin: 0 12px!important;
}

.postgame.image-has-score > .columns {
  background: linear-gradient(90deg,#063e72 0,#6e00a1);
  min-height: 45px;
  margin-bottom: 0!important;
  bottom: 0;
}
.postgame.image-has-score:after{
content: none;
  /*background-image: url('/sites/default/files/live-icons/live_event_linear_mask_3.svg');*/
  /*background-repeat: no-repeat;*/
  /*background-size: 104%;*/
  /*height: 88px;*/
}
.postgame .score__team,
.postgame .score__score{
  padding-top: 8px;
  padding-bottom: 8px;
}
.live-menu span.active {
  /*opacity: 1;*/
  color: #fff;
  font-weight: bold;
}
.live-menu a.active {
  opacity: 1;
}
.live-menu a:after {
  content: none!important;
}

.image-has-score .score__team a{
  width: 100%;
}
.image-has-score .score__name{
  white-space: inherit;
  /*text-align: center;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
}
.image-has-score .score__score {
  position: relative;
  text-align: center;
  left: unset;
  right: unset;
  white-space: nowrap;
}
.image-has-score .score__score__seperator{
  padding: 0 8px;
}
.image-has-score .score__score__seperator:after{
  content: "";
  width: 1px;
  height: 15px;
  background-color: #FFFFFF;
  display: inline-block;
}
.image-has-score .score img,
.image-has-score .score svg {
  width: 57px;
  /*min-height: 30px;*/
}
@media screen and (min-width: 1024px){
  .live-menu a {
    padding: 8px 16px !important;
    font-size: 16px;
    margin: 0 16px!important;
  }
  .live-menu__post-game{
    padding: 8px 16px !important;
    font-size: 16px;
    margin: 0 16px!important;
  }
  .postgame.image-has-score > .columns {
    min-height: 72px;
  }
  .image-has-score .score__name{font-size: 20px}
  .image-has-score .score__score{font-size: 32px}


  .image-has-score .score__score__seperator{
    padding: 0 16px;
  }
  .image-has-score .score__score__seperator:after{
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .image-has-score .score__name{font-size: 12px}
  .image-has-score .score__score{font-size: 14px; line-height: 1;}
  .image-has-score .score img,
  .image-has-score .score svg {
    width: 25px;
  }
}
@media screen and (max-width: 520px) {
  .image-has-score .score{
    bottom: 0;
  }
  .image-has-score .score__name,
  .image-has-score .score__score{
    font-size: 12px;
  }
  .image-has-score .score img,
  .image-has-score .score svg {
    max-width: 30px;
  }
}
