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

.page-industry-news-responsible-gambling-progress strong.keyword {
  color: #0A2463;
  font-weight: bold;
}

.page-industry-news-responsible-gambling-progress .highlight {
  color: #FFD700;
}

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

.page-industry-news-responsible-gambling-progress__hero {
  background: linear-gradient(135deg, #0A2463 0%, #1a3d82 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.page-industry-news-responsible-gambling-progress__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_geometric,lines,blue_gold]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-industry-news-responsible-gambling-progress__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.page-industry-news-responsible-gambling-progress__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.page-industry-news-responsible-gambling-progress__hero-title .highlight {
  color: #FFD700;
}

.page-industry-news-responsible-gambling-progress__hero-description {
  font-size: 1.3em;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}

.page-industry-news-responsible-gambling-progress__hero-image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
}

.page-industry-news-responsible-gambling-progress__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-industry-news-responsible-gambling-progress__hero-image:hover {
  transform: translateY(-5px);
}

.page-industry-news-responsible-gambling-progress__section {
  padding: 60px 0;
}

.page-industry-news-responsible-gambling-progress__section--alt-bg {
  background-color: #e0eaf2; /* Light blue tint for contrast */
}

.page-industry-news-responsible-gambling-progress__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-industry-news-responsible-gambling-progress__subsection-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-industry-news-responsible-gambling-progress p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-industry-news-responsible-gambling-progress ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #444;
}

.page-industry-news-responsible-gambling-progress ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

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

.page-industry-news-responsible-gambling-progress__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-industry-news-responsible-gambling-progress__feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-industry-news-responsible-gambling-progress__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-industry-news-responsible-gambling-progress__feature-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-bottom: 15px;
  text-align: center;
}

.page-industry-news-responsible-gambling-progress__feature-item ul {
  list-style: none;
  padding-left: 0;
}

.page-industry-news-responsible-gambling-progress__feature-item ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 1em;
}

.page-industry-news-responsible-gambling-progress__feature-item ul li::before {
  content: '✔';
  color: #FFD700;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

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

.page-industry-news-responsible-gambling-progress__tool-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #FFD700;
}

.page-industry-news-responsible-gambling-progress__tool-title {
  font-size: 1.5em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-industry-news-responsible-gambling-progress__content-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-industry-news-responsible-gambling-progress__cta {
  background: linear-gradient(135deg, #0A2463 0%, #1a3d82 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-industry-news-responsible-gambling-progress__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}

.page-industry-news-responsible-gambling-progress__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  opacity: 0.9;
}

.page-industry-news-responsible-gambling-progress__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-industry-news-responsible-gambling-progress__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-industry-news-responsible-gambling-progress__hero-title {
    font-size: 2.5em;
  }
  .page-industry-news-responsible-gambling-progress__section-title {
    font-size: 2em;
  }
  .page-industry-news-responsible-gambling-progress__subsection-title {
    font-size: 1.6em;
  }
  .page-industry-news-responsible-gambling-progress__cta-title {
    font-size: 2.2em;
  }
  .page-industry-news-responsible-gambling-progress__hero-image-wrapper {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .page-industry-news-responsible-gambling-progress__hero {
    padding: 60px 0;
  }
  .page-industry-news-responsible-gambling-progress__hero-title {
    font-size: 2em;
  }
  .page-industry-news-responsible-gambling-progress__hero-description,
  .page-industry-news-responsible-gambling-progress p,
  .page-industry-news-responsible-gambling-progress ul li {
    font-size: 1em;
  }
  .page-industry-news-responsible-gambling-progress__section {
    padding: 40px 0;
  }
  .page-industry-news-responsible-gambling-progress__section-title {
    font-size: 1.8em;
  }
  .page-industry-news-responsible-gambling-progress__subsection-title {
    font-size: 1.4em;
  }
  .page-industry-news-responsible-gambling-progress__feature-grid,
  .page-industry-news-responsible-gambling-progress__tools-grid {
    grid-template-columns: 1fr;
  }
  .page-industry-news-responsible-gambling-progress__cta {
    padding: 60px 0;
  }
  .page-industry-news-responsible-gambling-progress__cta-title {
    font-size: 1.8em;
  }
  .page-industry-news-responsible-gambling-progress__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-industry-news-responsible-gambling-progress__hero-title {
    font-size: 1.8em;
  }
  .page-industry-news-responsible-gambling-progress__section-title {
    font-size: 1.6em;
  }
  .page-industry-news-responsible-gambling-progress__subsection-title {
    font-size: 1.2em;
  }
  .page-industry-news-responsible-gambling-progress__cta-title {
    font-size: 1.6em;
  }
}