/* PASIÓN ZARAGOCISTA · EXCEPCIONES GRUPO B V1 */

body.pz-exception-b-v1 .pz-managed-detail-shell{
  display:none !important;
}

body.pz-exception-b-v1 .pz-exception-b-hero-v1{
  background:#082653;
  border-top:6px solid #f3c400;
  border-bottom:6px solid #f3c400;
  color:#fff;
  padding:34px 28px 30px;
}

body.pz-exception-b-v1 .pz-exception-b-hero-inner-v1{
  width:min(1180px,100%);
  margin:0 auto;
}

body.pz-exception-b-v1 .pz-exception-b-hero-v1 small{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#f3c400;
}

body.pz-exception-b-v1 .pz-exception-b-hero-v1 h1{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(34px,5vw,64px);
  line-height:1.02;
}

body.pz-exception-b-v1 .pz-exception-b-hero-v1 p{
  margin:0;
  max-width:820px;
  font-size:17px;
  line-height:1.55;
  color:#eef4ff;
}

body.pz-exception-b-v1 .pz-exception-b-archive-v1{
  margin-top:18px !important;
  font-size:12px !important;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#fff !important;
}

body.pz-exception-b-v1 .pz-exception-b-badges-v1{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

body.pz-exception-b-v1 .pz-exception-b-badge-v1{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 13px;
  border-radius:999px;
  background:#f3c400;
  color:#082653;
  font-size:12px;
  font-weight:900;
  letter-spacing:.03em;
}

body.pz-exception-b-v1 .pz-player-tabs-v2{
  width:min(1180px,calc(100% - 32px));
  margin:22px auto 10px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

body.pz-exception-b-v1 .pz-player-tabs-v2 a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:9px 14px;
  border-radius:8px;
  background:#082653;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  letter-spacing:.025em;
}

body.pz-exception-b-v1 .pz-player-tabs-v2 a:hover{
  background:#f3c400;
  color:#082653;
}

body.pz-exception-b-v1 .pz-exception-b-section-v1{
  margin-top:28px;
}

body.pz-exception-b-v1 .pz-exception-b-section-v1 > small{
  display:block;
  margin-bottom:6px;
  color:#a06d00;
  font-size:12px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

body.pz-exception-b-v1 .pz-exception-b-section-v1 > h2{
  margin-top:0;
  color:#082653;
}

body.pz-exception-b-v1 .pz-exception-b-facts-v1{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:14px;
  margin-top:20px;
}

body.pz-exception-b-v1 .pz-exception-b-fact-v1,
body.pz-exception-b-v1 .pz-exception-b-stat-v1{
  border:1px solid #dfe5ee;
  border-radius:12px;
  background:#fff;
  padding:16px;
}

body.pz-exception-b-v1 .pz-exception-b-fact-v1 b,
body.pz-exception-b-v1 .pz-exception-b-stat-v1 span{
  display:block;
  margin-bottom:5px;
  color:#6c7583;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

body.pz-exception-b-v1 .pz-exception-b-fact-v1 strong,
body.pz-exception-b-v1 .pz-exception-b-stat-v1 strong{
  display:block;
  color:#082653;
  font-size:20px;
  line-height:1.15;
}

body.pz-exception-b-v1 .pz-exception-b-seasons-v1{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 0 20px;
}

body.pz-exception-b-v1 .pz-exception-b-season-v1{
  display:inline-block;
  padding:7px 10px;
  border-radius:7px;
  background:#eef3f9;
  color:#082653;
  font-size:13px;
  font-weight:800;
}

body.pz-exception-b-v1 .pz-exception-b-stats-v1{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(145px,1fr));
  gap:12px;
  margin-top:15px;
}

body.pz-exception-b-v1 .pz-exception-b-note-v1{
  margin-top:16px;
  padding:13px 15px;
  border-left:4px solid #f3c400;
  background:#f7f9fc;
  color:#475467;
  line-height:1.55;
}

@media (max-width:700px){
  body.pz-exception-b-v1 .pz-exception-b-hero-v1{
    padding:26px 18px 24px;
  }
  body.pz-exception-b-v1 .pz-player-tabs-v2{
    width:calc(100% - 24px);
  }
  body.pz-exception-b-v1 .pz-player-tabs-v2 a{
    flex:1 1 auto;
    justify-content:center;
  }
}