.page-resources-king-ph-safe-gaming-tips {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
}

.page-resources-king-ph-safe-gaming-tips__hero-section {
  background-color: #f0f0f0;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page-resources-king-ph-safe-gaming-tips__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-king-ph-safe-gaming-tips__hero-title {
  font-size: 3.2em;
  color: #8B0000; /* Auxiliary color for heading */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-king-ph-safe-gaming-tips__hero-description {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
}

.page-resources-king-ph-safe-gaming-tips__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Main color for button */
  color: #8B0000; /* Auxiliary color for button text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-king-ph-safe-gaming-tips__hero-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  color: #660000;
}

.page-resources-king-ph-safe-gaming-tips__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-king-ph-safe-gaming-tips__content-area {
  max-width: 800px; /* Content width 600-800px */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-king-ph-safe-gaming-tips__article {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-king-ph-safe-gaming-tips__intro-paragraph,
.page-resources-king-ph-safe-gaming-tips__paragraph,
.page-resources-king-ph-safe-gaming-tips__conclusion-paragraph {
  font-size: 1.1em; /* 16-18px font size */
  margin-bottom: 20px;
  line-height: 1.7; /* 1.6-1.8 line height */
}

.page-resources-king-ph-safe-gaming-tips__heading {
  font-size: 2em;
  color: #8B0000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-king-ph-safe-gaming-tips__heading + .page-resources-king-ph-safe-gaming-tips__paragraph {
  margin-top: 20px;
}

.page-resources-king-ph-safe-gaming-tips__list,
.page-resources-king-ph-safe-gaming-tips__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-king-ph-safe-gaming-tips__ordered-list {
  list-style-type: decimal;
}

.page-resources-king-ph-safe-gaming-tips__list-item {
  margin-bottom: 10px;
}

.page-resources-king-ph-safe-gaming-tips__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-king-ph-safe-gaming-tips__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-king-ph-safe-gaming-tips__quote {
  background-color: #fffbe6; /* Light gold background for quote */
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #666666;
  border-radius: 5px;
}

.page-resources-king-ph-safe-gaming-tips__quote p {
  margin: 0;
  font-size: 1.1em;
}

.page-resources-king-ph-safe-gaming-tips__cta-card {
  background: linear-gradient(45deg, #FFD700, #8B0000); /* Gold to red gradient */
  color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin: 40px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-king-ph-safe-gaming-tips__cta-title {
  font-size: 2.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-king-ph-safe-gaming-tips__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-king-ph-safe-gaming-tips__cta-button {
  display: inline-block;
  background-color: #ffffff;
  color: #8B0000;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-king-ph-safe-gaming-tips__cta-button:hover {
  background-color: #f0f0f0;
  color: #660000;
}

.page-resources-king-ph-safe-gaming-tips__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-king-ph-safe-gaming-tips__faq-question {
  font-size: 1.3em;
  color: #8B0000;
  margin-bottom: 10px;
}

.page-resources-king-ph-safe-gaming-tips__faq-answer {
  font-size: 1.05em;
  color: #555555;
}

.page-resources-king-ph-safe-gaming-tips__return-link-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-resources-king-ph-safe-gaming-tips__return-link {
  display: inline-block;
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 2px solid #8B0000;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-king-ph-safe-gaming-tips__return-link:hover {
  background-color: #8B0000;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-king-ph-safe-gaming-tips__hero-title {
    font-size: 2.5em;
  }

  .page-resources-king-ph-safe-gaming-tips__hero-description {
    font-size: 1em;
  }

  .page-resources-king-ph-safe-gaming-tips__heading {
    font-size: 1.8em;
  }

  .page-resources-king-ph-safe-gaming-tips__cta-title {
    font-size: 2em;
  }

  .page-resources-king-ph-safe-gaming-tips__cta-text {
    font-size: 1em;
  }

  .page-resources-king-ph-safe-gaming-tips__content-area {
    padding: 20px 15px;
  }

  .page-resources-king-ph-safe-gaming-tips__article {
    padding: 20px;
  }

  /* Mobile content area images must use max-width: 100%; height: auto; */
  .page-resources-king-ph-safe-gaming-tips__image-wrapper img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure min size is maintained */
    min-height: 200px;
  }

  /* Ensure no horizontal scrolling */
  .page-resources-king-ph-safe-gaming-tips {
    overflow-x: hidden;
  }
}