/* Keep full set / comic book issue names visible in headers and overlays.
   No ellipsis/clamping; font sizing below shrinks text to fit the available box. */
.mc-issue-overlay-title,
.mini-popover-cardnum,
.ccc-set-overview-card .mc-profile-name,
.ccc-set-overview-card .ccc-set-overview-stat strong,
.ccc-issue-series-overview-card .ccc-set-overview-stat strong,
.trade-page-preview-copy strong,
.trade-page-preview-copy span{
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  display: block !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}

/* The fit script controls the font size. Keep line-height tight enough for long names. */
.mc-issue-overlay-title,
.mini-popover-cardnum{
  line-height: 1.08 !important;
}

/* Desktop + mobile: let the “Most Used Issue”/set overview header text shrink instead of clipping. */
.ccc-set-overview-card .ccc-set-overview-stat:nth-child(4) strong,
.ccc-issue-series-overview-card .ccc-set-overview-stat:nth-child(4) strong{
  font-size: clamp(6px, 1.05vw, 12px) !important;
  line-height: 1.05 !important;
}
