.page-gambling-news-market-analysis {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-gambling-news-market-analysis .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-news-market-analysis .hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #343a40 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  border-bottom: 2px solid #FFD700;
}

.page-gambling-news-market-analysis .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gambling-news-market-analysis .hero-description {
  font-size: 1.4em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #e5dfd3;
}

.page-gambling-news-market-analysis .btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFD700;
  color: #1A202C;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-gambling-news-market-analysis .btn:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-gambling-news-market-analysis .btn-large {
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-gambling-news-market-analysis .introduction-section,
.page-gambling-news-market-analysis .market-overview-section,
.page-gambling-news-market-analysis .market-segments-section,
.page-gambling-news-market-analysis .user-behavior-section,
.page-gambling-news-market-analysis .opportunities-challenges-section,
.page-gambling-news-market-analysis .conclusion-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-gambling-news-market-analysis .introduction-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #cccccc;
}

.page-gambling-news-market-analysis .section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-gambling-news-market-analysis .subsection-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-gambling-news-market-analysis .sub-subsection-title {
  font-size: 1.5em;
  color: #e5dfd3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-gambling-news-market-analysis .content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  background-color: #2a3038;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-gambling-news-market-analysis .content-block.reverse {
  flex-direction: row-reverse;
}

.page-gambling-news-market-analysis .content-block .content-image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-gambling-news-market-analysis .content-block div {
  flex: 1;
}

.page-gambling-news-market-analysis .content-block p {
  margin-bottom: 15px;
  color: #cccccc;
}

.page-gambling-news-market-analysis .content-block ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #cccccc;
}

.page-gambling-news-market-analysis .content-block ul li {
  margin-bottom: 8px;
}

.page-gambling-news-market-analysis .cta-block {
  text-align: center;
  background-color: #2a3038;
  padding: 50px;
  border-radius: 12px;
  margin-top: 60px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-gambling-news-market-analysis .cta-block p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-gambling-news-market-analysis .hero-title {
    font-size: 2.8em;
  }

  .page-gambling-news-market-analysis .hero-description {
    font-size: 1.2em;
  }

  .page-gambling-news-market-analysis .section-title {
    font-size: 2.2em;
  }

  .page-gambling-news-market-analysis .subsection-title {
    font-size: 1.8em;
  }

  .page-gambling-news-market-analysis .sub-subsection-title {
    font-size: 1.3em;
  }

  .page-gambling-news-market-analysis .content-block {
    flex-direction: column;
    text-align: center;
  }

  .page-gambling-news-market-analysis .content-block.reverse {
    flex-direction: column;
  }

  .page-gambling-news-market-analysis .content-block .content-image {
    max-width: 80%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-gambling-news-market-analysis .hero-section {
    padding: 80px 0;
  }

  .page-gambling-news-market-analysis .hero-title {
    font-size: 2.2em;
  }

  .page-gambling-news-market-analysis .hero-description {
    font-size: 1em;
  }

  .page-gambling-news-market-analysis .btn {
    padding: 12px 25px;
    font-size: 0.9em;
  }

  .page-gambling-news-market-analysis .btn-large {
    font-size: 1em;
    padding: 15px 30px;
  }

  .page-gambling-news-market-analysis .section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }

  .page-gambling-news-market-analysis .subsection-title {
    font-size: 1.5em;
  }

  .page-gambling-news-market-analysis .sub-subsection-title {
    font-size: 1.2em;
  }

  .page-gambling-news-market-analysis .content-block {
    padding: 20px;
  }

  .page-gambling-news-market-analysis .content-block .content-image {
    max-width: 100%;
  }

  .page-gambling-news-market-analysis .cta-block {
    padding: 30px;
  }

  .page-gambling-news-market-analysis .cta-block p {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-gambling-news-market-analysis .hero-section {
    padding: 60px 0;
  }

  .page-gambling-news-market-analysis .hero-title {
    font-size: 1.8em;
  }

  .page-gambling-news-market-analysis .hero-description {
    font-size: 0.9em;
  }

  .page-gambling-news-market-analysis .btn {
    padding: 10px 20px;
    font-size: 0.8em;
  }

  .page-gambling-news-market-analysis .btn-large {
    font-size: 0.9em;
    padding: 12px 25px;
  }

  .page-gambling-news-market-analysis .section-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .page-gambling-news-market-analysis .subsection-title {
    font-size: 1.3em;
  }

  .page-gambling-news-market-analysis .sub-subsection-title {
    font-size: 1.1em;
  }

  .page-gambling-news-market-analysis .content-block ul {
    margin-left: 10px;
    list-style-position: outside;
  }

  .page-gambling-news-market-analysis .cta-block {
    padding: 20px;
  }

  .page-gambling-news-market-analysis .cta-block p {
    font-size: 1em;
  }
}