.page-resources-bingo-game-strategy-tips {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-bingo-game-strategy-tips__hero-section {
  position: relative;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding: 0;
}

.page-resources-bingo-game-strategy-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Darken image slightly for text readability */
}

.page-resources-bingo-game-strategy-tips__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.page-resources-bingo-game-strategy-tips__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text */
  border-radius: 8px;
}

.page-resources-bingo-game-strategy-tips__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #E5B80B; /* Auxiliary color for emphasis */
  line-height: 1.2;
}

.page-resources-bingo-game-strategy-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-bingo-game-strategy-tips__hero-button,
.page-resources-bingo-game-strategy-tips__cta-button {
  display: inline-block;
  background-color: #E5B80B; /* Auxiliary color for buttons */
  color: #0A2342; /* Main color for button text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1.1em;
}

.page-resources-bingo-game-strategy-tips__hero-button:hover,
.page-resources-bingo-game-strategy-tips__cta-button:hover {
  background-color: #ffda47;
}

.page-resources-bingo-game-strategy-tips__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 40px auto;
  padding: 20px;
  background-color: #0A2342; /* Main color as content background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-bingo-game-strategy-tips__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #E5B80B;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-bingo-game-strategy-tips__back-link:hover {
  text-decoration: underline;
}

.page-resources-bingo-game-strategy-tips__section-title {
  font-size: 2.5em;
  color: #E5B80B;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-bingo-game-strategy-tips__sub-title {
  font-size: 1.8em;
  color: #E5B80B;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-resources-bingo-game-strategy-tips__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-bingo-game-strategy-tips__list {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-bingo-game-strategy-tips__list-item {
  margin-bottom: 10px;
}

.page-resources-bingo-game-strategy-tips__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-bingo-game-strategy-tips__quote {
  background-color: rgba(229, 184, 11, 0.1);
  border-left: 5px solid #E5B80B;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #f0f0f0;
  border-radius: 4px;
}

.page-resources-bingo-game-strategy-tips__button {
  display: inline-block;
  background-color: #E5B80B;
  color: #0A2342;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.page-resources-bingo-game-strategy-tips__button:hover {
  background-color: #ffda47;
}

.page-resources-bingo-game-strategy-tips__cta-button {
  margin: 40px auto;
  display: block;
  width: fit-content;
}

.page-resources-bingo-game-strategy-tips__related-resources-title {
  font-size: 1.6em;
  color: #E5B80B;
  margin-top: 50px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(229, 184, 11, 0.3);
  padding-top: 20px;
}

.page-resources-bingo-game-strategy-tips__related-resources-list {
  list-style-type: none;
  padding: 0;
}

.page-resources-bingo-game-strategy-tips__related-resources-item {
  margin-bottom: 10px;
}

.page-resources-bingo-game-strategy-tips__related-resources-item a {
  color: #E5B80B;
  text-decoration: none;
  font-size: 1.1em;
}

.page-resources-bingo-game-strategy-tips__related-resources-item a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-bingo-game-strategy-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-bingo-game-strategy-tips__hero-description {
    font-size: 1em;
  }

  .page-resources-bingo-game-strategy-tips__hero-button,
  .page-resources-bingo-game-strategy-tips__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-bingo-game-strategy-tips__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-bingo-game-strategy-tips__section-title {
    font-size: 2em;
  }

  .page-resources-bingo-game-strategy-tips__sub-title {
    font-size: 1.5em;
  }

  .page-resources-bingo-game-strategy-tips__paragraph {
    font-size: 1em;
  }

  .page-resources-bingo-game-strategy-tips__list {
    margin-left: 20px;
  }

  .page-resources-bingo-game-strategy-tips__content-image {
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-bingo-game-strategy-tips__hero-content {
    padding: 15px;
  }

  /* Ensure images in content area do not overflow */
  .page-resources-bingo-game-strategy-tips img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-bingo-game-strategy-tips__hero-title {
    font-size: 1.5em;
  }

  .page-resources-bingo-game-strategy-tips__hero-description {
    font-size: 0.9em;
  }

  .page-resources-bingo-game-strategy-tips__hero-button,
  .page-resources-bingo-game-strategy-tips__cta-button {
    padding: 10px 15px;
    font-size: 0.9em;
  }

  .page-resources-bingo-game-strategy-tips__section-title {
    font-size: 1.8em;
  }

  .page-resources-bingo-game-strategy-tips__sub-title {
    font-size: 1.3em;
  }
}