/* PZ · EXCEPCIONES GRUPO A · COMPATIBILIDAD ROGER V1 */

body.pz-exception-a-v1 .pz-exception-generated-v1{
  scroll-margin-top:20px;
}

body.pz-exception-a-v1 .pz-exception-fact-grid-v1{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

body.pz-exception-a-v1 .pz-exception-fact-v1{
  padding:14px 15px;
  border:1px solid #dbe1e9;
  background:#fff;
}

body.pz-exception-a-v1 .pz-exception-fact-v1 span{
  display:block;
  margin-bottom:4px;
  color:#718096;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}

body.pz-exception-a-v1 .pz-exception-fact-v1 strong{
  display:block;
  color:#102f62;
  font-size:16px;
  line-height:1.35;
  font-weight:800;
}

body.pz-exception-a-v1 .pz-exception-rz-grid-v1{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  margin:18px 0;
}

body.pz-exception-a-v1 .pz-exception-rz-card-v1{
  min-height:94px;
  padding:15px 12px;
  border:1px solid #dbe1e9;
  background:#fff;
  text-align:center;
}

body.pz-exception-a-v1 .pz-exception-rz-card-v1 strong{
  display:block;
  color:#0d2e63;
  font-size:24px;
  line-height:1.05;
  font-weight:900;
}

body.pz-exception-a-v1 .pz-exception-rz-card-v1 span{
  display:block;
  margin-top:7px;
  color:#68758a;
  font-size:10px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

body.pz-exception-a-v1 .pz-exception-season-list-v1{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:14px 0 0;
}

body.pz-exception-a-v1 .pz-exception-season-list-v1 span{
  display:inline-block;
  padding:6px 9px;
  border-radius:999px;
  background:#eef2f7;
  color:#0d2e63;
  font-size:11px;
  font-weight:800;
}

body.pz-exception-a-v1 .pz-exception-note-v1{
  margin:14px 0 0;
  padding:12px 14px;
  border-left:3px solid #d9a900;
  background:#f7f9fc;
  color:#4f5f75;
  font-size:13px;
  line-height:1.55;
}

body.pz-exception-a-v1 .pz-exception-context-v1{
  margin-top:22px;
}

body.pz-exception-a-v1 .pending-sections-v110,
body.pz-exception-a-v1 .player-museum-cromos-v18,
body.pz-exception-a-v1 .player-museum-rabbit-v18,
body.pz-exception-a-v1 .player-rabbit-grid-v18,
body.pz-exception-a-v1 .pz-exception-remove-v1{
  display:none !important;
}

@media(max-width:850px){
  body.pz-exception-a-v1 .pz-exception-rz-grid-v1{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:650px){
  body.pz-exception-a-v1 .pz-exception-fact-grid-v1,
  body.pz-exception-a-v1 .pz-exception-rz-grid-v1{
    grid-template-columns:1fr;
  }
}