
@media (min-width: 991px) {
  .texthighlight__base {
    max-width: 91.6666666667%;
    margin-left: 8.3333333333%;
  }
  .texthighlight__base::before, .texthighlight__base::after {
    --o-summary-pseudo-width: calc(100% / 11 + var(--plateral));
  }
  .texthighlight__header, .texthighlight__content {
    --o-summary-section-offset: calc(100% / 11);
    --o-summary-section-max-width: calc(100% / 11 * 7);
  }
}
@media (min-width: 1678px) {
  .texthighlight__base::before, .texthighlight__base::after {
    --o-summary-pseudo-width: var(--oversize-lateral);
  }
  .texthighlight__base::before {
    --o-summary-before-pseudo-width: calc(100% / 11 + var(--oversize-lateral));
  }
}