/* QAFlow - product.php single product detail page
   Extracted from inline style="" attributes. Static values are plain
   classes; the rating distribution bar-fill width is a genuinely dynamic
   per-record value (a computed percentage, not a DB color) so it's applied
   via a data-width attribute + tiny runtime JS block (same technique
   already used in movie.php for its rating bars), not a style="" attribute. */

.pd-video-iframe {
    border: 0;
    border-radius: 0 0 0.5rem 0.5rem;
}

.pd-star-xs {
    font-size: 0.7rem;
}

.pd-vote-col {
    min-width: 40px;
}

.pd-vote-col-sm {
    min-width: 32px;
}

.pd-related-img {
    height: 140px;
    object-fit: contain;
    padding: 10px;
    background: var(--body-bg);
}

.pd-related-title {
    line-height: 1.3;
}

.pd-sidebar-related-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background: var(--body-bg);
}
