.page-resources-hawkplay-sports-betting-tips {
  color: #333333; /* Dark text on light body background */
}

.page-resources-hawkplay-sports-betting-tips__hero-section {
  background-color: #000000; /* Dark background for hero */
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
  padding-bottom: 60px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-hawkplay-sports-betting-tips__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.page-resources-hawkplay-sports-betting-tips__hero-title {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-hawkplay-sports-betting-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-hawkplay-sports-betting-tips__hero-image {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.page-resources-hawkplay-sports-betting-tips__hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Ensure images are not too small */
  min-height: 200px;
}

.page-resources-hawkplay-sports-betting-tips__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for contrast */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}

.page-resources-hawkplay-sports-betting-tips__cta-button:hover {
  background-color: #e0a53a;
  transform: translateY(-2px);
}

.page-resources-hawkplay-sports-betting-tips__content-area {
  max-width: 800px; /* Controlled width for article content */
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-hawkplay-sports-betting-tips__article-nav {
  background-color: #f8f8f8;
  border-left: 4px solid #FCBC45;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.page-resources-hawkplay-sports-betting-tips__article-nav-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-hawkplay-sports-betting-tips__article-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-hawkplay-sports-betting-tips__article-nav-list li {
  margin-bottom: 10px;
}

.page-resources-hawkplay-sports-betting-tips__article-nav-link {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-hawkplay-sports-betting-tips__article-nav-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

.page-resources-hawkplay-sports-betting-tips__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-resources-hawkplay-sports-betting-tips__article-paragraph {
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-hawkplay-sports-betting-tips__image-container {
  margin: 40px 0;
  text-align: center;
}

.page-resources-hawkplay-sports-betting-tips__image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure images are not too small */
  min-height: 200px;
}

.page-resources-hawkplay-sports-betting-tips__blockquote {
  border-left: 5px solid #FCBC45;
  padding-left: 20px;
  margin: 40px 0;
  font-style: italic;
  color: #555555;
  font-size: 1.1em;
}

.page-resources-hawkplay-sports-betting-tips__inline-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-hawkplay-sports-betting-tips__inline-link:hover {
  text-decoration: underline;
  color: #e0a53a;
}

.page-resources-hawkplay-sports-betting-tips__cta-section {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-resources-hawkplay-sports-betting-tips__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin-right: 15px;
}

.page-resources-hawkplay-sports-betting-tips__cta-button--secondary {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-hawkplay-sports-betting-tips__cta-button--secondary:hover {
  background-color: #f0f0f0;
  border-color: #e0a53a;
}

.page-resources-hawkplay-sports-betting-tips__return-link-container {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}

.page-resources-hawkplay-sports-betting-tips__return-link {
  display: inline-block;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-hawkplay-sports-betting-tips__return-link:hover {
  color: #e0a53a;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-hawkplay-sports-betting-tips__hero-title {
    font-size: 2.5em;
  }

  .page-resources-hawkplay-sports-betting-tips__hero-description {
    font-size: 1em;
  }

  .page-resources-hawkplay-sports-betting-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-hawkplay-sports-betting-tips__content-area {
    padding: 0 15px;
    font-size: 1em;
  }

  .page-resources-hawkplay-sports-betting-tips__article-heading {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-resources-hawkplay-sports-betting-tips__image-container img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-hawkplay-sports-betting-tips__cta-button--large {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-resources-hawkplay-sports-betting-tips__cta-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Ensure all content images are responsive and do not overflow */
  .page-resources-hawkplay-sports-betting-tips img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Maintain minimum size */
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .page-resources-hawkplay-sports-betting-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-hawkplay-sports-betting-tips__hero-description {
    font-size: 0.9em;
  }

  .page-resources-hawkplay-sports-betting-tips__article-heading {
    font-size: 1.5em;
  }
}