.page-resources-online-betting-safety-responsible-gambling {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-online-betting-safety-responsible-gambling__hero-section {
  background-color: #8B0000; /* Auxiliary color */
  color: #ffffff;
  padding: var(--header-offset, 120px) 20px 60px; /* Account for fixed header */
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-online-betting-safety-responsible-gambling__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.2;
}

.page-resources-online-betting-safety-responsible-gambling__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-online-betting-safety-responsible-gambling__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Primary color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-online-betting-safety-responsible-gambling__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-betting-safety-responsible-gambling__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Primary color */
  color: #8B0000; /* Auxiliary color */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-online-betting-safety-responsible-gambling__hero-button:hover {
  background-color: #e6c200;
  color: #6a0000;
}

.page-resources-online-betting-safety-responsible-gambling__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-online-betting-safety-responsible-gambling__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #8B0000; /* Auxiliary color */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-online-betting-safety-responsible-gambling__back-link:hover {
  color: #FFD700; /* Primary color */
}

.page-resources-online-betting-safety-responsible-gambling__article-heading {
  font-size: 2.2em;
  color: #8B0000; /* Auxiliary color */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-online-betting-safety-responsible-gambling__article-subheading {
  font-size: 1.6em;
  color: #FFD700; /* Primary color */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-online-betting-safety-responsible-gambling__article p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-online-betting-safety-responsible-gambling__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-online-betting-safety-responsible-gambling__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-online-betting-safety-responsible-gambling__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-online-betting-safety-responsible-gambling__call-to-action {
  background-color: rgba(255, 215, 0, 0.1); /* Light primary color background */
  border-left: 5px solid #FFD700;
  padding: 30px;
  margin-top: 40px;
  border-radius: 8px;
  text-align: center;
}

.page-resources-online-betting-safety-responsible-gambling__call-to-action p {
  font-size: 1.3em;
  color: #8B0000; /* Auxiliary color */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-online-betting-safety-responsible-gambling__call-to-action-button {
  display: inline-block;
  background-color: #8B0000; /* Auxiliary color */
  color: #FFD700; /* Primary color */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-right: 15px;
}

.page-resources-online-betting-safety-responsible-gambling__call-to-action-button:hover {
  background-color: #6a0000;
  color: #e6c200;
}

.page-resources-online-betting-safety-responsible-gambling__call-to-action-link {
  display: inline-block;
  color: #8B0000; /* Auxiliary color */
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-online-betting-safety-responsible-gambling__call-to-action-link:hover {
  color: #FFD700; /* Primary color */
}

.page-resources-online-betting-safety-responsible-gambling__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.page-resources-online-betting-safety-responsible-gambling__related-resources-heading {
  font-size: 2em;
  color: #8B0000; /* Auxiliary color */
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-online-betting-safety-responsible-gambling__resource-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

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

.page-resources-online-betting-safety-responsible-gambling__resource-link {
  color: #8B0000; /* Auxiliary color */
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-online-betting-safety-responsible-gambling__resource-link:hover {
  color: #FFD700; /* Primary color */
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-online-betting-safety-responsible-gambling__hero-title {
    font-size: 2.5em;
  }

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

  .page-resources-online-betting-safety-responsible-gambling__article-heading {
    font-size: 1.8em;
  }

  .page-resources-online-betting-safety-responsible-gambling__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-online-betting-safety-responsible-gambling__article p,
  .page-resources-online-betting-safety-responsible-gambling__list-item {
    font-size: 1em;
  }

  .page-resources-online-betting-safety-responsible-gambling__call-to-action p {
    font-size: 1.1em;
  }

  .page-resources-online-betting-safety-responsible-gambling__call-to-action-button,
  .page-resources-online-betting-safety-responsible-gambling__call-to-action-link {
    display: block;
    margin: 10px auto;
  }

  .page-resources-online-betting-safety-responsible-gambling__hero-image img,
  .page-resources-online-betting-safety-responsible-gambling__article-image {
    max-width: 100%;
    height: auto;
  }
}