#radioShow .container {
  max-width: 1408px;
}
#radioShow .radioShow {
  margin: 3rem 0;
  background-color: white;
  padding: 1rem;
}
#radioShow .radioShow h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
}
#radioShow .radioShow h3 {
  margin: 0 0 28px;
  color: var(--red-color);
  font-size: 28px;
  font-weight: 600;
}
#radioShow .radioShow .threeImages {
  width: 100%;
}
#radioShow .radioShow .threeImages .threeImagesChild {
  width: 100%;
}
#radioShow .radioShow .threeImages .threeImagesChild .childImage img {
  width: 100%;
}
#radioShow .radioShow .threeImages .threeImagesChild h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
  line-height: 26px;
  padding: 1rem;
}
#radioShow .radioShow p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
#radioShow .radioShow h3 {
  margin: 0 0 28px;
  color: var(--red-color);
  font-size: 28px;
  font-weight: 600;
}
#radioShow .radioShow .showingDetails .showingDetailsCards .img {
  align-self: self-start;
  padding: 8px;
  border: 1px solid #666;
}
#radioShow .radioShow .showingDetails .showingDetailsCards .listContainer .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
  float: right;
}
#radioShow .radioShow .showingDetails .showingDetailsCards .listContainer .badge img {
  max-height: 15px;
}
#radioShow .radioShow .showingDetails .showingDetailsCards .listContainer li {
  border: 1px solid #dddddd;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
}
#radioShow .radioShow .showingDetails .showingDetailsCards .listContainer .list1 {
  float: left;
  width: 50%;
}
#radioShow .radioShow .showingDetails .showingDetailsCards .listContainer .list2 {
  float: right;
  width: 50%;
}/*# sourceMappingURL=radioShow.module.css.map */