/* TABLET */
@media (max-width: 992px) {
  .desktop-wrapper {
    padding: 0;
    background: none;
  }
}

/* MÓVIL */
@media (max-width: 768px) {
  .desktop-wrapper {
    background: none;
    padding: 0;
  }


  .ranking-list {
    flex-direction: column;
  }

 /* 👇 ESTE ES EL QUE MANDA PARA EL BANNER EN MÓVIL */
  .banner-carousel {
    height: 200px;      /* ALTURA DEL BANNER EN MÓVIL */
  }
  .logo-img {
    width: 36px;
  }

  .app-container {
    max-width: 100%;
    border-radius: 0;
  }
.nav-links a {
  padding: 6px 14px;         /* área clicable (MUY IMPORTANTE) */
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;            /* texto blanco */
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

}
