
#radioescuchas-wrapper {
  font-family: Arial, sans-serif;
  background-color: #1f2733;
  color: white;
  max-width: 900px;
  margin: auto;
  padding: 20px;
}
#radioescuchas-wrapper h2,
#radioescuchas-wrapper h3 {
  color: orange;
}
#radioescuchas-wrapper .campo {
  margin-bottom: 10px;
}
#radioescuchas-wrapper label {
  display: inline-block;
  width: 180px;
  font-weight: bold;
}
#radioescuchas-wrapper input {
  padding: 5px;
  width: 300px;
  border: 2px solid orange;
  border-radius: 8px;
  background-color: white;
  color: black;
}
#radioescuchas-wrapper button {
  padding: 10px 20px;
  font-size: 16px;
  background: orange;
  border: none;
  color: black;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
}
#radioescuchas-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background-color: black;
  color: orange;
}
#radioescuchas-wrapper th,
#radioescuchas-wrapper td {
  border: 1px solid orange;
  padding: 6px;
  text-align: center;
}
#radioescuchas-wrapper #exportarBtn {
  margin-top: 10px;
  border-radius: 8px;
}
#radioescuchas-wrapper .contenedor-flex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
#radioescuchas-wrapper .contenedor-flex img {
  width: 250px;
  height: auto;
  border-radius: 12px;
}

#radioescuchas-wrapper .icono-borrar {
  font-size: 20px;
  color: orange;
}
#radioescuchas-wrapper form button.delete-btn {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  #radioescuchas-wrapper {
    padding: 10px;
  }
  #radioescuchas-wrapper .contenedor-flex {
    flex-direction: column;
    align-items: center;
  }
  #radioescuchas-wrapper input,
  #radioescuchas-wrapper #filtroSWL {
    width: 100% !important;
    font-size: 14px;
  }
  #radioescuchas-wrapper label {
    width: 100%;
    margin-bottom: 4px;
  }
  #radioescuchas-wrapper table {
    display: block;
    overflow-x: auto;
    font-size: 14px;
  }
  #radioescuchas-wrapper th,
  #radioescuchas-wrapper td {
    white-space: nowrap;
  }
  #radioescuchas-wrapper #paginacion {
    text-align: center;
  }
}


form select {
    width: 100%;
    padding: 7px;
    border: 2px solid orange;
    border-radius: 6px;
    background-color: #fff;
    color: black;
}


.modo-banda-linea {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.modo-banda-linea .campo {
    flex: 1;
}


/* Arreglo final para mantener alineación de Modo y Banda en una línea sin desparramar */
.modo-banda-linea {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.modo-banda-linea .campo {
    flex: 1 1 45%;
    min-width: 150px;
}


/* Corregimos visualización de desplegables fuera de sus cajas */
form select {
    position: relative;
    z-index: 10;
    max-width: 100%;
    box-sizing: border-box;
}


.modo-banda-linea {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.modo-banda-linea .campo {
    width: 50%;
}


/* Estilo moderno para la tabla de registros */
.tabla-registros {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #1e1e1e;
  color: white;
  font-family: sans-serif;
  border: 2px solid orange;
  border-radius: 10px;
  overflow: hidden;
}

.tabla-registros thead {
  background-color: #333;
  color: orange;
}

.tabla-registros th,
.tabla-registros td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #444;
}

.tabla-registros tr:hover {
  background-color: #2e2e2e;
}

.tabla-registros th:first-child,
.tabla-registros td:first-child {
  border-left: none;
}

.tabla-registros th:last-child,
.tabla-registros td:last-child {
  border-right: none;
}

#radioescuchas-wrapper table tr:hover {
  background-color: inherit !important;
  color: inherit !important;
}

#radioescuchas-wrapper td {
  text-transform: uppercase !important;
}
#radioescuchas-wrapper table tr:hover {
  background-color: inherit !important;
  color: inherit !important;
}

#radioescuchas-wrapper tbody td {
  background-color: #1f2733 !important;
  color: orange !important;
  border: 1px solid orange !important;
  text-transform: uppercase !important;
}
#radioescuchas-wrapper tbody tr {
  border-radius: 12px !important;
}

#radioescuchas-wrapper td {
  font-size: 13px !important;
}
