.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__hero-section {
  position: relative;
  padding-bottom: 10px; /* Small top padding, body has main offset */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__hero-content {
  padding: 2rem 1rem;
  max-width: 900px;
  width: 100%;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__main-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #F2C14E;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__intro-text {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #0A0A0A;
  padding: 0.8rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__cta-button--secondary {
  background: linear-gradient(180deg, #FFD36B 0%, #F2C14E 100%);
  color: #0A0A0A;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__section {
  padding: 4rem 1rem;
  text-align: center;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #F2C14E;
  margin-bottom: 2rem;
  font-weight: 600;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__section-paragraph {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  margin-top: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-card {
  background-color: #111111;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(242, 193, 78, 0.2);
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-title {
  font-size: 1.5rem;
  color: #FFD36B;
  margin-bottom: 0.5rem;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-title a {
  color: #FFD36B;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-title a:hover {
  color: #F2C14E;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-description {
  font-size: 0.95rem;
  color: #FFF6D6;
  flex-grow: 1;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__view-all-button {
  display: inline-block;
  background-color: #F2C14E;
  color: #0A0A0A;
  padding: 0.7rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 2rem;
  transition: background-color 0.3s ease;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__view-all-button:hover {
  background-color: #FFD36B;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__tip-item {
  background-color: #111111;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: left;
  border: 1px solid #3A2A12;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__tip-title {
  font-size: 1.4rem;
  color: #FFD36B;
  margin-bottom: 0.75rem;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__tip-description {
  font-size: 1rem;
  color: #FFF6D6;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__responsible-gaming {
  background-color: #111111;
  padding: 3rem 1rem;
  border-top: 1px solid #3A2A12;
  border-bottom: 1px solid #3A2A12;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__link {
  color: #F2C14E;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__link:hover {
  color: #FFD36B;
  text-decoration: underline;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-card {
  background-color: #111111;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: left;
  border: 1px solid #3A2A12;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(242, 193, 78, 0.2);
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-title {
  font-size: 1.4rem;
  color: #FFD36B;
  margin-bottom: 0.75rem;
  flex-grow: 1;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-title a {
  color: #FFD36B;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-title a:hover {
  color: #F2C14E;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-excerpt {
  font-size: 0.95rem;
  color: #FFF6D6;
  margin-bottom: 1rem;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__read-more {
  color: #F2C14E;
  text-decoration: none;
  font-weight: bold;
  align-self: flex-start;
  transition: color 0.3s ease;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__read-more:hover {
  color: #FFD36B;
  text-decoration: underline;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__view-all-blog-button {
  display: inline-block;
  background-color: #FFD36B;
  color: #0A0A0A;
  padding: 0.8rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 3rem;
  transition: background-color 0.3s ease;
}

.page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__view-all-blog-button:hover {
  background-color: #F2C14E;
}

@media (max-width: 768px) {
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__hero-content {
    padding: 1.5rem 0.5rem;
  }

  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__intro-text {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }

  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__section {
    padding: 3rem 0.5rem;
  }

  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }

  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-grid,
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__tips-list,
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-image,
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-image,
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__content-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }

  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph img {
    max-width: 100%;
    height: auto;
  }

  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-card,
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__tip-item,
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-card {
    padding: 1rem;
  }

  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-title,
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__tip-title,
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-title {
    font-size: 1.2rem;
  }

  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__section-paragraph,
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__category-description,
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__tip-description,
  .page-blog-the-ultimate-playtime-guide-discovering-new-games-in-ph__article-excerpt {
    font-size: 0.9rem;
  }
}