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

.page-news-betting-industry-regulations .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news-betting-industry-regulations .section-title {
  color: #1E90FF; /* Dodger Blue */
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

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

.page-news-betting-industry-regulations .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  overflow: hidden;
  background-color: #1a1a1a; /* Dark background for contrast */
}

.page-news-betting-industry-regulations .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-news-betting-industry-regulations .hero-image {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-news-betting-industry-regulations .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-news-betting-industry-regulations .hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold */
  line-height: 1.2;
}

.page-news-betting-industry-regulations .hero-content h1 a {
  color: #FFD700;
  text-decoration: none;
}

.page-news-betting-industry-regulations .hero-content h1 a:hover {
  text-decoration: underline;
}

.page-news-betting-industry-regulations .hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-betting-industry-regulations .hero-content p a {
  color: #1E90FF;
  text-decoration: none;
  font-weight: bold;
}

.page-news-betting-industry-regulations .hero-content p a:hover {
  text-decoration: underline;
}

.page-news-betting-industry-regulations .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Gold */
  color: #1a1a1a; /* Dark text for contrast */
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-news-betting-industry-regulations .cta-button:hover {
  background: #1E90FF; /* Dodger Blue */
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-news-betting-industry-regulations .secondary-button {
  background: #1E90FF;
  color: #ffffff;
}

.page-news-betting-industry-regulations .secondary-button:hover {
  background: #FFD700;
  color: #1a1a1a;
}

.page-news-betting-industry-regulations .primary-button {
  background: #FFD700;
  color: #1a1a1a;
}

.page-news-betting-industry-regulations .primary-button:hover {
  background: #1E90FF;
  color: #ffffff;
}

.page-news-betting-industry-regulations .content-section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-news-betting-industry-regulations .intro-section {
  background-color: #fff;
}

.page-news-betting-industry-regulations .regulation-overview, 
.page-news-betting-industry-regulations .global-trends {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0;
}

.page-news-betting-industry-regulations .regulation-overview .content-left, 
.page-news-betting-industry-regulations .global-trends .content-left,
.page-news-betting-industry-regulations .regulation-overview .content-right, 
.page-news-betting-industry-regulations .global-trends .content-right {
  flex: 1;
  min-width: 300px;
}

.page-news-betting-industry-regulations .content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-news-betting-industry-regulations .content-image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.page-news-betting-industry-regulations .social-responsibility {
  background-color: #fefefe;
  text-align: center;
}

.page-news-betting-industry-regulations .social-responsibility p {
  max-width: 900px;
  margin: 0 auto 20px auto;
  font-size: 1.1em;
}

.page-news-betting-industry-regulations .future-outlook {
  background-color: #f0f4f7;
  text-align: center;
}

.page-news-betting-industry-regulations .future-outlook p {
  max-width: 900px;
  margin: 0 auto 20px auto;
  font-size: 1.1em;
}

/* FAQ Section */
.page-news-betting-industry-regulations .faq-section {
  background-color: #fff;
  padding-bottom: 80px;
}

.page-news-betting-industry-regulations .faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-news-betting-industry-regulations .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #1E90FF; /* Dodger Blue */
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
  border-radius: 5px;
}

.page-news-betting-industry-regulations .faq-question:hover {
  background-color: #007bff; /* Slightly darker blue */
}

.page-news-betting-industry-regulations .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #ffffff;
}

.page-news-betting-industry-regulations .faq-question h3 a {
  color: #FFD700;
  text-decoration: none;
}

.page-news-betting-industry-regulations .faq-question h3 a:hover {
  text-decoration: underline;
}

.page-news-betting-industry-regulations .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-news-betting-industry-regulations .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #333;
}

.page-news-betting-industry-regulations .faq-answer p {
  margin: 15px 0;
  font-size: 1em;
}

.page-news-betting-industry-regulations .faq-answer p a {
  color: #1E90FF;
  text-decoration: none;
}

.page-news-betting-industry-regulations .faq-answer p a:hover {
  text-decoration: underline;
}

.page-news-betting-industry-regulations .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to show content */
  padding: 15px 25px;
  border-radius: 0 0 5px 5px;
}

.page-news-betting-industry-regulations .faq-item.active .faq-question {
  border-radius: 5px 5px 0 0;
}

.page-news-betting-industry-regulations .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

/* Latest Blog Section */
.page-news-betting-industry-regulations .latest-blog {
  background-color: #f0f4f7;
  padding-bottom: 80px;
}

.page-news-betting-industry-regulations .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-news-betting-industry-regulations .blog-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-news-betting-industry-regulations .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-news-betting-industry-regulations .blog-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-news-betting-industry-regulations .blog-card-content {
  padding: 25px;
}

.page-news-betting-industry-regulations .blog-card-content h3 {
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 15px;
  color: #1E90FF;
}

.page-news-betting-industry-regulations .blog-card-content h3 a {
  color: #1E90FF;
  text-decoration: none;
}

.page-news-betting-industry-regulations .blog-card-content h3 a:hover {
  text-decoration: underline;
}

.page-news-betting-industry-regulations .blog-card-content p {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 20px;
}

.page-news-betting-industry-regulations .blog-card-content p a {
  color: #1E90FF;
  text-decoration: none;
}

.page-news-betting-industry-regulations .blog-card-content p a:hover {
  text-decoration: underline;
}

.page-news-betting-industry-regulations .read-more {
  display: inline-block;
  color: #FFD700; /* Gold */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-news-betting-industry-regulations .read-more:hover {
  color: #1E90FF; /* Dodger Blue */
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-news-betting-industry-regulations .section-title {
    font-size: 2em;
  }
  .page-news-betting-industry-regulations .hero-content h1 {
    font-size: 2.5em;
  }
  .page-news-betting-industry-regulations .hero-content p {
    font-size: 1.1em;
  }
  .page-news-betting-industry-regulations .regulation-overview, 
  .page-news-betting-industry-regulations .global-trends {
    flex-direction: column;
    gap: 30px;
  }
  .page-news-betting-industry-regulations .global-trends .content-left, 
  .page-news-betting-industry-regulations .global-trends .content-right {
    order: unset; /* Reset order for smaller screens */
  }
}

@media (max-width: 768px) {
  .page-news-betting-industry-regulations .hero-section {
    padding: 40px 15px;
  }
  .page-news-betting-industry-regulations .hero-content h1 {
    font-size: 2em;
  }
  .page-news-betting-industry-regulations .hero-content p {
    font-size: 1em;
  }
  .page-news-betting-industry-regulations .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-news-betting-industry-regulations .content-section {
    padding: 40px 0;
  }
  .page-news-betting-industry-regulations .faq-question {
    padding: 15px 20px;
  }
  .page-news-betting-industry-regulations .faq-answer {
    padding: 0 20px;
  }
  .page-news-betting-industry-regulations .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-news-betting-industry-regulations .blog-card-content h3 {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-news-betting-industry-regulations .section-title {
    font-size: 1.8em;
  }
  .page-news-betting-industry-regulations .hero-content h1 {
    font-size: 1.8em;
  }
  .page-news-betting-industry-regulations .hero-content p {
    font-size: 0.9em;
  }
  .page-news-betting-industry-regulations .cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
}