/* Movie detail page styles (extracted from inline style="" attributes) */

.mo-hidden {
    display: none;
}

.mo-summary-box {
    background: var(--hover-bg);
}

.mo-fs-07 {
    font-size: 0.7rem;
}

.mo-fs-075 {
    font-size: 0.75rem;
}

.mo-fs-085 {
    font-size: 0.85rem;
}

.mo-related-poster {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.mo-related-poster-placeholder {
    height: 200px;
    border-radius: 8px;
}

/* Rating distribution bar fill width is set at runtime via JS from
   data-width (see inline script near bottom of movie.php) */
