.page-blog-explore-788bet-popular-games-strategies {
  --text-main-color: #F2FFF6;
  --text-secondary-color: #A7D9B8;
  --background-color: #08160F;
  --card-background-color: #11271B;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main-color); /* Default text color for dark background */
  background-color: var(--background-color); /* Matches body background from shared.css */
}

.page-blog-explore-788bet-popular-games-strategies__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-explore-788bet-popular-games-strategies__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  box-sizing: border-box;
  overflow: hidden;
  background-color: var(--background-color);
}

.page-blog-explore-788bet-popular-games-strategies__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Max height for 16:9 aspect ratio at 1200px width */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; /* Space between image and content */
}

.page-blog-explore-788bet-popular-games-strategies__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-explore-788bet-popular-games-strategies__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1; /* Ensure text is above any background elements */
}

.page-blog-explore-788bet-popular-games-strategies__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-main-color);
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-explore-788bet-popular-games-strategies__subtitle {
  font-size: 1.25rem;
  color: var(--text-secondary-color);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-explore-788bet-popular-games-strategies__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--text-main-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-explore-788bet-popular-games-strategies__text-block {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

.page-blog-explore-788bet-popular-games-strategies__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
  padding: 60px 0;
}

.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__section-title,
.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__text-block,
.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__card-title,
.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__card-text,
.page-blog-explore-788bet-popular-games-strategies__light-bg h3,
.page-blog-explore-788bet-popular-games-strategies__light-bg li,
.page-blog-explore-788bet-popular-games-strategies__light-bg a {
  color: #333333;
}

.page-blog-explore-788bet-popular-games-strategies__light-bg .text-main,
.page-blog-explore-788bet-popular-games-strategies__light-bg .text-secondary {
  color: var(--deep-green-color); /* Use deep green for emphasis on light background */
}

.page-blog-explore-788bet-popular-games-strategies__dark-bg {
  background-color: var(--background-color);
  color: var(--text-main-color);
  padding: 60px 0;
}

.page-blog-explore-788bet-popular-games-strategies__dark-bg .text-main {
  color: var(--glow-color);
}

.page-blog-explore-788bet-popular-games-strategies__dark-bg .text-secondary {
  color: var(--text-secondary-color);
}

.page-blog-explore-788bet-popular-games-strategies__btn-primary,
.page-blog-explore-788bet-popular-games-strategies__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-explore-788bet-popular-games-strategies__btn-primary {
  background: var(--button-gradient);
  color: var(--text-main-color);
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 10px;
}

.page-blog-explore-788bet-popular-games-strategies__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-explore-788bet-popular-games-strategies__btn-secondary {
  background: transparent;
  color: var(--glow-color);
  border: 2px solid var(--glow-color);
  margin: 10px;
}

.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__btn-secondary {
  color: var(--deep-green-color);
  border-color: var(--deep-green-color);
}

.page-blog-explore-788bet-popular-games-strategies__btn-secondary:hover {
  background-color: var(--glow-color);
  color: var(--background-color);
  border-color: var(--background-color);
  transform: translateY(-2px);
}

.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__btn-secondary:hover {
  background-color: var(--deep-green-color);
  color: #ffffff;
  border-color: var(--deep-green-color);
}

.page-blog-explore-788bet-popular-games-strategies__game-grid,
.page-blog-explore-788bet-popular-games-strategies__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-explore-788bet-popular-games-strategies__card {
  background-color: var(--card-background-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  color: var(--text-main-color);
  height: 100%;
}

.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__card {
  background-color: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.page-blog-explore-788bet-popular-games-strategies__card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-blog-explore-788bet-popular-games-strategies__card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px 20px 10px 20px;
  color: var(--text-main-color);
}

.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__card-title {
  color: #333333;
}

.page-blog-explore-788bet-popular-games-strategies__card-text {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 20px 20px 20px;
  flex-grow: 1;
  color: var(--text-secondary-color);
}

.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__card-text {
  color: #555555;
}

.page-blog-explore-788bet-popular-games-strategies__game-card .page-blog-explore-788bet-popular-games-strategies__btn-secondary,
.page-blog-explore-788bet-popular-games-strategies__promo-card .page-blog-explore-788bet-popular-games-strategies__btn-secondary {
  margin: 0 20px 20px 20px;
  align-self: flex-start;
}

.page-blog-explore-788bet-popular-games-strategies__strategy-list,
.page-blog-explore-788bet-popular-games-strategies__registration-steps,
.page-blog-explore-788bet-popular-games-strategies__security-tips,
.page-blog-explore-788bet-popular-games-strategies__contact-list,
.page-blog-explore-788bet-popular-games-strategies__app-benefits-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__strategy-list,
.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__registration-steps,
.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__security-tips,
.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__contact-list,
.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__app-benefits-list {
  color: #333333;
}

.page-blog-explore-788bet-popular-games-strategies__strategy-list li,
.page-blog-explore-788bet-popular-games-strategies__registration-steps li,
.page-blog-explore-788bet-popular-games-strategies__security-tips li,
.page-blog-explore-788bet-popular-games-strategies__contact-list li,
.page-blog-explore-788bet-popular-games-strategies__app-benefits-list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-explore-788bet-popular-games-strategies__strategy-list li strong,
.page-blog-explore-788bet-popular-games-strategies__registration-steps li strong {
  color: var(--glow-color);
}

.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__strategy-list li strong,
.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__registration-steps li strong {
  color: var(--deep-green-color);
}

.page-blog-explore-788bet-popular-games-strategies__flex-content {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-blog-explore-788bet-popular-games-strategies__flex-content .page-blog-explore-788bet-popular-games-strategies__text-content {
  flex: 1;
}

.page-blog-explore-788bet-popular-games-strategies__flex-content .page-blog-explore-788bet-popular-games-strategies__image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-explore-788bet-popular-games-strategies__registration-image,
.page-blog-explore-788bet-popular-games-strategies__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-explore-788bet-popular-games-strategies__registration-section h3,
.page-blog-explore-788bet-popular-games-strategies__support-app-section h3 {
  font-size: 1.8rem;
  color: var(--text-main-color);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-explore-788bet-popular-games-strategies__light-bg .page-blog-explore-788bet-popular-games-strategies__terms-text {
  color: #666666;
  font-style: italic;
  text-align: center;
  margin-top: 30px;
}

.page-blog-explore-788bet-popular-games-strategies__faq-list {
  margin-top: 40px;
}

.page-blog-explore-788bet-popular-games-strategies__faq-item {
  background-color: #ffffff;
  border: 1px solid var(--divider-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-explore-788bet-popular-games-strategies__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  color: #333333;
  background-color: #f9f9f9;
  border-bottom: 1px solid var(--divider-color);
  list-style: none; /* For details/summary */
}

.page-blog-explore-788bet-popular-games-strategies__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-explore-788bet-popular-games-strategies__faq-item[open] .page-blog-explore-788bet-popular-games-strategies__faq-question {
  border-bottom: 1px solid var(--divider-color);
}

.page-blog-explore-788bet-popular-games-strategies__faq-qtext {
  flex-grow: 1;
  color: #333333;
}

.page-blog-explore-788bet-popular-games-strategies__faq-toggle {
  font-size: 1.8rem;
  font-weight: lighter;
  margin-left: 15px;
  color: var(--deep-green-color);
}

.page-blog-explore-788bet-popular-games-strategies__faq-answer {
  padding: 20px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555555;
  background-color: #ffffff;
}

.page-blog-explore-788bet-popular-games-strategies__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-explore-788bet-popular-games-strategies__faq-answer a {
  color: var(--deep-green-color);
  text-decoration: underline;
}

.page-blog-explore-788bet-popular-games-strategies__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.page-blog-explore-788bet-popular-games-strategies__conclusion .page-blog-explore-788bet-popular-games-strategies__btn-primary,
.page-blog-explore-788bet-popular-games-strategies__conclusion .page-blog-explore-788bet-popular-games-strategies__btn-secondary {
  min-width: 200px;
}

/* Responsive styles */
@media (max-width: 992px) {
  .page-blog-explore-788bet-popular-games-strategies__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-explore-788bet-popular-games-strategies__subtitle {
    font-size: 1.1rem;
  }

  .page-blog-explore-788bet-popular-games-strategies__game-grid,
  .page-blog-explore-788bet-popular-games-strategies__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-blog-explore-788bet-popular-games-strategies__flex-content {
    flex-direction: column;
  }

  .page-blog-explore-788bet-popular-games-strategies__flex-reverse-mobile {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .page-blog-explore-788bet-popular-games-strategies {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-explore-788bet-popular-games-strategies__hero-section,
  .page-blog-explore-788bet-popular-games-strategies__introduction,
  .page-blog-explore-788bet-popular-games-strategies__games-section,
  .page-blog-explore-788bet-popular-games-strategies__strategy-section,
  .page-blog-explore-788bet-popular-games-strategies__registration-section,
  .page-blog-explore-788bet-popular-games-strategies__promotions-section,
  .page-blog-explore-788bet-popular-games-strategies__support-app-section,
  .page-blog-explore-788bet-popular-games-strategies__faq-section,
  .page-blog-explore-788bet-popular-games-strategies__conclusion {
    padding: 40px 0;
  }

  .page-blog-explore-788bet-popular-games-strategies__container {
    padding: 0 15px;
  }

  .page-blog-explore-788bet-popular-games-strategies__hero-section {
    padding-top: 10px !important; /* body already handles header offset */
  }

  .page-blog-explore-788bet-popular-games-strategies__hero-image-wrapper {
    margin-bottom: 30px;
  }

  .page-blog-explore-788bet-popular-games-strategies__hero-content {
    padding: 0 15px;
  }

  .page-blog-explore-788bet-popular-games-strategies__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-explore-788bet-popular-games-strategies__subtitle {
    font-size: 1rem;
  }

  .page-blog-explore-788bet-popular-games-strategies__section-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-blog-explore-788bet-popular-games-strategies__text-block {
    font-size: 1rem;
  }

  .page-blog-explore-788bet-popular-games-strategies img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-explore-788bet-popular-games-strategies__hero-image,
  .page-blog-explore-788bet-popular-games-strategies__card-image,
  .page-blog-explore-788bet-popular-games-strategies__registration-image,
  .page-blog-explore-788bet-popular-games-strategies__app-image {
    width: 100% !important;
  }

  .page-blog-explore-788bet-popular-games-strategies__section,
  .page-blog-explore-788bet-popular-games-strategies__card,
  .page-blog-explore-788bet-popular-games-strategies__container,
  .page-blog-explore-788bet-popular-games-strategies__game-grid,
  .page-blog-explore-788bet-popular-games-strategies__promo-grid,
  .page-blog-explore-788bet-popular-games-strategies__flex-content,
  .page-blog-explore-788bet-popular-games-strategies__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-explore-788bet-popular-games-strategies__cta-button,
  .page-blog-explore-788bet-popular-games-strategies__btn-primary,
  .page-blog-explore-788bet-popular-games-strategies__btn-secondary,
  .page-blog-explore-788bet-popular-games-strategies a[class*="button"],
  .page-blog-explore-788bet-popular-games-strategies 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-blog-explore-788bet-popular-games-strategies__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-explore-788bet-popular-games-strategies__registration-section h3,
  .page-blog-explore-788bet-popular-games-strategies__support-app-section h3 {
    font-size: 1.5rem;
  }

  .page-blog-explore-788bet-popular-games-strategies__faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }

  .page-blog-explore-788bet-popular-games-strategies__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-explore-788bet-popular-games-strategies__faq-answer {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-explore-788bet-popular-games-strategies__strategy-list,
  .page-blog-explore-788bet-popular-games-strategies__registration-steps,
  .page-blog-explore-788bet-popular-games-strategies__security-tips,
  .page-blog-explore-788bet-popular-games-strategies__contact-list,
  .page-blog-explore-788bet-popular-games-strategies__app-benefits-list {
    margin-left: 20px;
  }
}