.page-resources-online-betting-tips {
  color: #333333; /* Default dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-resources-online-betting-tips__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-online-betting-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.6); /* Darken image for text readability, not changing color */
}

.page-resources-online-betting-tips__hero-container {
  position: relative;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px; /* Minimum height for hero section */
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-online-betting-tips__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-resources-online-betting-tips__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Gold accent */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-online-betting-tips__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-online-betting-tips__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A2463; /* Dark blue text */\  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;
}

.page-resources-online-betting-tips__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-online-betting-tips__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-online-betting-tips__article-wrapper {
  padding: 20px;
}

.page-resources-online-betting-tips__section-title {
  font-size: 2.2em;
  color: #0A2463; /* Main dark blue */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-online-betting-tips__article-intro {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555555;
}

.page-resources-online-betting-tips__article-subtitle {
  font-size: 1.8em;
  color: #0A2463; /* Main dark blue */
  margin-top: 35px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-online-betting-tips__sub-subtitle {
  font-size: 1.4em;
  color: #0A2463; /* Main dark blue */
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-online-betting-tips__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
}

.page-resources-online-betting-tips__bullet-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444444;
}

.page-resources-online-betting-tips__bullet-list li {
  margin-bottom: 10px;
}

.page-resources-online-betting-tips__quote-block {
  background-color: #f8f8f8;
  border-left: 5px solid #FFD700;
  padding: 20px 25px;
  margin: 30px 0;
  font-style: italic;
  color: #666666;
  border-radius: 4px;
}

.page-resources-online-betting-tips__call-to-action-text {
  font-size: 1.2em;
  text-align: center;
  margin: 40px 0 30px;
  color: #0A2463;
  font-weight: bold;
}

.page-resources-online-betting-tips__cta-buttons {
  text-align: center;
  margin-bottom: 50px;
}

.page-resources-online-betting-tips__cta-button {
  display: inline-block;
  background-color: #0A2463; /* Main dark blue */
  color: #ffffff;
  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: 10px;
}

.page-resources-online-betting-tips__cta-button:hover {
  background-color: #1a3c7e;
  transform: translateY(-2px);
}

.page-resources-online-betting-tips__cta-button--secondary {
  background-color: #FFD700; /* Gold accent */
  color: #0A2463;
}

.page-resources-online-betting-tips__cta-button--secondary:hover {
  background-color: #e6c200;
}

.page-resources-online-betting-tips__related-resources {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

.page-resources-online-betting-tips__related-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-bottom: 20px;
}

.page-resources-online-betting-tips__related-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-resources-online-betting-tips__related-list li {
  margin-bottom: 10px;
}

.page-resources-online-betting-tips__related-list a {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-online-betting-tips__related-list a:hover {
  color: #FFD700;
}

.page-resources-online-betting-tips__back-link {
  display: inline-block;
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: color 0.3s ease;
}

.page-resources-online-betting-tips__back-link:hover {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-online-betting-tips__hero-title {
    font-size: 2.2em;
  }

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

  .page-resources-online-betting-tips__hero-container {
    padding: 80px 15px;
    min-height: 400px;
  }

  .page-resources-online-betting-tips__section-title {
    font-size: 1.8em;
  }

  .page-resources-online-betting-tips__article-subtitle {
    font-size: 1.5em;
  }

  .page-resources-online-betting-tips__sub-subtitle {
    font-size: 1.2em;
  }

  .page-resources-online-betting-tips__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-online-betting-tips__article-wrapper {
    padding: 15px;
  }

  .page-resources-online-betting-tips__cta-button {
    width: 100%;
    margin: 10px 0;
  }

  .page-resources-online-betting-tips__article-image {
    max-width: 100%;
    height: auto; /* Ensure images don't overflow */
  }

  /* Ensure content area does not cause horizontal scroll */
  .page-resources-online-betting-tips {
    overflow-x: hidden;
  }
}