/* style/resources-gambling-industry-trends.css */
.page-resources-gambling-industry-trends {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
}

.page-resources-gambling-industry-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-gambling-industry-trends__hero-section {
  background: linear-gradient(135deg, #007bff, #4da3ff);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-gambling-industry-trends__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-resources-gambling-industry-trends__hero-title .highlight {
  color: #ffc107;
}

.page-resources-gambling-industry-trends__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-weight: 300;
}

.page-resources-gambling-industry-trends__btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-resources-gambling-industry-trends__btn--primary {
  background-color: #ffc107;
  color: #333333; /* Ensuring good contrast */
}

.page-resources-gambling-industry-trends__btn--primary:hover {
  background-color: #e0a800;
  color: #333333;
}

.page-resources-gambling-industry-trends__btn--secondary {
  background-color: #007bff;
  color: #ffffff;
  margin-left: 15px;
}

.page-resources-gambling-industry-trends__btn--secondary:hover {
  background-color: #0056b3;
  color: #ffffff;
}

.page-resources-gambling-industry-trends__content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-resources-gambling-industry-trends__article {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-gambling-industry-trends__section-title {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
}

.page-resources-gambling-industry-trends__sub-section-title {
  font-size: 1.5em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-gambling-industry-trends__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-gambling-industry-trends__list li {
  margin-bottom: 10px;
}

.page-resources-gambling-industry-trends__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-gambling-industry-trends__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-gambling-industry-trends__image-caption {
  font-style: italic;
  color: #666666;
  margin-top: 10px;
  font-size: 0.9em;
}

.page-resources-gambling-industry-trends__link-inline {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-gambling-industry-trends__link-inline:hover {
  text-decoration: underline;
  color: #0056b3;
}

.page-resources-gambling-industry-trends__cta-box {
  background-color: #e6f2ff; /* Light blue background */
  border: 1px solid #b3d9ff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
}

.page-resources-gambling-industry-trends__cta-title {
  font-size: 2em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-resources-gambling-industry-trends__cta-text {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 30px;
}

.page-resources-gambling-industry-trends__cta-buttons .page-resources-gambling-industry-trends__btn {
  margin: 0 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-gambling-industry-trends__hero-title {
    font-size: 2em;
  }

  .page-resources-gambling-industry-trends__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-gambling-industry-trends__article {
    padding: 20px;
  }

  .page-resources-gambling-industry-trends__section-title {
    font-size: 1.6em;
  }

  .page-resources-gambling-industry-trends__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-gambling-industry-trends__cta-title {
    font-size: 1.5em;
  }

  .page-resources-gambling-industry-trends__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-gambling-industry-trends__cta-buttons .page-resources-gambling-industry-trends__btn {
    margin: 0;
  }
}