/* style/blog-popular-games-on-hitclub88-link.css */

/* Base styles for the page content wrapper */
.page-blog-popular-games-on-hitclub88-link {
  color: #ffffff; /* Text color for dark body background #0a0a0a */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Rely on body background from shared.css */
}

/* Section general styling */
.page-blog-popular-games-on-hitclub88-link__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Hero section specific styling */
.page-blog-popular-games-on-hitclub88-link__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding as body handles --header-offset */
  background-color: rgba(0, 0, 0, 0.4); /* Slightly darker overlay for text readability */
  border-radius: 8px;
  margin-bottom: 40px;
}

.page-blog-popular-games-on-hitclub88-link__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 8px;
}

.page-blog-popular-games-on-hitclub88-link__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-popular-games-on-hitclub88-link__hero-content h1 {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  /* No fixed large font-size, rely on max-width and responsive adjustments */
}

.page-blog-popular-games-on-hitclub88-link__hero-content p {
  color: #f0f0f0;
  font-size: 1.1em;
  margin-bottom: 30px;
}

/* Content Area */
.page-blog-popular-games-on-hitclub88-link__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white for content sections */
  border-radius: 8px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.page-blog-popular-games-on-hitclub88-link__content-area h2 {
  color: #26A9E0; /* Brand color for headings */
  font-size: 2.2em;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-popular-games-on-hitclub88-link__content-area h3 {
  color: #ffffff;
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-popular-games-on-hitclub88-link__content-area p {
  color: #f0f0f0;
  margin-bottom: 15px;
}

.page-blog-popular-games-on-hitclub88-link__content-area ul {
  list-style: disc inside;
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-blog-popular-games-on-hitclub88-link__content-area li {
  color: #f0f0f0;
  margin-bottom: 8px;
}

/* Images */
.page-blog-popular-games-on-hitclub88-link__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-popular-games-on-hitclub88-link__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block; /* Ensure no extra space below image */
  margin: 0 auto;
}

/* Call to Action Buttons */
.page-blog-popular-games-on-hitclub88-link__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-popular-games-on-hitclub88-link__btn-primary,
.page-blog-popular-games-on-hitclub88-link__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  max-width: 100%; /* For mobile responsiveness */
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  text-align: center;
}

.page-blog-popular-games-on-hitclub88-link__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-popular-games-on-hitclub88-link__btn-primary:hover {
  background: #1e87c2;
  border-color: #1e87c2;
}

.page-blog-popular-games-on-hitclub88-link__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-popular-games-on-hitclub88-link__btn-secondary:hover {
  background: #f0f0f0;
  color: #1e87c2;
  border-color: #1e87c2;
}

/* FAQ Section */
.page-blog-popular-games-on-hitclub88-link__faq-section {
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
}

.page-blog-popular-games-on-hitclub88-link__faq-section h2 {
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-popular-games-on-hitclub88-link__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-blog-popular-games-on-hitclub88-link__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  list-style: none; /* Remove default marker */
}

.page-blog-popular-games-on-hitclub88-link__faq-item summary::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-popular-games-on-hitclub88-link__faq-item summary:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-popular-games-on-hitclub88-link__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-popular-games-on-hitclub88-link__faq-item[open] .page-blog-popular-games-on-hitclub88-link__faq-toggle {
  transform: rotate(45deg); /* Rotate to form an 'x' or simply '-' */
}

.page-blog-popular-games-on-hitclub88-link__faq-answer {
  padding: 0 25px 20px 25px;
  color: #f0f0f0;
  font-size: 1em;
  line-height: 1.7;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-popular-games-on-hitclub88-link {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-popular-games-on-hitclub88-link__hero-section,
  .page-blog-popular-games-on-hitclub88-link__content-area,
  .page-blog-popular-games-on-hitclub88-link__faq-section,
  .page-blog-popular-games-on-hitclub88-link__video-section {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-popular-games-on-hitclub88-link__hero-content h1 {
    font-size: 1.8em;
  }

  .page-blog-popular-games-on-hitclub88-link__content-area h2 {
    font-size: 1.8em;
  }

  .page-blog-popular-games-on-hitclub88-link__content-area h3 {
    font-size: 1.4em;
  }

  .page-blog-popular-games-on-hitclub88-link__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-popular-games-on-hitclub88-link__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-popular-games-on-hitclub88-link__btn-primary,
  .page-blog-popular-games-on-hitclub88-link__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
  }

  .page-blog-popular-games-on-hitclub88-link__faq-item summary {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-popular-games-on-hitclub88-link__faq-answer {
    padding: 0 20px 15px 20px;
  }
}