.live-score-wrapper {
  background-color: #F8F8F8;
}
.live-score-wrapper .top-part {
  background: linear-gradient(90.45deg, #0066B0 34.13%, #002F5A 113.6%);
  border-radius: 6px 6px 0 0;
  color: #8FC5ED;
  text-transform: uppercase;
}
.live-score-wrapper .top-part > div {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.live-score-wrapper .top-part .wrapper.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 2.625rem;
}
.live-score-wrapper .top-part .wrapper.container .left-part .date {
  display: flex;
}
.live-score-wrapper .top-part .wrapper.container .left-part .date .day {
  color: white;
}
.live-score-wrapper .top-part .wrapper.container .left-part .date .day-of-week {
  margin-left: 0.5rem;
}
.live-score-wrapper .top-part .wrapper.container .right-part .countdown-timer-wrapper .countdown-timer {
  color: white;
}
.live-score-wrapper .top-part .wrapper.container .right-part .time-wrapper {
  color: white;
  font-size: 0.875rem;
  text-align: end;
}
.live-score-wrapper .bottom-part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.live-score-wrapper .bottom-part .left-part {
  margin-right: 1.5rem;
  margin-top: 3rem;
  width: 65%;
}
.live-score-wrapper .bottom-part .left-part .match-details {
  display: flex;
  justify-content: center;
}
.live-score-wrapper .bottom-part .left-part .match-details .team-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  align-self: start;
}
.live-score-wrapper .bottom-part .left-part .match-details .team-logo-wrapper .team-logo {
  max-width: 100%;
  height: auto;
  max-height: 80px;
}
.live-score-wrapper .bottom-part .left-part .match-details .team-logo-wrapper .team-name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 20px;
  color: #3B3C3E;
}
.live-score-wrapper .bottom-part .left-part .match-details .result-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.live-score-wrapper .bottom-part .left-part .match-details .result-wrapper .competition-name {
  font-size: 1.25rem;
  max-width: 100px;
  align-self: center;
}
.live-score-wrapper .bottom-part .left-part .match-details .result-wrapper .competition-name .competition-logo {
  width: 100%;
  height: auto;
}
.live-score-wrapper .bottom-part .left-part .match-details .result-wrapper .result {
  font-size: 3.75rem;
  font-weight: bold;
  cursor: pointer;
}
.live-score-wrapper .bottom-part .left-part .event-list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 2rem;
}
.live-score-wrapper .bottom-part .left-part .event-list div.event:nth-of-type(1) .time-wrapper, .live-score-wrapper .bottom-part .left-part .event-list div.event:nth-of-type(1) .image, .live-score-wrapper .bottom-part .left-part .event-list div.event:nth-of-type(1) .description, .live-score-wrapper .bottom-part .left-part .event-list div.event:nth-of-type(1) .actions {
  padding-top: 1rem;
}
.live-score-wrapper .bottom-part .left-part .event-list div.event:nth-of-type(1) .time-wrapper .time {
  color: black;
  font-weight: bold;
  padding-top: 0;
}
.live-score-wrapper .bottom-part .left-part .event-list div.event:not(:nth-of-type(1)):before {
  content: "";
  position: absolute;
  left: 1%;
  top: 0;
  height: 1px;
  width: 98%;
  border-bottom: 1px solid #CCCCCC;
  z-index: 1;
}
.live-score-wrapper .bottom-part .left-part .event-list div.event:not(:nth-of-type(1)) .time-wrapper .prefix {
  display: none;
}
.live-score-wrapper .bottom-part .left-part .event-list div.event:not(:nth-of-type(1)) .time-wrapper .time {
  color: #979797;
}
.live-score-wrapper .bottom-part .left-part .event-list .event {
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: white;
}
.live-score-wrapper .bottom-part .left-part .event-list .event .time-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F1F1F1;
  width: 8%;
  min-width: 50px;
}
.live-score-wrapper .bottom-part .left-part .event-list .event .time-wrapper .prefix {
  font-size: 0.75rem;
  text-transform: lowercase;
}
.live-score-wrapper .bottom-part .left-part .event-list .event .time-wrapper .time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  padding: 1rem;
}
.live-score-wrapper .bottom-part .left-part .event-list .event .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.live-score-wrapper .bottom-part .left-part .event-list .event .image img {
  width: 40px;
}
.live-score-wrapper .bottom-part .left-part .event-list .event .description {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  text-align: center;
}
.live-score-wrapper .bottom-part .left-part .event-list .event .description p {
  margin: 0;
}
.live-score-wrapper .bottom-part .left-part .event-list .event .actions {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.live-score-wrapper .bottom-part .left-part .event-list .event .actions button, .live-score-wrapper .bottom-part .left-part .event-list .event .actions a {
  font-size: 0.75rem;
}
.live-score-wrapper .bottom-part .right-part {
  background-color: white;
  border-radius: 6px;
  margin-top: 5rem;
  width: 35%;
}
.live-score-wrapper .bottom-part .right-part .match-details {
  padding: 2rem 2rem 0 2rem;
  display: flex;
  font-size: 0.875rem;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}
.live-score-wrapper .bottom-part .right-part .match-details .result-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 0.5rem;
  font-size: 0.875rem;
  color: #6D6D6D;
}
.live-score-wrapper .bottom-part .right-part .match-details .result-wrapper .date {
  color: black;
}
.live-score-wrapper .bottom-part .right-part .match-details .team-logo {
  width: 3vw;
  min-width: 40px;
}
.live-score-wrapper .bottom-part .right-part .lineups-wrapper {
  padding: 2rem 3rem 3rem 3rem;
  font-size: 1rem;
}
.live-score-wrapper .bottom-part .right-part .lineups-wrapper .actions {
  display: flex;
  justify-content: space-between;
}
.live-score-wrapper .bottom-part .right-part .lineups-wrapper .text {
  color: #797979;
  text-transform: uppercase;
}
.live-score-wrapper .bottom-part .right-part .lineups-wrapper .lineups {
  justify-content: space-between;
}
.live-score-wrapper .bottom-part .right-part .lineups-wrapper .lineups div:nth-child(2) .lineup-member {
  flex-direction: row-reverse;
}
.live-score-wrapper .bottom-part .right-part .lineups-wrapper .lineups div:nth-child(2) .lineup-member .number {
  margin-left: 0.375rem;
}
.live-score-wrapper .bottom-part .right-part .lineups-wrapper .lineups .lineup {
  width: 40%;
}
.live-score-wrapper .bottom-part .right-part .lineups-wrapper .lineups .lineup div:not(:last-child) {
  margin-bottom: 1rem;
}
.live-score-wrapper .bottom-part .right-part .lineups-wrapper .lineups .lineup .lineup-member {
  display: flex;
  border-bottom: 1px solid #CCCCCC;
}
.live-score-wrapper .bottom-part .right-part .lineups-wrapper .lineups .lineup .lineup-member .number {
  font-weight: 800;
  margin-right: 0.375rem;
  color: var(--primary-color);
}

@media screen and (max-width: 1199px) {
  .live-score-wrapper .bottom-part {
    flex-direction: column;
  }
  .live-score-wrapper .bottom-part .left-part {
    width: unset;
  }
  .live-score-wrapper .bottom-part .left-part .match-details .team-logo-wrapper .team-name {
    font-size: 16px;
  }
  .live-score-wrapper .bottom-part .right-part {
    width: unset;
  }
}