.rating span color: #ffc107; font-weight: bold;
.director, .cast margin: 10px 0;
.meta display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; font-size: 0.9rem; color: #ccc; filmhit movie movie.php
<div style="text-align: center; margin-top: 60px; color: #aaa;"> <p>⭐ ⭐ ⭐ ⭐ ⭐ "The best FilmHit of the year!" – MovieMania Weekly</p> </div> </div> .rating span color: #ffc107
<?php if(!empty($movie['trailer_url'])): ?> <div class="trailer-section"> <h2>Official Trailer</h2> <div class="trailer-container"> <iframe src="https://www.youtube.com/embed/<?php echo htmlspecialchars($movie['trailer_url']); ?>" title="<?php echo htmlspecialchars($movie['title']); ?> trailer" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> </iframe> </div> </div> <?php endif; ?> .cast margin: 10px 0