/* sty_mixes.css v1.0.4 */
/* ==========================
   Estilos para Mixes Variados Panama 2025
   Desarrollado por php panama
   ========================== */

body {
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 20px;
  background: #f8f8f8;
  color: #000;
  text-align: center;
}

header, footer {
  padding: 10px;
  margin-bottom: 15px;
}

/* HEADER PERSONALIZADO */
.custom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #4887bf;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.custom-header h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  flex-grow: 1;
  user-select: none;
}

.home-icon {
  font-size: 28px;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.home-icon:hover {
  background-color: rgba(255,255,255,0.2);
}

.material-icons {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 6px;
  user-select: none;
}

.logo-header {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  border: 2px solid white;
  object-fit: cover;
  user-select: none;
}

.descripcion {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.4;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Tabla más ancha */
.table-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px auto;
  overflow-x: auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(72,135,191,0.2);
  padding: 0 10px;
}

table.gri {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
  min-width: 400px;
}

table.gri td {
  padding: 10px 8px;
  border-bottom: 1px solid #e1e7f0;
  text-align: left;
}

tr:nth-child(even) {
  background-color: #f9fbfd;
}

a {
  text-decoration: none;
  color: #4887bf;
  font-weight: 600;
  transition: color 0.3s ease;
}

a:hover {
  color: #2d5a91;
  text-decoration: underline;
}

.count {
  text-align: right;
  font-size: 13px;
  color: #777;
  white-space: nowrap;
  width: 60px;
  font-weight: 700;
}

footer {
  font-size: 13px;
  color: #777;
}

footer .footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}

footer .footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #4887bf;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

footer .footer-links a:hover {
  color: #2d5a91;
  text-decoration: underline;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #4887bf;
  border-radius: 10px;
}

@media (max-width: 768px) {
  body {
    padding: 10px;
  }
  .descripcion {
    font-size: 14px;
  }
  header h1 {
    font-size: 24px;
  }
  .table-wrapper {
    padding: 0 5px;
  }
  table.gri {
    font-size: 13px;
    min-width: 300px;
  }
  footer {
    font-size: 12px;
  }
}

/* Texto debajo de la tabla SIN fondo */
.descripcion-mixes {
  text-align: center;
  margin-top: 30px;
  padding: 15px;
  font-size: 17px;
  color: #000;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.descripcion-mixes p {
  margin: 0;
  line-height: 1.6em;
}
