.page-responsible-gambling-help-resources {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #e5dfd3; /* Light text for general content on darker backgrounds */
  background-color: #1A202C; /* Main background color */
}

.page-responsible-gambling-help-resources__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-responsible-gambling-help-resources__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #303a4c 100%); /* Dark gradient for hero */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-responsible-gambling-help-resources__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  font-weight: bold;
  line-height: 1.2;
}

.page-responsible-gambling-help-resources__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-responsible-gambling-help-resources__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold button */
  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;
  border: none;
  cursor: pointer;
}

.page-responsible-gambling-help-resources__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-responsible-gambling-help-resources__cta-button--bottom {
  margin-top: 40px;
}

.page-responsible-gambling-help-resources__content-section {
  padding: 60px 0;
}

.page-responsible-gambling-help-resources__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-bottom: 30px;
  text-align: center;
  padding-top: 20px;
}

.page-responsible-gambling-help-resources__subsection-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-section titles */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-responsible-gambling-help-resources p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #e5dfd3; /* Light text for paragraphs */
}

.page-responsible-gambling-help-resources__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #e5dfd3; /* Light text for list items */
}

.page-responsible-gambling-help-resources__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-responsible-gambling-help-resources__list strong {
  color: #FFD700; /* Gold for strong text in lists */
}

.page-responsible-gambling-help-resources__inline-link {
  color: #FFD700; /* Gold for inline links */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-responsible-gambling-help-resources__inline-link:hover {
  color: #e6c200; /* Slightly darker gold on hover */
  text-decoration: underline;
}

.page-responsible-gambling-help-resources__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-responsible-gambling-help-resources__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-help-resources__faq-item {
  background-color: #2b3547; /* Slightly lighter dark background for FAQ items */
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-help-resources__faq-question {
  font-size: 1.4em;
  color: #FFD700; /* Gold for FAQ questions */
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-responsible-gambling-help-resources__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-responsible-gambling-help-resources__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-responsible-gambling-help-resources__faq-answer {
  font-size: 1.05em;
  color: #c0c0c0; /* Lighter grey for FAQ answers */
  display: none;
  margin-top: 15px;
  padding-left: 10px;
  border-left: 3px solid #FFD700; /* Gold border for answers */
}

.page-responsible-gambling-help-resources__faq-answer.active {
  display: block;
}

.page-responsible-gambling-help-resources__final-cta-text {
  text-align: center;
  font-size: 1.2em;
  margin-top: 50px;
  color: #e5dfd3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-responsible-gambling-help-resources__hero-title {
    font-size: 2.5em;
  }

  .page-responsible-gambling-help-resources__hero-subtitle {
    font-size: 1.1em;
  }

  .page-responsible-gambling-help-resources__section-title {
    font-size: 2em;
  }

  .page-responsible-gambling-help-resources__subsection-title {
    font-size: 1.5em;
  }

  .page-responsible-gambling-help-resources p,
  .page-responsible-gambling-help-resources__list li,
  .page-responsible-gambling-help-resources__faq-question,
  .page-responsible-gambling-help-resources__faq-answer {
    font-size: 1em;
  }

  .page-responsible-gambling-help-resources__hero-section {
    padding: 60px 0;
  }

  .page-responsible-gambling-help-resources__content-section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-responsible-gambling-help-resources__hero-title {
    font-size: 2em;
  }

  .page-responsible-gambling-help-resources__hero-subtitle {
    font-size: 0.95em;
  }

  .page-responsible-gambling-help-resources__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-responsible-gambling-help-resources__section-title {
    font-size: 1.8em;
  }

  .page-responsible-gambling-help-resources__subsection-title {
    font-size: 1.3em;
  }
}