/* style/blog-566bet-popular-games-deep-dive.css */
:root {
  --page-primary-color: #11A84E;
  --page-secondary-color: #22C768;
  --page-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --page-card-bg: #11271B;
  --page-background: #08160F;
  --page-text-main: #F2FFF6;
  --page-text-secondary: #A7D9B8;
  --page-border-color: #2E7A4E;
  --page-glow-color: #57E38D;
  --page-gold-color: #F2C14E;
  --page-divider-color: #1E3A2A;
  --page-deep-green-color: #0A4B2C;
}

.page-blog-566bet-popular-games-deep-dive {
  background-color: var(--page-background);
  color: var(--page-text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-566bet-popular-games-deep-dive__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.page-blog-566bet-popular-games-deep-dive__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for aesthetic */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-566bet-popular-games-deep-dive__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-566bet-popular-games-deep-dive__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  z-index: 1;
  position: relative;
  margin-top: -100px; /* Pull content up slightly over image for flow, not overlap */
}

.page-blog-566bet-popular-games-deep-dive__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: bold;
  color: var(--page-gold-color);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-566bet-popular-games-deep-dive__intro-description {
  font-size: 1.1rem;
  color: var(--page-text-main);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-566bet-popular-games-deep-dive__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-566bet-popular-games-deep-dive__btn-primary,
.page-blog-566bet-popular-games-deep-dive__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  box-sizing: border-box;
}

.page-blog-566bet-popular-games-deep-dive__btn-primary {
  background: var(--page-button-gradient);
  color: var(--page-text-main);
  border: none;
}

.page-blog-566bet-popular-games-deep-dive__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 0 0 15px var(--page-glow-color);
}

.page-blog-566bet-popular-games-deep-dive__btn-secondary {
  background-color: transparent;
  color: var(--page-glow-color);
  border: 2px solid var(--page-glow-color);
}

.page-blog-566bet-popular-games-deep-dive__btn-secondary:hover {
  background-color: var(--page-glow-color);
  color: var(--page-background);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-566bet-popular-games-deep-dive__section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-566bet-popular-games-deep-dive__content-area {
  max-width: 1200px;
  margin: 0 auto;
  background-color: var(--page-background);
  color: var(--page-text-main);
}

.page-blog-566bet-popular-games-deep-dive__card-bg {
  background-color: var(--page-card-bg);
  color: var(--page-text-main);
}

.page-blog-566bet-popular-games-deep-dive__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--page-gold-color);
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-566bet-popular-games-deep-dive__section-title--light {
  color: var(--page-gold-color);
}

.page-blog-566bet-popular-games-deep-dive__paragraph {
  font-size: 1rem;
  color: var(--page-text-main);
  max-width: 800px;
  margin: 0 auto 25px auto;
  line-height: 1.7;
  text-align: justify;
}

.page-blog-566bet-popular-games-deep-dive__paragraph--light {
  color: var(--page-text-main);
}

.page-blog-566bet-popular-games-deep-dive__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
  /* Ensure no filter is applied */
  filter: none;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-566bet-popular-games-deep-dive__hero-content {
    margin-top: -80px;
  }
}

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

  .page-blog-566bet-popular-games-deep-dive__hero-section {
    padding-top: 10px !important; /* body handles header offset */
    padding-bottom: 20px;
  }

  .page-blog-566bet-popular-games-deep-dive__hero-content {
    margin-top: -60px;
    padding: 15px;
  }

  .page-blog-566bet-popular-games-deep-dive__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-566bet-popular-games-deep-dive__intro-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-566bet-popular-games-deep-dive__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-566bet-popular-games-deep-dive__btn-primary,
  .page-blog-566bet-popular-games-deep-dive__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-566bet-popular-games-deep-dive__section {
    padding: 40px 15px;
  }

  .page-blog-566bet-popular-games-deep-dive__content-area,
  .page-blog-566bet-popular-games-deep-dive__card-bg {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-566bet-popular-games-deep-dive__section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    margin-bottom: 20px;
  }

  .page-blog-566bet-popular-games-deep-dive__paragraph {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .page-blog-566bet-popular-games-deep-dive__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 30px auto;
    min-width: 200px !important;
    min-height: 200px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-566bet-popular-games-deep-dive__hero-content {
    margin-top: -40px;
  }
}