.page-industry-news-online-gambling-regulations {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A2342; /* Primary dark blue background */
  line-height: 1.6;
}

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

.page-industry-news-online-gambling-regulations .hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #1A3F6C 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  border-bottom: 5px solid #FFD700;
}

.page-industry-news-online-gambling-regulations .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-industry-news-online-gambling-regulations .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #E0E0E0; /* Light gray */
}

.page-industry-news-online-gambling-regulations .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-industry-news-online-gambling-regulations .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0A2342; /* Dark blue */
  margin: 10px;
}

.page-industry-news-online-gambling-regulations .btn-primary:hover {
  background-color: #E0B500; /* Slightly darker gold */
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-industry-news-online-gambling-regulations .btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
  margin: 10px;
}

.page-industry-news-online-gambling-regulations .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-industry-news-online-gambling-regulations .content-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-industry-news-online-gambling-regulations .content-section:last-of-type {
  border-bottom: none;
}

.page-industry-news-online-gambling-regulations .section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-industry-news-online-gambling-regulations p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0; /* Light gray */
}

.page-industry-news-online-gambling-regulations h3 {
  font-size: 1.8em;
  color: #FFD700; /* Gold */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-industry-news-online-gambling-regulations ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-industry-news-online-gambling-regulations ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-industry-news-online-gambling-regulations .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-industry-news-online-gambling-regulations .feature-item {
  background-color: #1A3F6C; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-industry-news-online-gambling-regulations .feature-item:hover {
  transform: translateY(-5px);
}

.page-industry-news-online-gambling-regulations .feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-industry-news-online-gambling-regulations .feature-item h3 {
  color: #FFD700; /* Gold */
  font-size: 1.5em;
  margin-top: 0;
}

.page-industry-news-online-gambling-regulations .feature-item p {
  color: #C0C0C0; /* Lighter gray */
  font-size: 1em;
}

.page-industry-news-online-gambling-regulations .image-with-text {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-industry-news-online-gambling-regulations .image-with-text.reverse {
  flex-direction: row-reverse;
}

.page-industry-news-online-gambling-regulations .image-with-text .article-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-industry-news-online-gambling-regulations .image-with-text .text-content {
  flex: 1;
  min-width: 300px;
}

.page-industry-news-online-gambling-regulations .image-with-text .text-content h3 {
  color: #FFD700;
  margin-top: 0;
}

.page-industry-news-online-gambling-regulations .update-item {
  background-color: #1A3F6C;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-industry-news-online-gambling-regulations .update-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-top: 0;
}

.page-industry-news-online-gambling-regulations .update-item ul {
  list-style-type: '⚡ ';
  color: #E0E0E0;
  margin-left: 20px;
}

.page-industry-news-online-gambling-regulations .update-item ul li {
  margin-bottom: 8px;
}

.page-industry-news-online-gambling-regulations .cta-buttons {
  text-align: center;
  margin-top: 50px;
}

.page-industry-news-online-gambling-regulations .faq-item {
  background-color: #1A3F6C;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-industry-news-online-gambling-regulations .faq-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-industry-news-online-gambling-regulations .faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-industry-news-online-gambling-regulations .faq-item h3.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-industry-news-online-gambling-regulations .faq-item .faq-item-answer {
  color: #C0C0C0;
  margin-top: 15px;
  display: none; /* Hidden by default */
  font-size: 1em;
}

.page-industry-news-online-gambling-regulations .faq-item .faq-item-answer.active {
  display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-industry-news-online-gambling-regulations .hero-title {
    font-size: 2.8em;
  }
  .page-industry-news-online-gambling-regulations .hero-subtitle {
    font-size: 1.3em;
  }
  .page-industry-news-online-gambling-regulations .section-title {
    font-size: 2em;
  }
  .page-industry-news-online-gambling-regulations .image-with-text {
    flex-direction: column;
  }
  .page-industry-news-online-gambling-regulations .image-with-text .article-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-industry-news-online-gambling-regulations .hero-section {
    padding: 80px 0;
  }
  .page-industry-news-online-gambling-regulations .hero-title {
    font-size: 2.2em;
  }
  .page-industry-news-online-gambling-regulations .hero-subtitle {
    font-size: 1.1em;
  }
  .page-industry-news-online-gambling-regulations .section-title {
    font-size: 1.8em;
  }
  .page-industry-news-online-gambling-regulations h3 {
    font-size: 1.5em;
  }
  .page-industry-news-online-gambling-regulations p, .page-industry-news-online-gambling-regulations ul li {
    font-size: 1em;
  }
  .page-industry-news-online-gambling-regulations .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-industry-news-online-gambling-regulations .hero-section {
    padding: 60px 0;
  }
  .page-industry-news-online-gambling-regulations .hero-title {
    font-size: 1.8em;
  }
  .page-industry-news-online-gambling-regulations .hero-subtitle {
    font-size: 0.9em;
  }
  .page-industry-news-online-gambling-regulations .btn {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-industry-news-online-gambling-regulations .section-title {
    font-size: 1.5em;
  }
  .page-industry-news-online-gambling-regulations .faq-item h3 {
    font-size: 1.2em;
  }
}