h1.title-modified { font-size: 3em; font-weight: 1000; color: #e8e6e4; margin-bottom: 30px; line-height: 1.6; text-align: left; }
.review-header-row { display: flex; justify-content: flex-start; gap: 1.5em; align-items: flex-start; max-width: 1200px; border-radius: 10px; background-color: #0f0800; padding: 0 20px 0 0; box-sizing: border-box; min-height: 350px; }
.review-poster { flex-shrink: 0; width: 240px; height: auto; aspect-ratio: 2/3; object-fit: cover; border-radius: 5px 0 0 5px; display: block; }
.review-info-col { display: flex; flex-direction: column; justify-content: center; padding-top: 10px; }
.info-row { font-size: 1.3em; line-height: 1.6; gap: 0.8em; display: flex; flex-wrap: wrap; align-items: center; }
.info-value { font-weight: 600; color: #e8e6e4; }
.meta-stars-genre { display: flex; align-items: center; line-height: 1; gap: 10px; }
.star-rating-display { font-size: 1.3em; color: #bc9b00; font-weight: bold; letter-spacing: 0.2em; }
.genre-tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 5px; margin-left: 0; }
.genre-tag-item { background: #e8e6e4; color: #0f0800; padding: 2px 8px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }
.hidden-el { display: none !important; }

@media (max-width: 768px) {
  h1.title-modified { text-align: center; }
  .review-header-row { flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0; gap: 0; min-height: auto; border-radius: 5px; }
  .review-poster { width: 100%; aspect-ratio: 2/3; object-fit: cover; border-radius: 5px 5px 0 0; margin: 0; border: none; }
  .review-info-col { padding-top: 0; width: 100%; }
  .info-row, .meta-stars-genre, .genre-tag-list { justify-content: center; text-align: center; }
  .genre-tag-list { justify-content: center; }
}