.page-betting-news-responsible-gambling-initiatives {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f4f7f6;
}

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

.page-betting-news-responsible-gambling-initiatives__hero {
  background: linear-gradient(135deg, #1A2E44 0%, #3a5c80 100%); /* Dark blue gradient */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-news-responsible-gambling-initiatives__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

.page-betting-news-responsible-gambling-initiatives__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-betting-news-responsible-gambling-initiatives__section {
  padding: 60px 0;
}

.page-betting-news-responsible-gambling-initiatives__section-title {
  font-size: 2.5em;
  color: #1A2E44; /* Main brand color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
}

.page-betting-news-responsible-gambling-initiatives__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Accent color */
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-betting-news-responsible-gambling-initiatives__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: -20px auto 60px;
  color: #555;
}

.page-betting-news-responsible-gambling-initiatives__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-betting-news-responsible-gambling-initiatives__content-grid.reverse-grid {
  grid-template-columns: 1fr 1fr;
}

.page-betting-news-responsible-gambling-initiatives__text-content h3 {
  font-size: 1.8em;
  color: #1A2E44;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-betting-news-responsible-gambling-initiatives__text-content p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #444;
}

.page-betting-news-responsible-gambling-initiatives__text-content ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-betting-news-responsible-gambling-initiatives__text-content ul li {
  margin-bottom: 10px;
  color: #444;
  font-size: 1.05em;
}

.page-betting-news-responsible-gambling-initiatives__image-wrapper {
  text-align: center;
}

.page-betting-news-responsible-gambling-initiatives__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

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

.page-betting-news-responsible-gambling-initiatives__feature-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-news-responsible-gambling-initiatives__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-betting-news-responsible-gambling-initiatives__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-betting-news-responsible-gambling-initiatives__feature-title {
  font-size: 1.5em;
  color: #1A2E44;
  margin-bottom: 15px;
}

.page-betting-news-responsible-gambling-initiatives__feature-card p {
  color: #555;
  font-size: 1em;
}

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

.page-betting-news-responsible-gambling-initiatives__support-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-betting-news-responsible-gambling-initiatives__support-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-betting-news-responsible-gambling-initiatives__support-card h3 {
  font-size: 1.6em;
  color: #1A2E44;
  margin-bottom: 15px;
}

.page-betting-news-responsible-gambling-initiatives__support-card p {
  color: #555;
  margin-bottom: 25px;
}

.page-betting-news-responsible-gambling-initiatives__btn-primary,
.page-betting-news-responsible-gambling-initiatives__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
}

.page-betting-news-responsible-gambling-initiatives__btn-primary {
  background-color: #FFD700; /* Accent color */
  color: #1A2E44; /* Dark blue for text */
  border: 2px solid #FFD700;
}

.page-betting-news-responsible-gambling-initiatives__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-betting-news-responsible-gambling-initiatives__btn-secondary {
  background-color: #1A2E44; /* Main brand color */
  color: #fff;
  border: 2px solid #1A2E44;
}

.page-betting-news-responsible-gambling-initiatives__btn-secondary:hover {
  background-color: #0d1e2f;
  border-color: #0d1e2f;
  transform: translateY(-2px);
}

.page-betting-news-responsible-gambling-initiatives__final-cta {
  text-align: center;
  font-size: 1.2em;
  margin-top: 60px;
  margin-bottom: 30px;
  color: #1A2E44;
  font-weight: bold;
}

.page-betting-news-responsible-gambling-initiatives__cta-bottom {
  text-align: center;
  margin-top: 40px;
}

.page-betting-news-responsible-gambling-initiatives__faq-list {
  margin-top: 40px;
}

.page-betting-news-responsible-gambling-initiatives__faq-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}

.page-betting-news-responsible-gambling-initiatives__faq-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09);
}

.page-betting-news-responsible-gambling-initiatives__faq-question {
  font-size: 1.3em;
  color: #1A2E44;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-betting-news-responsible-gambling-initiatives__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-betting-news-responsible-gambling-initiatives__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-betting-news-responsible-gambling-initiatives__faq-answer {
  font-size: 1em;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding-top: 0;
  padding-bottom: 0;
}

.page-betting-news-responsible-gambling-initiatives__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

.page-betting-news-responsible-gambling-initiatives__intro .page-betting-news-responsible-gambling-initiatives__text-content p:last-of-type {
  margin-bottom: 0;
}

.page-betting-news-responsible-gambling-initiatives__education .page-betting-news-responsible-gambling-initiatives__text-content ul {
  list-style: none;
  padding-left: 0;
}

.page-betting-news-responsible-gambling-initiatives__education .page-betting-news-responsible-gambling-initiatives__text-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.page-betting-news-responsible-gambling-initiatives__education .page-betting-news-responsible-gambling-initiatives__text-content ul li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: bold;
}

.page-betting-news-responsible-gambling-initiatives__support-card .page-betting-news-responsible-gambling-initiatives__btn-secondary {
  margin-top: 15px;
}

.highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-betting-news-responsible-gambling-initiatives__hero-title {
    font-size: 2.5em;
  }
  .page-betting-news-responsible-gambling-initiatives__section-title {
    font-size: 2em;
  }
  .page-betting-news-responsible-gambling-initiatives__content-grid {
    grid-template-columns: 1fr;
  }
  .page-betting-news-responsible-gambling-initiatives__content-grid.reverse-grid {
    grid-template-columns: 1fr;
  }
  .page-betting-news-responsible-gambling-initiatives__image-wrapper {
    order: -1; /* Move image above text on mobile for reverse grid */
    margin-bottom: 30px;
  }
  .page-betting-news-responsible-gambling-initiatives__feature-grid,
  .page-betting-news-responsible-gambling-initiatives__support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-betting-news-responsible-gambling-initiatives__hero {
    padding: 80px 0;
  }
  .page-betting-news-responsible-gambling-initiatives__hero-title {
    font-size: 2em;
  }
  .page-betting-news-responsible-gambling-initiatives__hero-subtitle {
    font-size: 1.2em;
  }
  .page-betting-news-responsible-gambling-initiatives__section {
    padding: 40px 0;
  }
  .page-betting-news-responsible-gambling-initiatives__section-title {
    font-size: 1.8em;
  }
  .page-betting-news-responsible-gambling-initiatives__section-description {
    font-size: 1em;
    margin-bottom: 40px;
  }
  .page-betting-news-responsible-gambling-initiatives__text-content h3 {
    font-size: 1.5em;
  }
  .page-betting-news-responsible-gambling-initiatives__text-content p,
  .page-betting-news-responsible-gambling-initiatives__text-content ul li {
    font-size: 0.95em;
  }
  .page-betting-news-responsible-gambling-initiatives__feature-title {
    font-size: 1.3em;
  }
  .page-betting-news-responsible-gambling-initiatives__support-card h3 {
    font-size: 1.4em;
  }
  .page-betting-news-responsible-gambling-initiatives__btn-primary,
  .page-betting-news-responsible-gambling-initiatives__btn-secondary {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-betting-news-responsible-gambling-initiatives__final-cta {
    font-size: 1.1em;
  }
  .page-betting-news-responsible-gambling-initiatives__faq-question {
    font-size: 1.1em;
  }
  .page-betting-news-responsible-gambling-initiatives__faq-answer {
    font-size: 0.95em;
  }
}