.stats-container {
    max-width: 1200px;
    margin: 40px auto;
    background-color: #1a1a297d;
    border-radius: 8px;
    color: #f0f0f0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  
  .stats-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #00ff99;
  }
  
  .stats-block {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #0000004f;
    border-radius: 6px;
  }
  
  .stats-block h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #ffaa00;
  }
  
  .stats-song {
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
  }
  
  .stats-channel,
  .stats-count,
  .stats-date {
    font-size: 16px;
    margin: 3px 0;
    color: #ccc;
  }
  
  .stats-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }
  
  .stats-table th,
  .stats-table td {
    padding: 10px;
    border-bottom: 1px solid #444;
    text-align: left;
  }
  
  .stats-table th {
    background-color: #333;
    color: #00ff99;
  }
  
  .stats-table td {
    background-color: #2a2a2a;
  }

  /* Enlaces dentro de estadísticas */
.stats-channel a,
.stats-table a {
  color: #00ff99;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.stats-channel a:hover,
.stats-table a:hover {
  color: #ffffff;
  text-shadow: 0 0 5px #00ff99;
}
