body {
  background-color: #1c1f26;
  color: white;
}

.left, .right {
  width: 20%;
  overflow-y: auto;
  max-height: 100vh;
}

.center {
  width: 60%;
  padding: 1rem;
}

.channel, .country {
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.channel:hover, .country:hover {
  background-color: #2a2f3a;
}

img.flag, img.logo {
  width: 24px;
  height: auto;
  margin-right: 8px;
}

#epg-info .text-warning {
  border-left: 4px solid #ffc107;
  padding-left: 8px;
}

.center {
  width: 60%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.video-js {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-height: 100%;
}


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.d-flex {
  height: 100%;
}


.header {
  height: 48px;
  font-size: 14px;
  border-bottom: 1px solid #333;
}

.channel img.logo {
  width: 32px;
  height: 20px;
  object-fit: contain;
  margin-right: 8px;
  background-color: transparent; /* ❗ niente sfondo */
  padding: 2px;
  border-radius: 4px;
  border: none; /* opzionale: elimina cornici */
}


