.page-blog-2024-latest-game-promotions-analysis {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #f8f8f8;
}

.page-blog-2024-latest-game-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #e0f2f7; /* Light blue background for hero section */
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  margin-bottom: 40px;
}

.page-blog-2024-latest-game-promotions-analysis__hero-image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.page-blog-2024-latest-game-promotions-analysis__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-2024-latest-game-promotions-analysis__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-2024-latest-game-promotions-analysis__hero-content h1 {
  font-size: clamp(28px, 4.5vw, 48px); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  color: #26A9E0;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.page-blog-2024-latest-game-promotions-analysis__abstract-text {
  font-size: clamp(16px, 2vw, 20px);
  color: #555555;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-2024-latest-game-promotions-analysis__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #EA7C07; /* Login color for CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(234, 124, 7, 0.4);
  border: none;
}

.page-blog-2024-latest-game-promotions-analysis__cta-button:hover {
  background: #d46a00;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(234, 124, 7, 0.6);
}

.page-blog-2024-latest-game-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-2024-latest-game-promotions-analysis__article-body {
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
}

.page-blog-2024-latest-game-promotions-analysis__article-body p {
  margin-bottom: 1em;
}

.page-blog-2024-latest-game-promotions-analysis__article-body h2.page-blog-2024-latest-game-promotions-analysis__section-title {
  font-size: clamp(24px, 3.5vw, 36px);
  color: #26A9E0;
  margin-top: 45px;
  margin-bottom: 25px;
  font-weight: 700;
  border-bottom: 2px solid #26A9E0;
  padding-bottom: 10px;
}

.page-blog-2024-latest-game-promotions-analysis__article-body h3.page-blog-2024-latest-game-promotions-analysis__sub-section-title {
  font-size: clamp(20px, 2.8vw, 28px);
  color: #EA7C07;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-2024-latest-game-promotions-analysis__article-body ul,
.page-blog-2024-latest-game-promotions-analysis__article-body ol {
  margin-left: 25px;
  margin-bottom: 1em;
  list-style-type: disc;
  color: #444444;
}

.page-blog-2024-latest-game-promotions-analysis__article-body ol {
  list-style-type: decimal;
}

.page-blog-2024-latest-game-promotions-analysis__article-body li {
  margin-bottom: 0.5em;
}

.page-blog-2024-latest-game-promotions-analysis__image-container {
  margin: 30px 0;
  text-align: center;
}

.page-blog-2024-latest-game-promotions-analysis__image-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-2024-latest-game-promotions-analysis__cta-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* FAQ Section */
.page-blog-2024-latest-game-promotions-analysis__faq-section {
  margin-top: 60px;
  padding: 40px 20px;
  background: #f0f8ff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-2024-latest-game-promotions-analysis__faq-list {
  margin-top: 30px;
}

details.page-blog-2024-latest-game-promotions-analysis__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #d0e0f0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
details.page-blog-2024-latest-game-promotions-analysis__faq-item summary.page-blog-2024-latest-game-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  font-weight: 600;
  color: #26A9E0;
  font-size: 18px;
}
details.page-blog-2024-latest-game-promotions-analysis__faq-item summary.page-blog-2024-latest-game-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-2024-latest-game-promotions-analysis__faq-item summary.page-blog-2024-latest-game-promotions-analysis__faq-question:hover {
  background: #e9f5ff;
}
.page-blog-2024-latest-game-promotions-analysis__faq-qtext {
  flex: 1;
  line-height: 1.5;
  text-align: left;
}
.page-blog-2024-latest-game-promotions-analysis__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #26A9E0;
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-blog-2024-latest-game-promotions-analysis__faq-item .page-blog-2024-latest-game-promotions-analysis__faq-answer {
  padding: 0 25px 25px;
  background: #f9fcff;
  border-radius: 0 0 10px 10px;
  color: #555555;
  font-size: 16px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-2024-latest-game-promotions-analysis__content-area {
    padding: 30px 15px;
  }
  .page-blog-2024-latest-game-promotions-analysis__hero-section {
    padding: 40px 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-2024-latest-game-promotions-analysis__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-2024-latest-game-promotions-analysis__hero-image img {
    border-radius: 8px;
  }
  
  .page-blog-2024-latest-game-promotions-analysis__hero-content h1 {
    font-size: clamp(24px, 6vw, 40px);
  }

  .page-blog-2024-latest-game-promotions-analysis__abstract-text {
    font-size: clamp(15px, 2.5vw, 18px);
    margin-bottom: 20px;
  }

  .page-blog-2024-latest-game-promotions-analysis__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    margin-top: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-2024-latest-game-promotions-analysis__content-area {
    padding: 25px 15px;
  }

  .page-blog-2024-latest-game-promotions-analysis__article-body {
    font-size: 16px;
  }

  .page-blog-2024-latest-game-promotions-analysis__article-body h2.page-blog-2024-latest-game-promotions-analysis__section-title {
    font-size: clamp(22px, 5vw, 30px);
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .page-blog-2024-latest-game-promotions-analysis__article-body h3.page-blog-2024-latest-game-promotions-analysis__sub-section-title {
    font-size: clamp(18px, 4vw, 24px);
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-2024-latest-game-promotions-analysis__image-container {
    margin: 20px 0;
  }

  .page-blog-2024-latest-game-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-2024-latest-game-promotions-analysis__section,
  .page-blog-2024-latest-game-promotions-analysis__card,
  .page-blog-2024-latest-game-promotions-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* FAQ specific mobile styles */
  details.page-blog-2024-latest-game-promotions-analysis__faq-item summary.page-blog-2024-latest-game-promotions-analysis__faq-question {
    padding: 15px 20px;
    font-size: 16px;
  }
  .page-blog-2024-latest-game-promotions-analysis__faq-qtext {
    font-size: 16px;
  }
  .page-blog-2024-latest-game-promotions-analysis__faq-toggle {
    font-size: 24px;
    width: 25px;
  }
  details.page-blog-2024-latest-game-promotions-analysis__faq-item .page-blog-2024-latest-game-promotions-analysis__faq-answer {
    padding: 0 20px 20px;
    font-size: 15px;
  }
  .page-blog-2024-latest-game-promotions-analysis__faq-section {
    padding: 30px 15px;
  }
}