.page-news-popular-game-guides {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-news-popular-game-guides__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-news-popular-game-guides__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-news-popular-game-guides__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-news-popular-game-guides__hero-section {
  position: relative;
  padding: 100px 0 60px; /* Adjusted padding-top for header offset */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
}

.page-news-popular-game-guides__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.page-news-popular-game-guides__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #26A9E0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-news-popular-game-guides__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-news-popular-game-guides__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-news-popular-game-guides__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-news-popular-game-guides__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-news-popular-game-guides__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 30px;
  color: #26A9E0;
}

.page-news-popular-game-guides__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-news-popular-game-guides__introduction-section,
.page-news-popular-game-guides__strategy-section,
.page-news-popular-game-guides__responsible-gambling,
.page-news-popular-game-guides__faq-section {
  padding: 80px 0;
}

.page-news-popular-game-guides__game-categories,
.page-news-popular-game-guides__cta-section,
.page-news-popular-game-guides__final-cta {
  padding: 80px 0;
}

.page-news-popular-game-guides__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-news-popular-game-guides__game-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.page-news-popular-game-guides__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-news-popular-game-guides__game-card-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-news-popular-game-guides__game-card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-news-popular-game-guides__game-card-title a:hover {
  text-decoration: underline;
}

.page-news-popular-game-guides__game-card-description {
  font-size: 0.95em;
  padding: 0 20px;
  flex-grow: 1;
}

.page-news-popular-game-guides__btn-text {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
}

.page-news-popular-game-guides__btn-text:hover {
  text-decoration: underline;
}

.page-news-popular-game-guides__arrow {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.page-news-popular-game-guides__btn-text:hover .page-news-popular-game-guides__arrow {
  transform: translateX(5px);
}

.page-news-popular-game-guides__strategy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.page-news-popular-game-guides__strategy-image-wrapper {
  text-align: center;
}

.page-news-popular-game-guides__strategy-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-news-popular-game-guides__strategy-content {
  text-align: left;
}

.page-news-popular-game-guides__strategy-subtitle {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-news-popular-game-guides__strategy-content p {
  margin-bottom: 20px;
  color: #333333;
}

.page-news-popular-game-guides__video-section {
  padding: 80px 0;
  text-align: center;
}

.page-news-popular-game-guides__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-news-popular-game-guides__video {
  width: 100%;
  height: auto;
  display: block;
}

.page-news-popular-game-guides__video-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.page-news-popular-game-guides__responsible-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  align-items: center;
  margin-top: 40px;
}

.page-news-popular-game-guides__responsible-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-news-popular-game-guides__responsible-text p {
  margin-bottom: 20px;
  color: #333333;
}

.page-news-popular-game-guides__cta-section {
  text-align: center;
  padding: 60px 0;
}

.page-news-popular-game-guides__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-news-popular-game-guides__btn-primary,
.page-news-popular-game-guides__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-news-popular-game-guides__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-news-popular-game-guides__btn-primary:hover {
  background: #1e87b8;
  border-color: #1e87b8;
}

.page-news-popular-game-guides__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-news-popular-game-guides__btn-secondary:hover {
  background: #e0e0e0;
  color: #26A9E0;
}

.page-news-popular-game-guides__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-news-popular-game-guides__final-cta {
  text-align: center;
  padding: 80px 0;
}

.page-news-popular-game-guides__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-popular-game-guides__faq-item {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-news-popular-game-guides__faq-item[open] {
  background: #ffffff;
}

.page-news-popular-game-guides__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  color: #333333;
  list-style: none;
}

.page-news-popular-game-guides__faq-question::-webkit-details-marker {
  display: none;
}

.page-news-popular-game-guides__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
  margin-left: 10px;
}

.page-news-popular-game-guides__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #555555;
}

.page-news-popular-game-guides__faq-answer p {
  margin-bottom: 10px;
  color: #555555;
}

.page-news-popular-game-guides__faq-answer a {
  color: #26A9E0;
  text-decoration: none;
}

.page-news-popular-game-guides__faq-answer a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-news-popular-game-guides__hero-title {
    font-size: 3em;
  }
  .page-news-popular-game-guides__section-title {
    font-size: 2em;
  }
  .page-news-popular-game-guides__strategy-grid,
  .page-news-popular-game-guides__responsible-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .page-news-popular-game-guides__strategy-content,
  .page-news-popular-game-guides__responsible-text {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-news-popular-game-guides {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-news-popular-game-guides__container {
    padding: 0 15px;
  }
  .page-news-popular-game-guides__hero-section {
    padding: 80px 0 40px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-news-popular-game-guides__hero-title {
    font-size: 2.5em;
  }
  .page-news-popular-game-guides__hero-description {
    font-size: 1em;
  }
  .page-news-popular-game-guides__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-news-popular-game-guides__btn-primary,
  .page-news-popular-game-guides__btn-secondary,
  .page-news-popular-game-guides a[class*="button"],
  .page-news-popular-game-guides a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-news-popular-game-guides__cta-buttons,
  .page-news-popular-game-guides__button-group,
  .page-news-popular-game-guides__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-news-popular-game-guides__cta-buttons {
    display: flex;
    flex-direction: column;
  }
  .page-news-popular-game-guides__section-title {
    font-size: 1.8em;
  }
  .page-news-popular-game-guides__game-grid {
    grid-template-columns: 1fr;
  }
  .page-news-popular-game-guides__game-card {
    margin: 0 10px;
  }
  .page-news-popular-game-guides__strategy-grid,
  .page-news-popular-game-guides__responsible-content {
    gap: 30px;
  }
  .page-news-popular-game-guides img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-news-popular-game-guides__section,
  .page-news-popular-game-guides__card,
  .page-news-popular-game-guides__container,
  .page-news-popular-game-guides__video-section,
  .page-news-popular-game-guides__video-container,
  .page-news-popular-game-guides__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-news-popular-game-guides video,
  .page-news-popular-game-guides__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}