.page-resources-online-betting-tips {
  color: #333333;
  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-online-betting-tips__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 0;
}

.page-resources-online-betting-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-resources-online-betting-tips__hero-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.page-resources-online-betting-tips__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  background-color: rgba(0, 51, 102, 0.7);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-online-betting-tips__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-online-betting-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-online-betting-tips__hero-cta-button,
.page-resources-online-betting-tips__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #003366;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  border: none;
  cursor: pointer;
}

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

.page-resources-online-betting-tips__cta-button--secondary {
  background-color: #003366;
  color: #FFD700;
  border: 2px solid #FFD700;
}

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

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

.page-resources-online-betting-tips__back-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-online-betting-tips__content-area {
  max-width: 800px; /* Article content width */
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-online-betting-tips__article-heading {
  color: #003366;
  font-size: 2em;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-online-betting-tips__article-subheading {
  color: #003366;
  font-size: 1.5em;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-online-betting-tips__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #333333;
}

.page-resources-online-betting-tips__article-paragraph a {
  color: #003366;
  text-decoration: underline;
}

.page-resources-online-betting-tips__article-paragraph a:hover {
  color: #FFD700;
}

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

.page-resources-online-betting-tips__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #003366;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
}

.page-resources-online-betting-tips__list-title {
  color: #003366;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.page-resources-online-betting-tips__list-description {
  color: #555555;
  font-size: 1em;
}

.page-resources-online-betting-tips__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px 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-online-betting-tips__cta-buttons {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

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

  .page-resources-online-betting-tips__hero-cta-button,
  .page-resources-online-betting-tips__cta-button {
    padding: 12px 24px;
    font-size: 1em;
    margin: 8px;
  }

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

  .page-resources-online-betting-tips__article-heading {
    font-size: 1.8em;
  }

  .page-resources-online-betting-tips__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-online-betting-tips__article-paragraph {
    font-size: 1em;
  }

  .page-resources-online-betting-tips__article-image {
    max-width: 100%;
    height: auto; /* Ensure images are responsive and don't overflow */
  }
  
  .page-resources-online-betting-tips__hero-image {
    height: 400px; /* Adjust hero image height for smaller screens */
  }

  .page-resources-online-betting-tips__hero-content {
    max-width: 90%;
  }
}

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

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

  .page-resources-online-betting-tips__hero-cta-button,
  .page-resources-online-betting-tips__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
    margin: 5px;
  }

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

  .page-resources-online-betting-tips__article-subheading {
    font-size: 1.1em;
  }

  .page-resources-online-betting-tips__hero-image {
    height: 300px; /* Further adjust hero image height */
  }
}