.page-resources-bingo-plus-ph-beginner-guide {
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Body background from shared.css */
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
}

.page-resources-bingo-plus-ph-beginner-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
}

.page-resources-bingo-plus-ph-beginner-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-bingo-plus-ph-beginner-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.page-resources-bingo-plus-ph-beginner-guide__hero-title {
  font-size: 3.5em;
  color: #E5B80B;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-bingo-plus-ph-beginner-guide__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-bingo-plus-ph-beginner-guide__cta-button {
  display: inline-block;
  background-color: #E5B80B;
  color: #0A2342;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-bingo-plus-ph-beginner-guide__cta-button:hover {
  background-color: #f0c840;
  transform: translateY(-3px);
}

.page-resources-bingo-plus-ph-beginner-guide__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-bingo-plus-ph-beginner-guide__cta-button--large {
  padding: 20px 40px;
  font-size: 1.5em;
}

.page-resources-bingo-plus-ph-beginner-guide__content-area {
  max-width: 1000px; /* Adjusted for better readability of long articles */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-bingo-plus-ph-beginner-guide__table-of-contents {
  background-color: rgba(10, 35, 66, 0.8);
  border-left: 5px solid #E5B80B;
  padding: 25px;
  margin-bottom: 40px;
  border-radius: 5px;
}

.page-resources-bingo-plus-ph-beginner-guide__toc-title {
  color: #E5B80B;
  font-size: 1.8em;
  margin-bottom: 15px;
  text-align: center;
}

.page-resources-bingo-plus-ph-beginner-guide__toc-list {
  list-style: none;
  padding: 0;
}

.page-resources-bingo-plus-ph-beginner-guide__toc-list li {
  margin-bottom: 10px;
}

.page-resources-bingo-plus-ph-beginner-guide__toc-link {
  color: #f0f0f0;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
  display: block;
  padding: 5px 0;
}

.page-resources-bingo-plus-ph-beginner-guide__toc-link:hover {
  color: #E5B80B;
}

.page-resources-bingo-plus-ph-beginner-guide__article {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 0 auto;
}

.page-resources-bingo-plus-ph-beginner-guide__section {
  margin-bottom: 60px;
}

.page-resources-bingo-plus-ph-beginner-guide__section-title {
  font-size: 2.5em;
  color: #E5B80B;
  margin-bottom: 25px;
  border-bottom: 2px solid #0A2342;
  padding-bottom: 10px;
}

.page-resources-bingo-plus-ph-beginner-guide__subsection-title {
  font-size: 1.8em;
  color: #f0f0f0;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-bingo-plus-ph-beginner-guide__paragraph {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-bingo-plus-ph-beginner-guide__ordered-list,
.page-resources-bingo-plus-ph-beginner-guide__unordered-list {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-left: 25px;
  color: #ffffff;
}

.page-resources-bingo-plus-ph-beginner-guide__ordered-list li,
.page-resources-bingo-plus-ph-beginner-guide__unordered-list li {
  margin-bottom: 10px;
}

.page-resources-bingo-plus-ph-beginner-guide__image-wrapper {
  margin: 30px auto;
  text-align: center;
}

.page-resources-bingo-plus-ph-beginner-guide__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Minimum image width */
  min-height: 200px; /* Minimum image height */
}

.page-resources-bingo-plus-ph-beginner-guide__return-link-wrapper {
  margin-top: 60px;
  text-align: center;
}

.page-resources-bingo-plus-ph-beginner-guide__return-link {
  display: inline-block;
  color: #E5B80B;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid #E5B80B;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-bingo-plus-ph-beginner-guide__return-link:hover {
  background-color: #E5B80B;
  color: #0A2342;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-bingo-plus-ph-beginner-guide__hero-title {
    font-size: 3em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__hero-description {
    font-size: 1.2em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__section-title {
    font-size: 2.2em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-bingo-plus-ph-beginner-guide__hero-section {
    min-height: 400px;
  }
  .page-resources-bingo-plus-ph-beginner-guide__hero-title {
    font-size: 2.5em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__content-area {
    padding: 0 15px;
  }
  .page-resources-bingo-plus-ph-beginner-guide__section-title {
    font-size: 2em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__subsection-title {
    font-size: 1.5em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__paragraph,
  .page-resources-bingo-plus-ph-beginner-guide__ordered-list,
  .page-resources-bingo-plus-ph-beginner-guide__unordered-list {
    font-size: 1em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__content-image {
    max-width: 100%;
    height: auto; /* Ensure images scale down */
  }
  /* Ensure all content images in mobile do not cause overflow */
  .page-resources-bingo-plus-ph-beginner-guide img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-bingo-plus-ph-beginner-guide__article {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-bingo-plus-ph-beginner-guide__hero-title {
    font-size: 2em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__hero-content {
    padding: 20px;
  }
  .page-resources-bingo-plus-ph-beginner-guide__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__toc-title {
    font-size: 1.5em;
  }
  .page-resources-bingo-plus-ph-beginner-guide__return-link {
    font-size: 1em;
    padding: 8px 15px;
  }
}