/* Keep profile-tab labels and counts visually distinct in every theme. */
.prof-tabs .ptab { display: inline-flex; align-items: baseline; gap: 4px; }
.prof-tabs .ptab-count { font-weight: bold; font-variant-numeric: tabular-nums; white-space: nowrap; }
@media (max-width: 760px) {
  .prof-tabs .ptab { gap: 3px; }
}
