/* SuperFit Next 2.23.2 — training clarity + simple bank-card print hooks */
.sf232-source-hidden,
.sf232-legacy-pill-hidden {
  display: none !important;
}

.sf232-prescription-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin-top: 10px !important;
  align-items: center !important;
}

.sf232-pill {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 5px 11px !important;
  border-radius: 10px !important;
  font-size: 0.96rem !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  border: 1px solid transparent !important;
}

.sf232-pill-sets { background: #e3efe9 !important; color: #123f34 !important; border-color: #c9ddd5 !important; }
.sf232-pill-reps { background: #edf3dd !important; color: #334615 !important; border-color: #dbe7bd !important; }
.sf232-pill-weight { background: #e5edf5 !important; color: #203c57 !important; border-color: #cfdeeb !important; }
.sf232-pill-rest { background: #f3e9dd !important; color: #5a3a19 !important; border-color: #ead7c1 !important; }
.sf232-pill-duration { background: #eee8f3 !important; color: #4b315d !important; border-color: #dfd2e8 !important; }

@media (max-width: 600px) {
  .sf232-prescription-pills { gap: 6px !important; }
  .sf232-pill { min-height: 30px !important; padding: 5px 9px !important; font-size: 0.92rem !important; }
}
