.page-responsible-gambling-seeking-help-resources {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-responsible-gambling-seeking-help-resources__hero {
  background: linear-gradient(135deg, #003366 0%, #004488 100%);
  color: #fff;
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gambling-seeking-help-resources__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-responsible-gambling-seeking-help-resources__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #e0e0e0;
}

.page-responsible-gambling-seeking-help-resources__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}

.page-responsible-gambling-seeking-help-resources__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-responsible-gambling-seeking-help-resources__section:nth-of-type(even) {
  background-color: #f0f4f8;
}

.page-responsible-gambling-seeking-help-resources__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-responsible-gambling-seeking-help-resources__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-responsible-gambling-seeking-help-resources__subsection-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-responsible-gambling-seeking-help-resources__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

.page-responsible-gambling-seeking-help-resources__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #444;
}

.page-responsible-gambling-seeking-help-resources__list li {
  margin-bottom: 10px;
}

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

.page-responsible-gambling-seeking-help-resources__list--checkmarks li::before {
  content: '\2713'; /* Checkmark character */
  color: #008000; /* Green color for checkmark */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}

.page-responsible-gambling-seeking-help-resources__list--numbered {
  list-style-type: decimal;
  margin-left: 25px;
}

.page-responsible-gambling-seeking-help-resources__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-responsible-gambling-seeking-help-resources__content-grid > *:first-child {
  flex: 1;
  min-width: 300px;
}

.page-responsible-gambling-seeking-help-resources__content-grid > *:last-child {
  flex: 1;
  min-width: 300px;
}

.page-responsible-gambling-seeking-help-resources__image-left,
.page-responsible-gambling-seeking-help-resources__image-right {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-seeking-help-resources__image-center {
  display: block;
  margin: 40px auto;
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

.page-responsible-gambling-seeking-help-resources__card {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-responsible-gambling-seeking-help-resources__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

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

.page-responsible-gambling-seeking-help-resources__card-text {
  color: #666;
  font-size: 1.05em;
  margin-bottom: 25px;
}

.page-responsible-gambling-seeking-help-resources__button {
  display: inline-block;
  background-color: #FFD700;
  color: #003366;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-responsible-gambling-seeking-help-resources__button:hover {
  background-color: #e6c200;
  color: #002244;
}

.page-responsible-gambling-seeking-help-resources__button--primary {
  background-color: #003366;
  color: #FFD700;
}

.page-responsible-gambling-seeking-help-resources__button--primary:hover {
  background-color: #002244;
  color: #ffe033;
}

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

.page-responsible-gambling-seeking-help-resources__feature-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-responsible-gambling-seeking-help-resources__feature-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
}

.page-responsible-gambling-seeking-help-resources__feature-text {
  color: #555;
  margin-bottom: 15px;
}

.page-responsible-gambling-seeking-help-resources__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-seeking-help-resources__contact-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: center;
}

.page-responsible-gambling-seeking-help-resources__contact-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #444;
}

.page-responsible-gambling-seeking-help-resources__contact-link {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}

.page-responsible-gambling-seeking-help-resources__contact-link:hover {
  text-decoration: underline;
  color: #FFD700;
}

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

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

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

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

  .page-responsible-gambling-seeking-help-resources__text-block {
    font-size: 1em;
  }

  .page-responsible-gambling-seeking-help-resources__content-grid {
    flex-direction: column;
  }

  .page-responsible-gambling-seeking-help-resources__image-left,
  .page-responsible-gambling-seeking-help-resources__image-right {
    order: -1; /* Image first on mobile */
  }

  .page-responsible-gambling-seeking-help-resources__grid-3,
  .page-responsible-gambling-seeking-help-resources__feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-responsible-gambling-seeking-help-resources__hero {
    padding: 60px 0 30px;
  }

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

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

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

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

  .page-responsible-gambling-seeking-help-resources__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}