/* APP 593.futbol — PARCHE 008
   Logos de torneo y auspiciantes con mayor presencia visual.
   Este archivo solo modifica presentación; no toca datos ni lógica. */

/* Encabezado e identidad del torneo */
.tournament-topbar{
  min-height:88px!important;
  padding-top:12px!important;
  padding-bottom:12px!important;
}
.tournament-identity{
  gap:16px!important;
}
.tournament-icon-wrap{
  width:72px!important;
  height:72px!important;
  flex:0 0 72px!important;
  border-radius:20px!important;
  padding:5px!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 7px 20px rgba(18,25,62,.10)!important;
}
.tournament-icon-wrap img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  background:transparent!important;
}
.tournament-identity h1{
  font-size:21px!important;
}
.tournament-brand-side>img{
  width:180px!important;
  max-width:20vw!important;
  max-height:60px!important;
  object-fit:contain!important;
}

/* Logo o portada principal del torneo */
.tournament-hero{
  min-height:270px!important;
}
.tournament-cover{
  min-height:190px!important;
  padding:12px!important;
}
.tournament-cover img{
  width:min(100%,520px)!important;
  max-width:520px!important;
  max-height:230px!important;
  object-fit:contain!important;
  background:transparent!important;
}

/* Zona de auspiciantes */
.sponsor-zone{
  padding:22px!important;
}
.sponsor-zone-head{
  margin-bottom:18px!important;
}
.sponsor-zone-head h3{
  font-size:19px!important;
}
.sponsor-grid{
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
.sponsor-card{
  min-height:165px!important;
  padding:18px!important;
  gap:11px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 8px 22px rgba(18,25,62,.06)!important;
}
.sponsor-card img{
  display:block!important;
  width:min(92%,320px)!important;
  max-width:320px!important;
  height:105px!important;
  max-height:105px!important;
  margin:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  mix-blend-mode:normal!important;
  filter:none!important;
}
.sponsor-card>span{
  width:92px!important;
  height:92px!important;
  border-radius:22px!important;
  font-size:20px!important;
}
.sponsor-card small{
  font-size:11px!important;
  line-height:1.25!important;
}

/* Gestión y vista previa de auspiciantes */
.sponsor-manager>article{
  grid-template-columns:110px minmax(0,1fr) auto!important;
  min-height:105px!important;
  padding:14px!important;
}
.sponsor-manager-image{
  width:110px!important;
  height:78px!important;
  border-radius:14px!important;
  padding:6px!important;
  background:rgba(255,255,255,.92)!important;
}
.sponsor-manager-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  background:transparent!important;
}

/* Tablets */
@media(max-width:900px){
  .tournament-topbar{min-height:76px!important}
  .tournament-icon-wrap{width:58px!important;height:58px!important;flex-basis:58px!important}
  .tournament-identity h1{font-size:17px!important}
  .tournament-brand-side>img{width:125px!important;max-height:46px!important}
  .tournament-hero{min-height:245px!important}
  .tournament-cover{min-height:165px!important}
  .tournament-cover img{max-width:390px!important;max-height:190px!important}
  .sponsor-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .sponsor-card{min-height:145px!important;padding:15px!important}
  .sponsor-card img{height:88px!important;max-height:88px!important}
}

/* Celulares: una tarjeta por fila para que el logo no quede diminuto */
@media(max-width:560px){
  .tournament-topbar{min-height:70px!important;padding:8px 10px!important}
  .tournament-icon-wrap{width:52px!important;height:52px!important;flex-basis:52px!important;border-radius:16px!important}
  .tournament-identity{gap:10px!important}
  .tournament-identity h1{font-size:15px!important}
  .tournament-brand-side>img{display:none!important}
  .tournament-hero{min-height:220px!important}
  .tournament-cover{min-height:140px!important;padding:8px!important}
  .tournament-cover img{width:min(100%,300px)!important;max-height:160px!important}
  .sponsor-zone{padding:16px!important}
  .sponsor-grid{grid-template-columns:1fr!important;gap:12px!important}
  .sponsor-card{min-height:140px!important;padding:14px!important}
  .sponsor-card img{width:min(94%,300px)!important;height:86px!important;max-height:86px!important}
  .sponsor-manager>article{grid-template-columns:88px minmax(0,1fr)!important}
  .sponsor-manager-image{width:88px!important;height:68px!important}
  .sponsor-manager>article>.button{grid-column:1/-1!important;width:100%!important}
}
