.iptv-list {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.iptv-button {
  padding: 0.75rem 1rem;
  background: #222831;
  color: #eeeeee;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.iptv-button:hover,
.iptv-button.active {
  background: #393e46;
}

.iptv-player {
  margin-top: 1rem;
  text-align: center;
}
