/* style/resources-78bet-industry-news.css */
.page-resources-78bet-industry-news {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background #f4f4f4 */
  background-color: #f4f4f4;
}

.page-resources-78bet-industry-news__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-78bet-industry-news__hero-section {
  background: linear-gradient(135deg, #1A237E, #FFD700);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-78bet-industry-news__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-78bet-industry-news__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: rgba(255, 255, 255, 0.9);
}

.page-resources-78bet-industry-news__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-78bet-industry-news__btn {
  display: inline-block;
  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;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-78bet-industry-news__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #1A237E; /* Dark Indigo */
}

.page-resources-78bet-industry-news__btn--primary:hover {
  background-color: #e5c100;
  transform: translateY(-2px);
}

.page-resources-78bet-industry-news__btn--secondary {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-78bet-industry-news__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.page-resources-78bet-industry-news__content-area {
  max-width: 900px; /* Adjusted for better readability of long articles */
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-78bet-industry-news__article-wrapper {
  padding: 20px;
}

.page-resources-78bet-industry-news__intro-paragraph {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555555;
}

.page-resources-78bet-industry-news__heading {
  font-size: 2.2em;
  color: #1A237E; /* Dark Indigo */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-78bet-industry-news__sub-heading {
  font-size: 1.6em;
  color: #1A237E; /* Dark Indigo */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-78bet-industry-news__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-78bet-industry-news__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-78bet-industry-news__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-78bet-industry-news__list--ordered {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-78bet-industry-news__call-to-action-text {
  font-size: 1.1em;
  text-align: center;
  margin: 30px 0;
  font-weight: 600;
}

.page-resources-78bet-industry-news__text-link {
  color: #1A237E;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-78bet-industry-news__text-link:hover {
  color: #FFD700;
}

.page-resources-78bet-industry-news__download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.page-resources-78bet-industry-news__btn--download {
  background-color: #1A237E;
  color: #ffffff;
  padding: 12px 25px;
  font-size: 1em;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-resources-78bet-industry-news__btn--download:hover {
  background-color: #2c3a9a;
  transform: translateY(-1px);
}

.page-resources-78bet-industry-news__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-78bet-industry-news__faq-question {
  font-size: 1.3em;
  color: #1A237E;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-78bet-industry-news__faq-answer {
  font-size: 1em;
  color: #555555;
}

.page-resources-78bet-industry-news__final-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-78bet-industry-news__hero-title {
    font-size: 2.5em;
  }

  .page-resources-78bet-industry-news__hero-description {
    font-size: 1em;
  }

  .page-resources-78bet-industry-news__hero-actions,
  .page-resources-78bet-industry-news__download-buttons,
  .page-resources-78bet-industry-news__final-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-78bet-industry-news__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-78bet-industry-news__heading {
    font-size: 1.8em;
  }

  .page-resources-78bet-industry-news__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-78bet-industry-news__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-78bet-industry-news__article-wrapper {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-78bet-industry-news__hero-title {
    font-size: 2em;
  }

  .page-resources-78bet-industry-news__hero-section {
    padding: 60px 0;
  }

  .page-resources-78bet-industry-news__btn {
    width: 90%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-78bet-industry-news__heading {
    font-size: 1.5em;
  }

  .page-resources-78bet-industry-news__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-78bet-industry-news__faq-question {
    font-size: 1.1em;
  }
}