.page-gambling-news-qh88-platform-updates {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #0A2342; /* Deep blue main background */
}

.page-gambling-news-qh88-platform-updates .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-news-qh88-platform-updates .hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #1A3F6C 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-gambling-news-qh88-platform-updates .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gambling-news-qh88-platform-updates .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-gambling-news-qh88-platform-updates .hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-gambling-news-qh88-platform-updates .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;
}

.page-gambling-news-qh88-platform-updates .btn-primary {
  background-color: #FFD700; /* Gold button */
  color: #0A2342; /* Deep blue text on gold */
  border: none;
}

.page-gambling-news-qh88-platform-updates .btn-primary:hover {
  background-color: #E0B800;
  transform: translateY(-3px);
}

.page-gambling-news-qh88-platform-updates .btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary button */
  border: 2px solid #FFD700;
}

.page-gambling-news-qh88-platform-updates .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-3px);
}

.page-gambling-news-qh88-platform-updates .updates-overview-section {
  padding: 60px 0;
  background-color: #0A2342;
}

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

.page-gambling-news-qh88-platform-updates .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-qh88-platform-updates .section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #C0C0C0;
}

.page-gambling-news-qh88-platform-updates .update-article {
  background-color: #1A3F6C; /* Slightly lighter blue for article background */
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-gambling-news-qh88-platform-updates .article-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-gambling-news-qh88-platform-updates .update-article p {
  margin-bottom: 15px;
  color: #E0E0E0;
  font-size: 1.05em;
}

.page-gambling-news-qh88-platform-updates .update-article ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-gambling-news-qh88-platform-updates .update-article ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23FFD700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-8.83"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>') no-repeat left 8px;
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #F0F0F0;
}

.page-gambling-news-qh88-platform-updates .update-article ol {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-gambling-news-qh88-platform-updates .update-article ol li {
  margin-bottom: 10px;
  color: #F0F0F0;
}

.page-gambling-news-qh88-platform-updates .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-gambling-news-qh88-platform-updates .cta-section {
  background-color: #1A3F6C; /* Darker background for CTA */
  padding: 60px 40px;
  border-radius: 12px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFD700;
}

.page-gambling-news-qh88-platform-updates .cta-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-gambling-news-qh88-platform-updates .cta-description {
  font-size: 1.2em;
  color: #E0E0E0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-gambling-news-qh88-platform-updates .btn-large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-gambling-news-qh88-platform-updates .responsible-gambling-note {
  font-size: 0.9em;
  color: #99AABB;
  margin-top: 30px;
  font-style: italic;
}

.page-gambling-news-qh88-platform-updates .faq-item {
  background-color: #0A2342;
  border: 1px solid #1A3F6C;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-gambling-news-qh88-platform-updates .faq-item h4 {
  color: #FFD700;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.page-gambling-news-qh88-platform-updates .faq-question::before {
  content: 'Q: ';
  color: #FFD700;
  font-weight: bold;
  margin-right: 5px;
}

.page-gambling-news-qh88-platform-updates .faq-answer {
  color: #E0E0E0;
  font-size: 1em;
  padding-left: 25px; /* Align with question */
  position: relative;
}

.page-gambling-news-qh88-platform-updates .faq-answer::before {
  content: 'A: ';
  color: #C0C0C0;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-gambling-news-qh88-platform-updates .hero-title {
    font-size: 2.5em;
  }

  .page-gambling-news-qh88-platform-updates .hero-subtitle {
    font-size: 1.2em;
  }

  .page-gambling-news-qh88-platform-updates .hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-gambling-news-qh88-platform-updates .btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-gambling-news-qh88-platform-updates .section-title {
    font-size: 2em;
  }

  .page-gambling-news-qh88-platform-updates .article-title {
    font-size: 1.6em;
  }

  .page-gambling-news-qh88-platform-updates .update-article {
    padding: 25px;
  }

  .page-gambling-news-qh88-platform-updates .cta-title {
    font-size: 2em;
  }

  .page-gambling-news-qh88-platform-updates .cta-description {
    font-size: 1em;
  }

  .page-gambling-news-qh88-platform-updates .btn-large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-gambling-news-qh88-platform-updates .hero-title {
    font-size: 2em;
  }

  .page-gambling-news-qh88-platform-updates .hero-subtitle {
    font-size: 1em;
  }

  .page-gambling-news-qh88-platform-updates .section-title {
    font-size: 1.8em;
  }

  .page-gambling-news-qh88-platform-updates .article-title {
    font-size: 1.4em;
  }

  .page-gambling-news-qh88-platform-updates .cta-title {
    font-size: 1.8em;
  }
}