.page-resources-m88-casino-games-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is #000000, so text color is white */
  background-color: #000000; /* Ensure consistent dark background */
}

.page-resources-m88-casino-games-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-m88-casino-games-analysis__hero-section {
  position: relative;
  text-align: center;
  padding: 100px 20px 60px; /* Adjust padding-top for header offset */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
  color: #ffffff;
  background-color: #000000;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-resources-m88-casino-games-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.6;
}

.page-resources-m88-casino-games-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-m88-casino-games-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  color: #f0f0f0;
}

.page-resources-m88-casino-games-analysis__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-m88-casino-games-analysis__section {
  padding: 60px 0;
  color: #ffffff;
  background-color: #000000;
}

.page-resources-m88-casino-games-analysis__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-resources-m88-casino-games-analysis__content-area p {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #f0f0f0;
}

.page-resources-m88-casino-games-analysis__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-m88-casino-games-analysis__game-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  height: 100%;
}

.page-resources-m88-casino-games-analysis__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-resources-m88-casino-games-analysis__card-title {
  font-size: 1.5em;
  margin: 15px 15px 10px;
  color: #26A9E0;
  flex-grow: 1;
}

.page-resources-m88-casino-games-analysis__game-card p {
  font-size: 1em;
  color: #cccccc;
  padding: 0 15px;
}

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

.page-resources-m88-casino-games-analysis__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.page-resources-m88-casino-games-analysis__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-m88-casino-games-analysis__strategy-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  text-align: center;
  color: #ffffff;
  height: 100%;
}

.page-resources-m88-casino-games-analysis__strategy-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-resources-m88-casino-games-analysis__strategy-title {
  font-size: 1.3em;
  margin: 15px 15px 10px;
  color: #26A9E0;
  flex-grow: 1;
}

.page-resources-m88-casino-games-analysis__strategy-item p {
  font-size: 0.95em;
  color: #cccccc;
  padding: 0 15px;
}

.page-resources-m88-casino-games-analysis__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-m88-casino-games-analysis__step-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-m88-casino-games-analysis__step-list li {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

.page-resources-m88-casino-games-analysis__step-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-resources-m88-casino-games-analysis__step-list p {
  font-size: 1em;
  color: #cccccc;
  margin-bottom: 15px;
}

.page-resources-m88-casino-games-analysis__faq-list {
  margin-top: 40px;
}