.gbpt-lista{
  font-family:'Archivo', sans-serif;
  max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.gbpt-partido{
  background:#2A2D36;
  color:#fff;
  padding:20px 24px;
  border-left:4px solid #9FEC08;
}
.gbpt-categoria{
  display:inline-block;
  background:#9FEC08;
  color:#1C1E25;
  font-size:11px;
  font-weight:700;
  padding:4px 10px;
  border-radius:20px;
  text-transform:uppercase;
  margin-bottom:12px;
}
.gbpt-enfrentamiento{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:14px;
}
.gbpt-equipo{
  font-family:'Archivo Black', sans-serif;
  text-transform:uppercase;
  font-size:16px;
}
.gbpt-vs{
  color:#9FEC08;
  font-weight:700;
  font-size:13px;
}
.gbpt-escudo-rival{
  width:44px;
  height:44px;
  border-radius:50%;
  overflow:hidden;
  background:#fff;
  flex-shrink:0;
}
.gbpt-escudo-rival img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.gbpt-meta{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  font-size:13px;
  color:rgba(255,255,255,0.75);
  text-align:center;
}
.gbpt-vacio{ color:#999; font-style:italic; text-align:center; }

@media (max-width:600px){
  .gbpt-enfrentamiento{ gap:10px; }
  .gbpt-equipo{ font-size:14px; }
}
