.page-resources-safe-betting-tips {
  color: #333333; /* Default text color for light body background */
}

.page-resources-safe-betting-tips__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 500px;
  text-align: center;
}

.page-resources-safe-betting-tips__hero-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-safe-betting-tips__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.6);
}

.page-resources-safe-betting-tips__hero-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

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

.page-resources-safe-betting-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-safe-betting-tips__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A237E;
  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-safe-betting-tips__hero-button:hover {
  background-color: #e5c100;
  transform: translateY(-2px);
}

.page-resources-safe-betting-tips__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.8;
  font-size: 1.1em;
}

.page-resources-safe-betting-tips__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #1A237E;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #1A237E;
  padding-bottom: 5px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

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

.page-resources-safe-betting-tips__article {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-safe-betting-tips__article-heading {
  color: #1A237E;
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-safe-betting-tips__article-heading:first-of-type {
  margin-top: 0;
}

.page-resources-safe-betting-tips__sub-heading {
  color: #1A237E;
  font-size: 1.6em;
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-resources-safe-betting-tips__article p {
  margin-bottom: 1.2em;
  color: #333333;
}

.page-resources-safe-betting-tips__tip-card {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-safe-betting-tips__tip-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 200px;
}

.page-resources-safe-betting-tips__tip-content {
  padding: 25px;
}

.page-resources-safe-betting-tips__tip-content p {
  margin-bottom: 1em;
}

.page-resources-safe-betting-tips__resource-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #333333;
}

.page-resources-safe-betting-tips__resource-list li {
  margin-bottom: 10px;
}

.page-resources-safe-betting-tips__resource-list a {
  color: #1A237E;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-safe-betting-tips__resource-list a:hover {
  color: #FFD700;
}

.page-resources-safe-betting-tips__cta-section {
  text-align: center;
  margin-top: 50px;
  padding: 30px 20px;
  background-color: #1A237E;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-safe-betting-tips__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A237E;
  padding: 18px 35px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-safe-betting-tips__cta-button:hover {
  background-color: #e5c100;
  transform: scale(1.03);
}

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

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

  .page-resources-safe-betting-tips__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-safe-betting-tips__content-area {
    padding: 20px 15px;
    font-size: 1em;
  }

  .page-resources-safe-betting-tips__article-heading {
    font-size: 1.7em;
  }

  .page-resources-safe-betting-tips__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-safe-betting-tips__tip-card {
    flex-direction: column;
  }

  /* Ensure images in content area are responsive and not too small */
  .page-resources-safe-betting-tips__tip-image,
  .page-resources-safe-betting-tips__article img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-safe-betting-tips__cta-button {
    font-size: 1.1em;
    padding: 15px 25px;
  }
}

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

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

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

  .page-resources-safe-betting-tips__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-safe-betting-tips__cta-button {
    font-size: 1em;
    padding: 12px 20px;
  }
}