.page-resources-how-to-use-gcash-for-bingo-plus {
  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 is below fixed header */
}

.page-resources-how-to-use-gcash-for-bingo-plus__hero-section {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 80px 20px 40px;
  background-color: #0A2463; /* Dark blue background for hero text */
  overflow: hidden;
}

.page-resources-how-to-use-gcash-for-bingo-plus__hero-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-how-to-use-gcash-for-bingo-plus__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #E3B505; /* Gold for main title */
  line-height: 1.2;
}

.page-resources-how-to-use-gcash-for-bingo-plus__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-resources-how-to-use-gcash-for-bingo-plus__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-how-to-use-gcash-for-bingo-plus__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  overflow: hidden;
}

.page-resources-how-to-use-gcash-for-bingo-plus__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-how-to-use-gcash-for-bingo-plus__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-how-to-use-gcash-for-bingo-plus__section-title {
  color: #0A2463; /* Dark blue for section titles */
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-how-to-use-gcash-for-bingo-plus__sub-title {
  color: #0A2463;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-use-gcash-for-bingo-plus__list-sub-title {
  color: #0A2463;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-how-to-use-gcash-for-bingo-plus__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-how-to-use-gcash-for-bingo-plus__step-list,
.page-resources-how-to-use-gcash-for-bingo-plus__bullet-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-how-to-use-gcash-for-bingo-plus__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #E3B505; /* Gold accent */
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-how-to-use-gcash-for-bingo-plus__list-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-how-to-use-gcash-for-bingo-plus__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.05em;
  cursor: pointer;
  text-align: center;
}

.page-resources-how-to-use-gcash-for-bingo-plus__btn--primary {
  background-color: #E3B505; /* Gold button */
  color: #0A2463; /* Dark blue text */
  border: 2px solid #E3B505;
}

.page-resources-how-to-use-gcash-for-bingo-plus__btn--primary:hover {
  background-color: #f0c94b;
  border-color: #f0c94b;
}

.page-resources-how-to-use-gcash-for-bingo-plus__btn--secondary {
  background-color: transparent;
  color: #E3B505; /* Gold text */
  border: 2px solid #E3B505;
}

.page-resources-how-to-use-gcash-for-bingo-plus__btn--secondary:hover {
  background-color: #E3B505;
  color: #0A2463;
}

.page-resources-how-to-use-gcash-for-bingo-plus__btn--link {
  background-color: transparent;
  color: #0A2463;
  border: 1px solid #0A2463;
  padding: 8px 15px;
  font-size: 0.9em;
  margin-top: 10px;
}

.page-resources-how-to-use-gcash-for-bingo-plus__btn--link:hover {
  background-color: #0A2463;
  color: #ffffff;
}

.page-resources-how-to-use-gcash-for-bingo-plus__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-how-to-use-gcash-for-bingo-plus__content-area img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-how-to-use-gcash-for-bingo-plus__faq-list {
  margin-top: 30px;
}

.page-resources-how-to-use-gcash-for-bingo-plus__faq-item {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.page-resources-how-to-use-gcash-for-bingo-plus__faq-question {
  color: #0A2463;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-resources-how-to-use-gcash-for-bingo-plus__faq-answer {
  color: #555555;
  font-size: 1em;
}

.page-resources-how-to-use-gcash-for-bingo-plus__call-to-action {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-how-to-use-gcash-for-bingo-plus__return-link {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-how-to-use-gcash-for-bingo-plus__return-link a {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-how-to-use-gcash-for-bingo-plus__return-link a:hover {
  text-decoration: underline;
  color: #E3B505;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-how-to-use-gcash-for-bingo-plus__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-use-gcash-for-bingo-plus__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-use-gcash-for-bingo-plus__section-title {
    font-size: 1.6em;
  }

  .page-resources-how-to-use-gcash-for-bingo-plus__sub-title {
    font-size: 1.3em;
  }

  .page-resources-how-to-use-gcash-for-bingo-plus__list-item {
    padding: 15px;
  }

  .page-resources-how-to-use-gcash-for-bingo-plus__btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-how-to-use-gcash-for-bingo-plus__content-area img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-use-gcash-for-bingo-plus__hero-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-use-gcash-for-bingo-plus__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-use-gcash-for-bingo-plus__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-how-to-use-gcash-for-bingo-plus__call-to-action {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-use-gcash-for-bingo-plus__hero-section {
    padding: 60px 15px 30px;
  }

  .page-resources-how-to-use-gcash-for-bingo-plus__content-area {
    padding: 0 15px;
  }
}