.malibu-schema .show {
  background: #123b7a;
  color: white;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 10px;
  position: relative;
}

.malibu-schema .show.live {
  border: 2px solid #00ff99;
  box-shadow: 0 0 12px #00ff99;
}

.malibu-schema .badge {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #00ff99;
  color: #000;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: bold;
}

.malibu-schema .badge.straks {
  background: orange;
}
