.page-blog-evolution-of-playtime {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding for internal pages */
}

.page-blog-evolution-of-playtime__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.page-blog-evolution-of-playtime__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px; /* Ensure it doesn't get too tall */
}

.page-blog-evolution-of-playtime__hero-content {
  text-align: center;
  padding: 20px;
  max-width: 900px;
  margin-top: 20px;
}

.page-blog-evolution-of-playtime__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2C14E;
  margin-bottom: 15px;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.7);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
}

.page-blog-evolution-of-playtime__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-blog-evolution-of-playtime__content-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-evolution-of-playtime__article-container {
  background-color: #111111;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #3A2A12;
  box-shadow: 0 0 15px rgba(255, 211, 107, 0.2);
}

.page-blog-evolution-of-playtime__section-title {
  color: #F2C14E;
  font-size: 2em;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3A2A12;
  padding-bottom: 10px;
}

.page-blog-evolution-of-playtime__paragraph {
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-evolution-of-playtime__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-evolution-of-playtime__list-item {
  margin-bottom: 15px;
  color: #FFF6D6;
}

.page-blog-evolution-of-playtime__list-heading {
  color: #FFD36B;
  font-size: 1.3em;
  margin-bottom: 5px;
}

.page-blog-evolution-of-playtime__list-text {
  font-size: 1em;
}

.page-blog-evolution-of-playtime__list-text a {
  color: #F2C14E;
  text-decoration: none;
}

.page-blog-evolution-of-playtime__list-text a:hover {
  text-decoration: underline;
}

.page-blog-evolution-of-playtime__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  border: 1px solid #3A2A12;
  box-shadow: 0 0 10px rgba(255, 211, 107, 0.15);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-evolution-of-playtime__cta-button {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-blog-evolution-of-playtime__cta-button:hover {
  background: linear-gradient(180deg, #FFE082 0%, #E6B03D 100%);
  transform: translateY(-2px);
}

.page-blog-evolution-of-playtime__secondary-cta-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #F2C14E;
  color: #111111;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-blog-evolution-of-playtime__secondary-cta-button:hover {
  background-color: #FFD36B;
  transform: translateY(-2px);
}

.page-blog-evolution-of-playtime__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-blog-evolution-of-playtime__cta-button--primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
}

.page-blog-evolution-of-playtime__cta-button--secondary {
  background-color: #FFD36B;
  color: #111111;
}

.page-blog-evolution-of-playtime__related-posts {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  border-top: 1px solid #3A2A12;
  padding-top: 20px;
}

.page-blog-evolution-of-playtime__related-post-item {
  margin-bottom: 10px;
}

.page-blog-evolution-of-playtime__related-post-link {
  color: #F2C14E;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-blog-evolution-of-playtime__related-post-link:hover {
  color: #FFD36B;
  text-decoration: underline;
}

.page-blog-evolution-of-playtime__keyword {
  color: #FFD36B;
  font-weight: bold;
}

@media (max-width: 768px) {
  .page-blog-evolution-of-playtime__hero-content {
    padding: 15px;
  }

  .page-blog-evolution-of-playtime__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-evolution-of-playtime__intro-text {
    font-size: 1em;
  }

  .page-blog-evolution-of-playtime__content-section {
    padding: 20px 15px;
  }

  .page-blog-evolution-of-playtime__article-container {
    padding: 20px;
  }

  .page-blog-evolution-of-playtime__section-title {
    font-size: 1.6em;
  }

  .page-blog-evolution-of-playtime__list-item {
    margin-bottom: 10px;
  }

  .page-blog-evolution-of-playtime__list-heading {
    font-size: 1.1em;
  }

  .page-blog-evolution-of-playtime__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-evolution-of-playtime__cta-button,
  .page-blog-evolution-of-playtime__secondary-cta-button {
    width: 100%;
    box-sizing: border-box;
  }

  /* Mobile content area overflow prevention */
  .page-blog-evolution-of-playtime img {
    max-width: 100%;
    height: auto;
  }
}