.page-responsible-gambling-help-resources {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light text for dark background */
  background-color: #121212; /* Very dark background */
}

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

.page-responsible-gambling-help-resources__hero {
  background: linear-gradient(135deg, #1A2E47 0%, #0F1D2E 100%);
  padding: 80px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

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

.page-responsible-gambling-help-resources__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #E0E0E0;
}

.page-responsible-gambling-help-resources__btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
}

.page-responsible-gambling-help-resources__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A2E47; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-responsible-gambling-help-resources__btn--primary:hover {
  background-color: #e5c100;
  border-color: #e5c100;
}

.page-responsible-gambling-help-resources__btn--secondary {
  background-color: #1A2E47; /* Dark blue button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-responsible-gambling-help-resources__btn--secondary:hover {
  background-color: #0F1D2E;
  border-color: #FFD700;
}

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

.page-responsible-gambling-help-resources__section--alt-bg {
  background-color: #1A2E47; /* Dark blue background */
  color: #E0E0E0;
}

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

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

.page-responsible-gambling-help-resources__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-responsible-gambling-help-resources__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-responsible-gambling-help-resources__content-block {
  background-color: #283F59; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #E0E0E0;
}

.page-responsible-gambling-help-resources__block-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for block titles */
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-responsible-gambling-help-resources__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-responsible-gambling-help-resources__image--icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-responsible-gambling-help-resources__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-responsible-gambling-help-resources__list li {
  background-color: #283F59;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-responsible-gambling-help-resources__list--contact li {
  background-color: #1A2E47;
  border-left-color: #FFD700;
}

.page-responsible-gambling-help-resources__list--contact li strong {
  color: #FFD700;
}

.page-responsible-gambling-help-resources__list--contact li a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-responsible-gambling-help-resources__list--contact li a:hover {
  color: #e5c100;
  text-decoration: underline;
}

.page-responsible-gambling-help-resources__resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-responsible-gambling-help-resources__resource-card {
  background-color: #283F59;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #E0E0E0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-responsible-gambling-help-resources__card-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-responsible-gambling-help-resources__card-description {
  font-size: 1em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-responsible-gambling-help-resources__card-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFD700;
  color: #1A2E47;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.page-responsible-gambling-help-resources__card-link:hover {
  background-color: #e5c100;
}

.page-responsible-gambling-help-resources__section--cta {
  background: linear-gradient(90deg, #FFD700 0%, #e5c100 100%);
  color: #1A2E47;
  text-align: center;
  padding: 80px 0;
}

.page-responsible-gambling-help-resources__cta-content {
  max-width: 800px;
}

.page-responsible-gambling-help-resources__section--cta .page-responsible-gambling-help-resources__section-title {
  color: #1A2E47;
}

.page-responsible-gambling-help-resources__section--cta .page-responsible-gambling-help-resources__paragraph {
  color: #1A2E47;
  font-size: 1.15em;
}

.page-responsible-gambling-help-resources__image--cta {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 5px solid #1A2E47;
}

.page-responsible-gambling-help-resources__section--faq {
  background-color: #0F1D2E;
}

.page-responsible-gambling-help-resources__faq-item {
  background-color: #1A2E47;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-responsible-gambling-help-resources__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  padding: 20px;
  cursor: pointer;
  position: relative;
  margin: 0;
  display: block;
  user-select: none;
}

.page-responsible-gambling-help-resources__faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-responsible-gambling-help-resources__faq-item.active .page-responsible-gambling-help-resources__faq-question::after {
  transform: translateY(-50%) rotate(45deg);
}

.page-responsible-gambling-help-resources__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.05em;
  color: #E0E0E0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-responsible-gambling-help-resources__faq-answer p {
  margin: 0;
}

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

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

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

  .page-responsible-gambling-help-resources__content-block,
  .page-responsible-gambling-help-resources__resource-card {
    padding: 20px;
  }
}

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

  .page-responsible-gambling-help-resources__hero-description,
  .page-responsible-gambling-help-resources__paragraph,
  .page-responsible-gambling-help-resources__list li {
    font-size: 1em;
  }

  .page-responsible-gambling-help-resources__btn {
    padding: 10px 20px;
    font-size: 1em;
  }

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

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

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

  .page-responsible-gambling-help-resources__faq-question {
    font-size: 1.2em;
    padding: 15px;
  }
}