.page-responsible-gambling-support {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0A2342; /* Primary dark blue background */
}

.page-responsible-gambling-support a {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
}

.page-responsible-gambling-support a:hover {
  text-decoration: underline;
  color: #FFC107; /* Slightly darker gold on hover */
}

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

.page-responsible-gambling-support__hero {
  background: linear-gradient(135deg, #0A2342 0%, #1A3F6A 100%); /* Gradient background for hero */
  color: #FFFFFF;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

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

.page-responsible-gambling-support__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-support__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-responsible-gambling-support__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.page-responsible-gambling-support__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-responsible-gambling-support__cta-button,
.page-responsible-gambling-support__secondary-cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A2342; /* Dark blue text on gold button */
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-responsible-gambling-support__cta-button:hover,
.page-responsible-gambling-support__secondary-cta-button:hover {
  background-color: #FFC107; /* Slightly darker gold on hover */
  transform: translateY(-2px);
  text-decoration: none;
}

.page-responsible-gambling-support__section {
  padding: 60px 0;
  text-align: center;
}

.page-responsible-gambling-support__section:nth-of-type(odd) {
  background-color: #0F2F52; /* Slightly lighter dark blue for alternating sections */
}

.page-responsible-gambling-support__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold titles */
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-responsible-gambling-support__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-responsible-gambling-support__section p {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #D0D0D0;
}

.page-responsible-gambling-support__image-text-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-responsible-gambling-support__image-text-item {
  background-color: #1A3F6A; /* Darker blue for cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-responsible-gambling-support__image-text-item:hover {
  transform: translateY(-5px);
}

.page-responsible-gambling-support__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5)); /* Gold glow for icons */
}

.page-responsible-gambling-support__image-text-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-responsible-gambling-support__image-text-item p {
  color: #C0C0C0;
  font-size: 1em;
  margin-bottom: 0;
}

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

.page-responsible-gambling-support__card {
  background-color: #1A3F6A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
}

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

.page-responsible-gambling-support__card p {
  color: #C0C0C0;
  font-size: 1em;
  margin-bottom: 0;
}

.page-responsible-gambling-support__note {
  font-style: italic;
  color: #FFD700;
  margin-top: 40px;
  font-size: 1.1em;
}

.page-responsible-gambling-support__tool-list,
.page-responsible-gambling-support__tips-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

.page-responsible-gambling-support__tool-list li,
.page-responsible-gambling-support__tips-list li {
  background-color: #1A3F6A;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-responsible-gambling-support__tool-list li h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-responsible-gambling-support__tool-list li p,
.page-responsible-gambling-support__tips-list li p {
  color: #C0C0C0;
  font-size: 1.1em;
  margin-bottom: 0;
}

.page-responsible-gambling-support__tips-list li strong {
  color: #FFD700;
  font-size: 1.2em;
}

.page-responsible-gambling-support__action-text {
  margin-top: 40px;
  font-size: 1.2em;
  color: #FFD700;
  font-weight: bold;
}

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

.page-responsible-gambling-support__resource-card {
  background-color: #1A3F6A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-responsible-gambling-support__resource-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-responsible-gambling-support__resource-card h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-responsible-gambling-support__resource-card p {
  color: #C0C0C0;
  font-size: 1em;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-responsible-gambling-support__resource-link {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2342;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-responsible-gambling-support__resource-link:hover {
  background-color: #FFC107;
  text-decoration: none;
}

.page-responsible-gambling-support__contact-w88vt {
  background-color: #0A2342;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-responsible-gambling-support__hero {
    padding: 60px 20px;
  }

  .page-responsible-gambling-support__hero-title {
    font-size: 2.5em;
  }

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

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

  .page-responsible-gambling-support__section p {
    font-size: 1em;
  }

  .page-responsible-gambling-support__grid,
  .page-responsible-gambling-support__image-text-grid,
  .page-responsible-gambling-support__resource-grid {
    grid-template-columns: 1fr;
  }
}

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

  .page-responsible-gambling-support__cta-button,
  .page-responsible-gambling-support__secondary-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

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

  .page-responsible-gambling-support__tool-list li h3 {
    font-size: 1.4em;
  }
}