.page-blog-understanding-responsible-gaming-ph365 {
  color: #FFF6D6;
  background-color: #0A0A0A;
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-blog-understanding-responsible-gaming-ph365__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px 20px; /* Small top padding, larger bottom for separation */
  background-color: #111111;
  position: relative;
  overflow: hidden;
}

.page-blog-understanding-responsible-gaming-ph365__hero-image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.page-blog-understanding-responsible-gaming-ph365__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  min-height: 200px;
}

.page-blog-understanding-responsible-gaming-ph365__hero-content {
  text-align: center;
  max-width: 800px;
  z-index: 1;
}

.page-blog-understanding-responsible-gaming-ph365__main-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #F2C14E;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-blog-understanding-responsible-gaming-ph365__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-blog-understanding-responsible-gaming-ph365__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-understanding-responsible-gaming-ph365__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  color: #111111;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-understanding-responsible-gaming-ph365__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-understanding-responsible-gaming-ph365__cta-button--secondary {
  background: #111111;
  color: #F2C14E;
  border: 2px solid #F2C14E;
}

.page-blog-understanding-responsible-gaming-ph365__cta-button--secondary:hover {
  background: #222222;
  color: #FFD36B;
  border-color: #FFD36B;
}

.page-blog-understanding-responsible-gaming-ph365__content-area {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-blog-understanding-responsible-gaming-ph365__article-body {
  font-size: 1rem;
}

.page-blog-understanding-responsible-gaming-ph365__paragraph {
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-understanding-responsible-gaming-ph365__keyword {
  font-weight: bold;
  color: #F2C14E;
}

.page-blog-understanding-responsible-gaming-ph365__section-title {
  font-size: 1.8rem;
  color: #F2C14E;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.3;
}

.page-blog-understanding-responsible-gaming-ph365__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-understanding-responsible-gaming-ph365__list-item {
  margin-bottom: 10px;
}

.page-blog-understanding-responsible-gaming-ph365__list-title {
  font-size: 1.2rem;
  color: #FFD36B;
  margin-bottom: 5px;
}

.page-blog-understanding-responsible-gaming-ph365__list-description {
  font-size: 1rem;
  color: #FFF6D6;
}

.page-blog-understanding-responsible-gaming-ph365__image-block {
  margin: 40px 0;
  text-align: center;
}

.page-blog-understanding-responsible-gaming-ph365__image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-understanding-responsible-gaming-ph365__inline-link {
  color: #FFD36B;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-understanding-responsible-gaming-ph365__inline-link:hover {
  text-decoration: underline;
}

.page-blog-understanding-responsible-gaming-ph365__faq-section {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-understanding-responsible-gaming-ph365__faq-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-blog-understanding-responsible-gaming-ph365__faq-question {
  font-size: 1.3rem;
  color: #F2C14E;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 600;
}

.page-blog-understanding-responsible-gaming-ph365__faq-answer {
  font-size: 1rem;
  color: #FFF6D6;
  display: none;
}

.page-blog-understanding-responsible-gaming-ph365__faq-item.active .page-blog-understanding-responsible-gaming-ph365__faq-answer {
  display: block;
}

.page-blog-understanding-responsible-gaming-ph365__related-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .page-blog-understanding-responsible-gaming-ph365__related-articles {
    grid-template-columns: 1fr 1fr;
  }
}

.page-blog-understanding-responsible-gaming-ph365__article-card {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
}

.page-blog-understanding-responsible-gaming-ph365__article-card:hover {
  transform: translateY(-5px);
}

.page-blog-understanding-responsible-gaming-ph365__article-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-understanding-responsible-gaming-ph365__card-title {
  font-size: 1.4rem;
  color: #F2C14E;
  padding: 15px;
  line-height: 1.3;
}

.page-blog-understanding-responsible-gaming-ph365__card-title a {
  color: #F2C14E;
  text-decoration: none;
}

.page-blog-understanding-responsible-gaming-ph365__card-title a:hover {
  text-decoration: underline;
}

.page-blog-understanding-responsible-gaming-ph365__card-excerpt {
  font-size: 0.95rem;
  color: #FFF6D6;
  padding: 0 15px 20px;
}

.page-blog-understanding-responsible-gaming-ph365__back-to-blog {
  text-align: center;
  margin-top: 50px;
}

.page-blog-understanding-responsible-gaming-ph365__back-link {
  display: inline-block;
  padding: 12px 25px;
  background: #111111;
  color: #FFD36B;
  border: 2px solid #FFD36B;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-blog-understanding-responsible-gaming-ph365__back-link:hover {
  background: #FFD36B;
  color: #111111;
}

@media (max-width: 768px) {
  .page-blog-understanding-responsible-gaming-ph365__hero-section {
    padding: 10px 15px 40px 15px;
  }

  .page-blog-understanding-responsible-gaming-ph365__main-title {
    font-size: 2rem;
  }

  .page-blog-understanding-responsible-gaming-ph365__hero-description {
    font-size: 1rem;
  }

  .page-blog-understanding-responsible-gaming-ph365__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-blog-understanding-responsible-gaming-ph365__content-area {
    padding: 30px 15px;
  }

  .page-blog-understanding-responsible-gaming-ph365__section-title {
    font-size: 1.5rem;
  }

  .page-blog-understanding-responsible-gaming-ph365__list {
    margin-left: 20px;
  }

  .page-blog-understanding-responsible-gaming-ph365__list-title {
    font-size: 1.1rem;
  }

  .page-blog-understanding-responsible-gaming-ph365__faq-question {
    font-size: 1.1rem;
  }

  .page-blog-understanding-responsible-gaming-ph365__article-card img {
    height: 200px;
  }

  /* Ensure content images are responsive and don't cause overflow */
  .page-blog-understanding-responsible-gaming-ph365 img {
    max-width: 100%;
    height: auto;
  }
}