.tdx-artist-rating { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 8px; margin: 0 0 12px; } .tdx-artist-rating__score { display: inline-flex; align-items: center; gap: 5px; color: #6ee7a0; font-size: var(--fs-base, 0.9rem); font-weight: 700; line-height: 1.2; white-space: nowrap; } .tdx-artist-rating__score i, .tdx-artist-rating__score svg { width: 15px; height: 15px; flex: 0 0 auto; } .tdx-artist-rating__detail { color: var(--color-text-dim, #999); font-size: var(--fs-sm, 0.8rem); line-height: 1.2; } .tdx-artist-score { display: inline-flex; align-items: center; gap: 4px; color: #6ee7a0; font-size: 12px; font-weight: 600; line-height: 1.2; white-space: nowrap; } .tdx-artist-score i, .tdx-artist-score svg { width: 13px; height: 13px; flex: 0 0 auto; } .tdx-watch-studio__stats { display: flex; align-items: center; gap: 8px; min-width: 0; }