.page-resources-j88-casino-game-guides {
  color: #ffffff; /* Default text color for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #1a1a2e; /* Inherited from body, but explicitly set for clarity */
}

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

.page-resources-j88-casino-game-guides__hero-section {
  position: relative;
  background-color: #017439;
  color: #ffffff;
  padding: 100px 20px 60px; /* Adjusted padding-top to accommodate header-offset */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-j88-casino-game-guides__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-resources-j88-casino-game-guides__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-j88-casino-game-guides__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-j88-casino-game-guides__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-j88-casino-game-guides__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3;
}

.page-resources-j88-casino-game-guides__btn-primary,
.page-resources-j88-casino-game-guides__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-j88-casino-game-guides__btn-primary {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-resources-j88-casino-game-guides__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-j88-casino-game-guides__btn-secondary {
  background-color: transparent;
  color: #FFFF00;
  border: 2px solid #FFFF00;
}

.page-resources-j88-casino-game-guides__btn-secondary:hover {
  background-color: #FFFF00;
  color: #C30808;
}

.page-resources-j88-casino-game-guides__video-section {
  position: relative;
  width: 100%;
  background-color: #1a1a2e; /* Dark background */
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.page-resources-j88-casino-game-guides__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-j88-casino-game-guides__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.page-resources-j88-casino-game-guides__video-cta {
  margin-top: 30px;
}

.page-resources-j88-casino-game-guides__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-j88-casino-game-guides__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-j88-casino-game-guides__content-area {
  background-color: #ffffff; /* Light background for content */
  color: #333333; /* Dark text for light background */
  padding: 60px 0;
}

.page-resources-j88-casino-game-guides__section-heading {
  font-size: 2.2em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-j88-casino-game-guides__sub-heading {
  font-size: 1.8em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-j88-casino-game-guides__content-area p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-resources-j88-casino-game-guides__content-area ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-j88-casino-game-guides__content-area li {
  margin-bottom: 10px;
}

.page-resources-j88-casino-game-guides__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-j88-casino-game-guides__game-guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-j88-casino-game-guides__card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
}

.page-resources-j88-casino-game-guides__card-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-j88-casino-game-guides__card-title a {
  color: #017439;
  text-decoration: none;
}

.page-resources-j88-casino-game-guides__card-title a:hover {
  text-decoration: underline;
}

.page-resources-j88-casino-game-guides__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
  width: 100%;
  min-height: 200px;
}

.page-resources-j88-casino-game-guides__card p {
  font-size: 0.95em;
  color: #555555;
  flex-grow: 1;
}

.page-resources-j88-casino-game-guides__btn-link {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #017439;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-j88-casino-game-guides__btn-link:hover {
  background-color: #005a2e;
}

.page-resources-j88-casino-game-guides__faq-list {
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.page-resources-j88-casino-game-guides__faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-j88-casino-game-guides__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-resources-j88-casino-game-guides__faq-question:hover {
  background-color: #f5f5f5;
}

.page-resources-j88-casino-game-guides__faq-title {
  font-size: 1.2em;
  color: #333333;
  margin: 0;
}

.page-resources-j88-casino-game-guides__faq-toggle {
  font-size: 1.5em;
  color: #017439;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-resources-j88-casino-game-guides__faq-item.active .page-resources-j88-casino-game-guides__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-j88-casino-game-guides__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-resources-j88-casino-game-guides__faq-item.active .page-resources-j88-casino-game-guides__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px;
}

.page-resources-j88-casino-game-guides__faq-answer p {
  color: #555555;
  margin-bottom: 0;
}

.page-resources-j88-casino-game-guides__cta-section {
  background-color: #017439;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-resources-j88-casino-game-guides__cta-section .page-resources-j88-casino-game-guides__section-title {
  color: #ffffff;
}

.page-resources-j88-casino-game-guides__cta-section .page-resources-j88-casino-game-guides__section-description {
  color: #f0f0f0;
  margin-bottom: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-j88-casino-game-guides__hero-title {
    font-size: 2.8em;
  }

  .page-resources-j88-casino-game-guides__section-title {
    font-size: 2.2em;
  }

  .page-resources-j88-casino-game-guides__section-heading {
    font-size: 2em;
  }

  .page-resources-j88-casino-game-guides__sub-heading {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-j88-casino-game-guides {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-j88-casino-game-guides__hero-section {
    padding: 80px 15px 40px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }

  .page-resources-j88-casino-game-guides__hero-title {
    font-size: 2.2em;
  }

  .page-resources-j88-casino-game-guides__hero-description {
    font-size: 1em;
  }

  .page-resources-j88-casino-game-guides__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-j88-casino-game-guides__btn-primary,
  .page-resources-j88-casino-game-guides__btn-secondary,
  .page-resources-j88-casino-game-guides a[class*="button"],
  .page-resources-j88-casino-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-resources-j88-casino-game-guides__cta-buttons,
  .page-resources-j88-casino-game-guides__button-group,
  .page-resources-j88-casino-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;
    display: flex;
    flex-direction: column;
  }

  .page-resources-j88-casino-game-guides__video-section,
  .page-resources-j88-casino-game-guides__content-area,
  .page-resources-j88-casino-game-guides__cta-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-j88-casino-game-guides__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-j88-casino-game-guides__video-wrapper {
    margin: 20px auto;
  }

  .page-resources-j88-casino-game-guides video,
  .page-resources-j88-casino-game-guides__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-j88-casino-game-guides__video-section,
  .page-resources-j88-casino-game-guides__video-container,
  .page-resources-j88-casino-game-guides__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }

  .page-resources-j88-casino-game-guides__content-image,
  .page-resources-j88-casino-game-guides__card-image,
  .page-resources-j88-casino-game-guides img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important; /* Ensure images are not too small */
    min-height: 200px !important;
  }

  /* Content area image size enforcement */
  .page-resources-j88-casino-game-guides__content-area img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-resources-j88-casino-game-guides__card {
    padding: 20px;
  }

  .page-resources-j88-casino-game-guides__card-image {
    width: 100%;
    height: auto;
  }

  .page-resources-j88-casino-game-guides__faq-question {
    padding: 15px 0;
  }

  .page-resources-j88-casino-game-guides__faq-title {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-j88-casino-game-guides__hero-title {
    font-size: 1.8em;
  }

  .page-resources-j88-casino-game-guides__section-title {
    font-size: 1.8em;
  }

  .page-resources-j88-casino-game-guides__section-heading {
    font-size: 1.6em;
  }

  .page-resources-j88-casino-game-guides__sub-heading {
    font-size: 1.4em;
  }
}