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

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

.page-resources-online-betting-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly dim the image to make text pop */
}

.page-resources-online-betting-tips__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 20px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent dark overlay for text readability */
  border-radius: 8px;
}

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

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

.page-resources-online-betting-tips__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.page-resources-online-betting-tips__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1em;
  text-align: center;
  min-width: 150px;
}

.page-resources-online-betting-tips__button--register {
  background-color: #FCBC45; /* Login color for Register button */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-online-betting-tips__button--register:hover {
  background-color: #e0a53a;
  border-color: #e0a53a;
}

.page-resources-online-betting-tips__button--learn-more, .page-resources-online-betting-tips__button--secondary {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-online-betting-tips__button--learn-more:hover, .page-resources-online-betting-tips__button--secondary:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-resources-online-betting-tips__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-online-betting-tips__button--login:hover {
  background-color: #e0a53a;
  border-color: #e0a53a;
}

.page-resources-online-betting-tips__article-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

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

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

.page-resources-online-betting-tips__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-resources-online-betting-tips__tip-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-bottom: 20px;
}

.page-resources-online-betting-tips__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 15px;
}

.page-resources-online-betting-tips__card-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-resources-online-betting-tips__card-description {
  font-size: 1em;
  color: #555555;
  padding: 0 15px;
}

.page-resources-online-betting-tips__bullet-list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.1em;
  color: #333333;
}

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

.page-resources-online-betting-tips__text-center {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-resources-online-betting-tips__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-resources-online-betting-tips__feature-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.page-resources-online-betting-tips__feature-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-online-betting-tips__feature-title {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}

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

.page-resources-online-betting-tips__cta-banner {
  background-color: #000000;
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-resources-online-betting-tips__cta-title {
  font-size: 2.2em;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-online-betting-tips__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-betting-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-online-betting-tips__return-link-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.page-resources-online-betting-tips__return-link:hover {
  color: #e0a53a;
}

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

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

@media (max-width: 768px) {
  .page-resources-online-betting-tips__hero-section {
    padding-top: var(--header-offset, 120px); /* Mobile header offset */
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-resources-online-betting-tips__hero-content {
    width: 90%;
    padding: 15px;
  }

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

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

  .page-resources-online-betting-tips__hero-buttons, .page-resources-online-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-online-betting-tips__button {
    width: 100%;
    min-width: unset;
  }

  .page-resources-online-betting-tips__article-section {
    margin: 20px auto;
    padding: 0 15px;
  }

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

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

  .page-resources-online-betting-tips__card-grid, .page-resources-online-betting-tips__feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-online-betting-tips__tip-card, .page-resources-online-betting-tips__feature-item {
    padding: 20px;
  }

  .page-resources-online-betting-tips__cta-banner {
    padding: 30px 15px;
  }

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

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

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

  /* Specific overrides for content area images to ensure minimum size is not violated by small class-specific rules, but responsive for mobile */
  .page-resources-online-betting-tips__card-image, 
  .page-resources-online-betting-tips__feature-image {
    width: 100%; /* Take full width of card/feature item */
    height: auto; /* Maintain aspect ratio */
    min-height: 200px; /* Ensure minimum height */
    object-fit: cover;
  }
}

@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.85em;
  }

  .page-resources-online-betting-tips__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

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

  .page-resources-online-betting-tips__cta-title {
    font-size: 1.6em;
  }
}