.mportal-movie-list { display: flex; flex-wrap: wrap; gap: 20px; }
.movie-card { background: #fff; padding: 10px; border-radius: 12px; box-shadow: 0 2px 8px #0001; width: 200px; }
.movie-card img { width: 100%; border-radius: 8px; }
.movie-card h3 { font-size: 1.1em; }
.movie-player { margin-bottom: 25px; }
.mportal-favorite { cursor: pointer; color: #FF9900; }
.rating-stars span { font-size: 1.5em; color: #ffd700; cursor: pointer; }
