.shows-live-by-channel__list {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.shows-live-by-channel__item {
  position: relative;
  list-style: none;
  margin: 0;
  background: #E5EAEB;
  margin-bottom: 2px;
  height: 80px;
  padding-left: 110px;
  padding-top: 20px;
  overflow: hidden;
}

.shows-live-by-channel .tv-widget__header,
.shows-live-by-channel .live-now-list-radio__header {
  position: relative;
  margin-bottom: 0.5rem;
}

.shows-live-by-channel--link {
  position: absolute;
  right: 0;
  bottom: -0.1rem;
  width: 100%;
  text-align: right;
  padding: 0 1rem .5rem;
  font-family: Proxima Nova, Open Sans, Corbel, Arial, sans-serif;
  color: black;
  text-decoration: none;
  font-weight: 600;
}

.shows-live-by-channel--link img {
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 400px) {
  .shows-live-by-channel__item {
    padding-left: 140px;
  }
}

.shows-live-by-channel__item--empty-show .shows-live-by-channel__channel-name {
  padding-top: 10px;
}

.shows-live-by-channel__item:hover .shows-live-by-channel__play {
  opacity: 1;
}

.shows-live-by-channel__channel-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: white;

  width: 90px;
  padding-top: 13px;
  padding-bottom: 13px;

}

@media only screen and (min-width: 400px) {
  .shows-live-by-channel__channel-logo {
    width: 120px;
    padding-top: 0;
  }
}



.shows-live-by-channel__channel-name {
  color: #006194;
  font-weight: 600;
}

.shows-live-by-channel__channel-name::after {
  background-color: #f15a31;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-left: 0.35rem;
  margin-bottom: 1px;
}


.shows-live-by-channel__play-img,
.shows-live-by-channel__channel-logo-img {
  max-width: 100%;
  display: block;
}

.shows-live-by-channel__play {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  opacity: 0;
  z-index: 1;
  transition: 0.25s;
  background-color: white;
}

.shows-live-by-channel__channel-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.shows-live-by-channel__channel-link a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-indent: -1000px;
}
