/* === Reviews-specific styling === */

.review-page .page-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 5px; /* moves title closer to image */
}

.review-page h1 {
  font-size: 26px; /* smaller title */
  margin-top: 0;
  margin-bottom: 8px; /* tighter spacing below title */
  text-align: center;
}

.review-page .subtitle {
  font-style; italic;
  margin: 0;
  line-height: 1.2;
}

.review-page .release-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333333;
    margin: 0;
    line-height: 1.2;
}

.review-page .reviewer {
  margin-top: 0;
  font-style: italic;
  font-size: 16px;
  color: #333333; /* softer tone */
  line-height: 1.2;
}

.review-image figcaption {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #333333;
    font-style: normal;
    transition: color 0 0.3s;
}

.review-image figcaption a {
    text-decoration: underline;
    color: #333333;
    font-style: normal;
    transition: color 0.3s;
}

.review-image figcaption a:hover {
    text-decoration: underline;
    color: #F2EFDE; 
}

@media (max-width: 600px) {
  .review-page h1 {
    font-size: 20px;
  }
  
  .review-yongguk h1 {
    font-size: 16px;
  }
  .review-page .subtitle,
  .review-page .release-date,
  .review-page .reviewer {
      font-size: 15px;
  }
  
  .review-image figcation {
      font-size: 13px;
  }
}