.page-resources-wowph-sports-betting-strategy {
  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 not hidden by fixed header */
  background-color: #FFFFFF;
}

.page-resources-wowph-sports-betting-strategy__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.page-resources-wowph-sports-betting-strategy__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px; /* Minimum height for hero */
}

.page-resources-wowph-sports-betting-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-height: 600px; /* Limit hero image height */
}

.page-resources-wowph-sports-betting-strategy__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 20px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
  max-width: 900px;
  border-radius: 10px;
  margin: 20px;
}

.page-resources-wowph-sports-betting-strategy__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

.page-resources-wowph-sports-betting-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-wowph-sports-betting-strategy__cta-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 10px;
  min-width: 200px;
  text-align: center;
}

.page-resources-wowph-sports-betting-strategy__cta-button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-wowph-sports-betting-strategy__cta-button--register:hover {
  background-color: #F0F0F0;
  transform: translateY(-2px);
}

.page-resources-wowph-sports-betting-strategy__cta-button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-wowph-sports-betting-strategy__cta-button--login:hover {
  background-color: #E0A030;
  transform: translateY(-2px);
}

.page-resources-wowph-sports-betting-strategy__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.page-resources-wowph-sports-betting-strategy__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-wowph-sports-betting-strategy__back-link:hover {
  color: #FCBC45;
}

.page-resources-wowph-sports-betting-strategy__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-wowph-sports-betting-strategy__article-subheading {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-wowph-sports-betting-strategy__article-paragraph {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-wowph-sports-betting-strategy__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px; /* Ensure images do not exceed content width */
  min-width: 200px;
  min-height: 200px;
}

.page-resources-wowph-sports-betting-strategy__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
}

.page-resources-wowph-sports-betting-strategy__cta-heading {
  font-size: 2em;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-resources-wowph-sports-betting-strategy__cta-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-wowph-sports-betting-strategy__article-paragraph--final {
  font-style: italic;
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  color: #555555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-wowph-sports-betting-strategy__main-title {
    font-size: 2em;
  }

  .page-resources-wowph-sports-betting-strategy__hero-description,
  .page-resources-wowph-sports-betting-strategy__article-paragraph,
  .page-resources-wowph-sports-betting-strategy__cta-text {
    font-size: 1em;
  }

  .page-resources-wowph-sports-betting-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    min-width: 150px;
  }

  .page-resources-wowph-sports-betting-strategy__hero-content {
    padding: 60px 15px;
  }

  .page-resources-wowph-sports-betting-strategy__article-heading {
    font-size: 1.8em;
  }

  .page-resources-wowph-sports-betting-strategy__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-wowph-sports-betting-strategy__content-area {
    padding: 15px;
  }
  
  .page-resources-wowph-sports-betting-strategy__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }
  
  .page-resources-wowph-sports-betting-strategy__hero-image {
    max-height: 400px;
  }

  /* Ensure all content images within the main content area are responsive and not smaller than 200px */
  .page-resources-wowph-sports-betting-strategy img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size even on mobile */
    min-height: 200px;
  }

  .page-resources-wowph-sports-betting-strategy {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-wowph-sports-betting-strategy__main-title {
    font-size: 1.6em;
  }

  .page-resources-wowph-sports-betting-strategy__hero-description {
    font-size: 0.9em;
  }

  .page-resources-wowph-sports-betting-strategy__cta-button {
    width: 100%;
    margin: 10px 0;
  }

  .page-resources-wowph-sports-betting-strategy__hero-content {
    padding: 40px 10px;
  }

  .page-resources-wowph-sports-betting-strategy__article-heading {
    font-size: 1.5em;
  }

  .page-resources-wowph-sports-betting-strategy__article-subheading {
    font-size: 1.2em;
  }
}