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

.page-blog-latest-game-features-analysis {
  background-color: var(--gg8844-background-color);
  color: var(--gg8844-text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 40px;
}

.page-blog-latest-game-features-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Adjusted padding-top to 10px */
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-latest-game-features-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-latest-game-features-analysis__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 200px; /* Minimum image size */
  min-width: 200px;
}

.page-blog-latest-game-features-analysis__hero-content {
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-latest-game-features-analysis__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em); /* Using clamp for H1 font size */
  color: var(--gg8844-text-main);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-latest-game-features-analysis__description {
  font-size: 1.1em;
  color: var(--gg8844-text-secondary);
  margin-bottom: 30px;
}

.page-blog-latest-game-features-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}

.page-blog-latest-game-features-analysis__btn-primary,
.page-blog-latest-game-features-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-latest-game-features-analysis__btn-primary {
  background: var(--gg8844-button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-latest-game-features-analysis__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 255, 100, 0.3);
}

.page-blog-latest-game-features-analysis__btn-secondary {
  background: transparent;
  color: var(--gg8844-primary-color);
  border: 2px solid var(--gg8844-primary-color);
}

.page-blog-latest-game-features-analysis__btn-secondary:hover {
  background: var(--gg8844-primary-color);
  color: #ffffff;
  transform: translateY(-3px);
}

.page-blog-latest-game-features-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-latest-game-features-analysis__article {
  background-color: var(--gg8844-card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--gg8844-border-color);
}

.page-blog-latest-game-features-analysis__section-title {
  font-size: 2.2em;
  color: var(--gg8844-primary-color);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-latest-game-features-analysis__sub-title {
  font-size: 1.6em;
  color: var(--gg8844-text-main);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid var(--gg8844-divider-color);
  padding-bottom: 10px;
}

.page-blog-latest-game-features-analysis__text-block {
  font-size: 1em;
  color: var(--gg8844-text-secondary);
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-latest-game-features-analysis__text-block .highlight {
  color: var(--gg8844-gold-color);
  font-weight: bold;
}

.page-blog-latest-game-features-analysis__image-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}

.page-blog-latest-game-features-analysis__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  min-width: 200px; /* Minimum image size */
  min-height: 200px;
}

.page-blog-latest-game-features-analysis__cta-buttons--bottom {
  margin-top: 50px;
  border-top: 1px solid var(--gg8844-divider-color);
  padding-top: 30px;
}

.page-blog-latest-game-features-analysis__faq-section {
  background-color: var(--gg8844-deep-green);
  padding: 60px 20px;
  margin-top: 40px;
  box-sizing: border-box;
}

.page-blog-latest-game-features-analysis__container {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

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

.page-blog-latest-game-features-analysis__faq-item {
  background-color: var(--gg8844-card-bg);
  border: 1px solid var(--gg8844-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-latest-game-features-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--gg8844-text-main);
  cursor: pointer;
  background-color: var(--gg8844-deep-green);
  transition: background-color 0.3s ease;
}

.page-blog-latest-game-features-analysis__faq-question:hover {
  background-color: rgba(var(--gg8844-deep-green), 0.8);
}

.page-blog-latest-game-features-analysis__faq-item[open] > .page-blog-latest-game-features-analysis__faq-question {
  background-color: var(--gg8844-primary-color);
  color: #ffffff;
}

.page-blog-latest-game-features-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-latest-game-features-analysis__faq-item[open] .page-blog-latest-game-features-analysis__faq-toggle {
  content: '−'; /* Controlled by JS for consistency */
}

.page-blog-latest-game-features-analysis__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 0.95em;
  color: var(--gg8844-text-secondary);
  line-height: 1.7;
}

/* For details tag, hide default marker */
.page-blog-latest-game-features-analysis__faq-item summary {
  list-style: none;
}

.page-blog-latest-game-features-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}

/* Responsive Styles */
@media (min-width: 769px) {
  .page-blog-latest-game-features-analysis__image-text-block {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
  .page-blog-latest-game-features-analysis__image-text-block:nth-child(even) {
    flex-direction: row-reverse;
  }
  .page-blog-latest-game-features-analysis__content-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-blog-latest-game-features-analysis__text-block {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .page-blog-latest-game-features-analysis__hero-section {
    padding-top: 10px !important; /* Ensure 10px padding on mobile */
    padding-bottom: 40px;
  }

  .page-blog-latest-game-features-analysis__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }

  .page-blog-latest-game-features-analysis__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-latest-game-features-analysis__description {
    font-size: 1em;
  }

  .page-blog-latest-game-features-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-latest-game-features-analysis__btn-primary,
  .page-blog-latest-game-features-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-latest-game-features-analysis__content-area,
  .page-blog-latest-game-features-analysis__faq-section,
  .page-blog-latest-game-features-analysis__container {
    padding: 20px 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-latest-game-features-analysis__article {
    padding: 20px;
  }

  .page-blog-latest-game-features-analysis__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-latest-game-features-analysis__sub-title {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-latest-game-features-analysis__text-block {
    font-size: 0.95em;
  }

  .page-blog-latest-game-features-analysis__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-latest-game-features-analysis__image-text-block,
  .page-blog-latest-game-features-analysis__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-latest-game-features-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-latest-game-features-analysis__faq-answer {
    padding: 0 20px 15px 20px;
  }
}