/*
 * PE-Class v1.20.75 — compact PAPS BMI badge geometry only.
 * The BMI result keeps its existing status color and data; only the badge
 * geometry is aligned with the other compact PAPS metric badges.
 */
@media (max-width: 768px) {
  html:not(.pe87FoldWide):not([data-pe-fold-wide="true"])
  body.mobilePapsView
  .mobilePapsStudentCard .mobilePapsMetricBadge .papsGrade.bmi {
    display: inline-flex !important;
    width: max-content !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 3px 7px !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: normal !important;
    white-space: nowrap !important;
  }
}
