.page-resources-online-betting-safety-guide {
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-online-betting-safety-guide__hero-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #003366;
}

.page-resources-online-betting-safety-guide__hero-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-resources-online-betting-safety-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-resources-online-betting-safety-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
  max-width: 80%;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-online-betting-safety-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-online-betting-safety-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.8;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-online-betting-safety-guide__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #003366;
  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;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

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

.page-resources-online-betting-safety-guide__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.page-resources-online-betting-safety-guide__article-wrapper {
  padding: 20px 0;
}

.page-resources-online-betting-safety-guide__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

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

.page-resources-online-betting-safety-guide__article-heading {
  font-size: 2em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-online-betting-safety-guide__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-online-betting-safety-guide__image-block {
  text-align: center;
  margin: 30px 0;
}

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

.page-resources-online-betting-safety-guide__article-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-online-betting-safety-guide__article-list-item {
  margin-bottom: 10px;
}

.page-resources-online-betting-safety-guide__quote {
  background-color: #f0f8ff;
  border-left: 5px solid #003366;
  padding: 15px 20px;
  margin: 30px 0;
  font-style: italic;
  color: #003366;
  border-radius: 5px;
}

.page-resources-online-betting-safety-guide__call-to-action {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #003366;
  border-radius: 10px;
  color: #ffffff;
}

.page-resources-online-betting-safety-guide__call-to-action-text {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #FFD700;
}

.page-resources-online-betting-safety-guide__call-to-action-button {
  display: inline-block;
  background-color: #FFD700;
  color: #003366;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

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

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

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

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

  .page-resources-online-betting-safety-guide__article-paragraph,
  .page-resources-online-betting-safety-guide__article-list-item {
    font-size: 1em;
  }

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

  .page-resources-online-betting-safety-guide__call-to-action-text {
    font-size: 1.2em;
  }
}