.page-resources-online-gambling-safety-strategy {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray text for dark background */
  background-color: #000000; /* Main background color */
  line-height: 1.6;
  font-size: 16px;
}

.page-resources-online-gambling-safety-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-online-gambling-safety-strategy__article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #1a1a1a; /* Slightly lighter dark background for content */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.page-resources-online-gambling-safety-strategy__hero-section {
  background: linear-gradient(135deg, #000000 0%, #333333 70%, #FFD700 100%);
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-online-gambling-safety-strategy__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:hero:okfun,safety,strategy,abstract_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-online-gambling-safety-strategy__hero-section > div {
  position: relative;
  z-index: 1;
}

.page-resources-online-gambling-safety-strategy__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-weight: bold;
}

.page-resources-online-gambling-safety-strategy__hero-subtitle {
  font-size: 1.4em;
  color: #CCCCCC;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-gambling-safety-strategy__section-title {
  font-size: 2.2em;
  color: #FFD700; /* Gold for section titles */
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.page-resources-online-gambling-safety-strategy__subsection-title {
  font-size: 1.6em;
  color: #FFEB3B; /* Slightly lighter gold for sub-section titles */
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-online-gambling-safety-strategy__intro-paragraph {
  font-size: 1.15em;
  margin-bottom: 30px;
  color: #F0F0F0;
  text-align: justify;
}

.page-resources-online-gambling-safety-strategy__article-content p {
  margin-bottom: 1em;
  text-align: justify;
}

.page-resources-online-gambling-safety-strategy__article-content ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  color: #CCCCCC;
}

.page-resources-online-gambling-safety-strategy__article-content ul li {
  margin-bottom: 0.5em;
}

.page-resources-online-gambling-safety-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: block; /* Ensure image is block level for centering */
}

.page-resources-online-gambling-safety-strategy__image--centered {
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-gambling-safety-strategy__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  text-align: center;
}

.page-resources-online-gambling-safety-strategy__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #000000; /* Black text */
  border: 2px solid #FFD700;
}

.page-resources-online-gambling-safety-strategy__btn--primary:hover {
  background-color: #FFEB3B;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-online-gambling-safety-strategy__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-online-gambling-safety-strategy__btn--secondary:hover {
  background-color: #FFD700;
  color: #000000;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-online-gambling-safety-strategy__cta-group {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-online-gambling-safety-strategy__text-link {
  color: #FFD700; /* Gold for text links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-online-gambling-safety-strategy__text-link:hover {
  color: #FFEB3B;
  text-decoration: underline;
}

.page-resources-online-gambling-safety-strategy__return-link {
  text-align: center;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px dashed #333333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-online-gambling-safety-strategy__hero-title {
    font-size: 2.5em;
  }

  .page-resources-online-gambling-safety-strategy__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-online-gambling-safety-strategy__section-title {
    font-size: 1.8em;
  }

  .page-resources-online-gambling-safety-strategy__subsection-title {
    font-size: 1.4em;
  }

  .page-resources-online-gambling-safety-strategy__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px;
  }

  .page-resources-online-gambling-safety-strategy__article-content {
    padding: 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-online-gambling-safety-strategy__hero-title {
    font-size: 2em;
  }

  .page-resources-online-gambling-safety-strategy__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-online-gambling-safety-strategy__btn {
    display: block;
    margin: 10px auto;
    width: 80%;
  }

  .page-resources-online-gambling-safety-strategy__section-title {
    font-size: 1.6em;
  }

  .page-resources-online-gambling-safety-strategy__subsection-title {
    font-size: 1.2em;
  }
}