/* style/gambling-news-expert-insights.css */
.page-gambling-news-expert-insights {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-gambling-news-expert-insights__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-news-expert-insights__hero-section {
  background: linear-gradient(135deg, #0A2342, #1A3A60);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-gambling-news-expert-insights__main-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gambling-news-expert-insights__subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-gambling-news-expert-insights__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2342;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-gambling-news-expert-insights__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-gambling-news-expert-insights__cta-button--secondary {
  background-color: #0A2342;
  color: #FFD700;
  border: 1px solid #FFD700;
  margin-top: 20px;
}

.page-gambling-news-expert-insights__cta-button--secondary:hover {
  background-color: #1A3A60;
  border-color: #e6c200;
}

.page-gambling-news-expert-insights__cta-button--final {
  margin-top: 40px;
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-gambling-news-expert-insights__content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-gambling-news-expert-insights__article-content p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444;
}

.page-gambling-news-expert-insights__article-content p a {
  color: #0A2342;
  text-decoration: underline;
  font-weight: bold;
}

.page-gambling-news-expert-insights__article-content p a:hover {
  color: #FFD700;
}

.page-gambling-news-expert-insights__heading {
  color: #0A2342;
  font-size: 2.2em;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-gambling-news-expert-insights__sub-heading {
  color: #0A2342;
  font-size: 1.6em;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-gambling-news-expert-insights__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-gambling-news-expert-insights__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-gambling-news-expert-insights__faq-section {
  margin-top: 40px;
}

.page-gambling-news-expert-insights__faq-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-gambling-news-expert-insights__faq-question {
  color: #0A2342;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-gambling-news-expert-insights__faq-answer {
  color: #555;
  font-size: 1.05em;
}

.page-gambling-news-expert-insights__conclusion-text {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
  color: #0A2342;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-gambling-news-expert-insights__main-title {
    font-size: 2.5em;
  }

  .page-gambling-news-expert-insights__subtitle {
    font-size: 1.2em;
  }

  .page-gambling-news-expert-insights__heading {
    font-size: 1.8em;
  }

  .page-gambling-news-expert-insights__sub-heading {
    font-size: 1.4em;
  }

  .page-gambling-news-expert-insights__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-gambling-news-expert-insights__article-content p {
    font-size: 1em;
  }
}

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

  .page-gambling-news-expert-insights__subtitle {
    font-size: 1em;
  }

  .page-gambling-news-expert-insights__heading {
    font-size: 1.6em;
  }

  .page-gambling-news-expert-insights__sub-heading {
    font-size: 1.2em;
  }

  .page-gambling-news-expert-insights__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-gambling-news-expert-insights__hero-section {
    padding: 60px 0;
  }

  .page-gambling-news-expert-insights__content-section {
    padding: 30px 0;
  }
}