/* Container */
.game-detail {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
  background-color: #121212;
}

/* Header Section */
.game-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #ffcc00;
}

.read-time {
  font-size: 0.85rem;
  color: #ccc;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.game-subtitle {
  font-size: 1.4rem;
  text-align: center;
  color: #bbb;
  margin-bottom: 2rem;
}

/* Post Meta */
.post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: #aaa;
}

.author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.meta-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
}

.meta-text span {
  display: block;
}

.comment-count {
  color: #888;
  font-size: 0.85rem;
}

/* Featured Image */
.game-image img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* Text Sections */
.game-intro p,
.game-section-text {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #fff;
}

/* Section Titles */
.game-section-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffcc00;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ffcc00;
  padding-bottom: 0.25rem;
  letter-spacing: 0.5px;
}
