/* Vac + Asist + Usr: exactamente 8px entre (hero + toolbar) y el primer bloque.
   Causa típica de “>8px”: 8 (padding abajo de .section-header) + 8 (padding arriba de
   .section-content) o padding duplicado. Aquí: AIRE = solo padding-top 8 en .section-body;
   .section-content padding-top 0; .section-header sin padding-bottom extra. Última hoja. */
html body
  #pg-vac.pg.vacunas-serio-v1.serio-v2.vac-pebble-vida-20260418
  > .section
  > .section-header,
html body
  #pg-ia.pg.asistente-serio-v1.serio-v2
  > .section
  > .section-header,
html body
  #pg-usr.pg.usuarios-serio-v1.serio-v2.usr-vida2-20260418
  > .section
  > .section-header {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
html body
  #pg-vac.pg.vacunas-serio-v1.serio-v2.vac-pebble-vida-20260418
  > .section
  > .section-body,
html body
  #pg-ia.pg.asistente-serio-v1.serio-v2
  > .section
  > .section-body,
html body
  #pg-usr.pg.usuarios-serio-v1.serio-v2.usr-vida2-20260418
  > .section
  > .section-body {
  box-sizing: border-box !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  padding-top: 8px !important;
  min-width: 0 !important;
}
html body
  #pg-vac.pg.vacunas-serio-v1.serio-v2.vac-pebble-vida-20260418
  > .section
  > .section-body
  > .section-content,
html body
  #pg-ia.pg.asistente-serio-v1.serio-v2
  > .section
  > .section-body
  > .section-content,
html body
  #pg-usr.pg.usuarios-serio-v1.serio-v2.usr-vida2-20260418
  > .section
  > .section-body
  > .section-content {
  padding-top: 0 !important;
  box-sizing: border-box !important;
  /* 8px entre bloques (paneles .usr-serio-panel); el margin 12 de index-inline pasa a 0 allí */
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  row-gap: 8px !important;
  column-gap: 8px !important;
}
html body
  #pg-usr.pg.usuarios-serio-v1.serio-v2.usr-vida2-20260418
  > .section
  > .section-body
  > .section-content
  .usr-serio-panel {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
