/* PEK v0.19.0 — summary presentation consolidated.
 * Summary spacing belongs to the summary module, never to sidebar CSS.
 */
[data-pek-summary-label-anchor]{display:none!important}

.pek-summary-head-single{
  display:block!important;
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-areas:none!important;
  align-items:initial!important;
  min-height:0!important;
  margin:0 0 16px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.pek-summary-content-heading{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  grid-column:1/-1!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  font-family:var(--pek-serif,Georgia,serif)!important;
  font-size:clamp(22px,2.15vw,26px)!important;
  font-weight:600!important;
  line-height:1.23!important;
  letter-spacing:-.014em!important;
  text-align:left!important;
  text-transform:none!important;
  color:var(--pek-ink,#201a17)!important;
}

.pek-summary-content-heading > *{
  margin:0!important;
  padding:0!important;
  border:0!important;
  font:inherit!important;
  color:inherit!important;
  letter-spacing:inherit!important;
  line-height:inherit!important;
  text-align:inherit!important;
  text-transform:none!important;
}

.pek-summary-card-refined{
  --pek-summary-inline-right:24px;
  --pek-summary-inline-left:20px;
  --pek-summary-block:clamp(22px,2.6vw,28px);
  padding:var(--pek-summary-block) var(--pek-summary-inline-right) var(--pek-summary-block) var(--pek-summary-inline-left)!important;
}

.pek-summary-card-refined .pek-summary-lead{
  margin-top:0!important;
  margin-bottom:14px!important;
  font-size:clamp(16px,1.45vw,17px)!important;
  line-height:1.67!important;
}

.pek-summary-card-refined .pek-summary-points{
  margin-top:12px!important;
  margin-bottom:0!important;
  padding-left:1.35em!important;
}

.pek-summary-card-refined .pek-summary-points > li{
  margin:5px 0!important;
  padding-left:.12em!important;
  line-height:1.52!important;
}

@media (max-width:700px){
  .pek-summary-card-refined{
    --pek-summary-inline-right:18px;
    --pek-summary-inline-left:16px;
    --pek-summary-block:22px;
  }
  .pek-summary-head-single{margin-bottom:14px!important}
  .pek-summary-content-heading{
    font-size:clamp(21px,6.3vw,24px)!important;
    line-height:1.25!important;
  }
  .pek-summary-card-refined .pek-summary-lead{
    font-size:16px!important;
    line-height:1.62!important;
  }
}
