.page-blog-how-to-activate-88xx-giftcode {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #f8f9fa; /* Body background color from shared.css */
}

.page-blog-how-to-activate-88xx-giftcode__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 as body handles --header-offset */
  color: #F2FFF6; /* Text Main for dark background */
  background-color: #08160F; /* Background custom color */
  overflow: hidden;
}

.page-blog-how-to-activate-88xx-giftcode__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-how-to-activate-88xx-giftcode__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle overlay for text readability */
  display: block;
}

.page-blog-how-to-activate-88xx-giftcode__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-how-to-activate-88xx-giftcode__main-title {
  font-size: clamp(2em, 5vw, 3.5em); /* Responsive font size for H1 */
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-activate-88xx-giftcode__hero-description {
  font-size: clamp(1em, 2vw, 1.2em);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-activate-88xx-giftcode__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  max-width: 100%; /* Ensure button responsiveness */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-activate-88xx-giftcode__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff; /* White text for primary button */
  border: none;
}

.page-blog-how-to-activate-88xx-giftcode__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-activate-88xx-giftcode__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f8f9fa; /* Light background for content */
  color: #333333; /* Dark text for light background */
}

.page-blog-how-to-activate-88xx-giftcode__section-inner {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-activate-88xx-giftcode__section-title {
  font-size: 2.2em;
  color: #11A84E; /* Main color for section titles */
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-activate-88xx-giftcode__paragraph {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #333333;
}

.page-blog-how-to-activate-88xx-giftcode__highlight {
  color: #13994A;
  font-weight: bold;
}

.page-blog-how-to-activate-88xx-giftcode__step-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0; /* Border for contrast */
  color: #333333;
}

.page-blog-how-to-activate-88xx-giftcode__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-blog-how-to-activate-88xx-giftcode__step-title {
  font-size: 1.8em;
  color: #11A84E; /* Main color for step titles */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-activate-88xx-giftcode__step-image,
.page-blog-how-to-activate-88xx-giftcode__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  min-width: 200px; /* Min image size */
  min-height: 200px; /* Min image size */
}

.page-blog-how-to-activate-88xx-giftcode__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-how-to-activate-88xx-giftcode__list-item {
  background-color: #f0f0f0;
  border-left: 5px solid #11A84E;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #333333;
}

.page-blog-how-to-activate-88xx-giftcode__list-heading {
  font-size: 1.3em;
  color: #11A84E;
  margin-bottom: 5px;
}

.page-blog-how-to-activate-88xx-giftcode__link {
  color: #11A84E;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-how-to-activate-88xx-giftcode__link:hover {
  text-decoration: underline;
  color: #22C768;
}

.page-blog-how-to-activate-88xx-giftcode__game-list .page-blog-how-to-activate-88xx-giftcode__list-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #22C768;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-blog-how-to-activate-88xx-giftcode__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-activate-88xx-giftcode__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Border color */
  background-color: #11271B; /* Card BG custom color */
  color: #F2FFF6; /* Text Main for dark background */
}

.page-blog-how-to-activate-88xx-giftcode__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.15em;
  background-color: #11271B; /* Card BG custom color */
  color: #F2FFF6; /* Text Main for dark background */
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-activate-88xx-giftcode__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-activate-88xx-giftcode__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #57E38D; /* Glow color for toggle */
}

.page-blog-how-to-activate-88xx-giftcode__faq-item[open] .page-blog-how-to-activate-88xx-giftcode__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-activate-88xx-giftcode__faq-answer {
  padding: 15px 25px 20px;
  background-color: #ffffff; /* Light background for answer */
  color: #333333; /* Dark text for light background */
  font-size: 1em;
  line-height: 1.7;
  border-top: 1px solid #eee;
}

.page-blog-how-to-activate-88xx-giftcode__cta-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-blog-how-to-activate-88xx-giftcode__btn-secondary {
  background-color: #ffffff;
  color: #11A84E; /* Main color for secondary button text */
  border: 2px solid #11A84E;
}

.page-blog-how-to-activate-88xx-giftcode__btn-secondary:hover {
  background-color: #11A84E;
  color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-activate-88xx-giftcode {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-activate-88xx-giftcode__hero-section {
    padding: 40px 15px;
  }

  .page-blog-how-to-activate-88xx-giftcode__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-how-to-activate-88xx-giftcode__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-activate-88xx-giftcode__content-area {
    padding: 30px 15px;
  }

  .page-blog-how-to-activate-88xx-giftcode__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-activate-88xx-giftcode__step-card,
  .page-blog-how-to-activate-88xx-giftcode__list-item,
  .page-blog-how-to-activate-88xx-giftcode__faq-item {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-activate-88xx-giftcode__step-title {
    font-size: 1.5em;
  }

  .page-blog-how-to-activate-88xx-giftcode__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-how-to-activate-88xx-giftcode__faq-answer {
    padding: 10px 20px 15px;
  }

  .page-blog-how-to-activate-88xx-giftcode__cta-button {
    width: 100% !important;
    max-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-how-to-activate-88xx-giftcode__cta-buttons-wrapper {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  /* Mobile image responsiveness */
  .page-blog-how-to-activate-88xx-giftcode img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-activate-88xx-giftcode__hero-image-wrapper,
  .page-blog-how-to-activate-88xx-giftcode__content-area,
  .page-blog-how-to-activate-88xx-giftcode__section-inner,
  .page-blog-how-to-activate-88xx-giftcode__step-card,
  .page-blog-how-to-activate-88xx-giftcode__list-item,
  .page-blog-how-to-activate-88xx-giftcode__faq-item,
  .page-blog-how-to-activate-88xx-giftcode__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }
}

/* Contrast Fixes for specific elements if needed */
.page-blog-how-to-activate-88xx-giftcode__dark-bg {
  color: #F2FFF6; /* Text Main */
  background: #08160F; /* Background */
}

.page-blog-how-to-activate-88xx-giftcode__light-bg {
  color: #333333; /* Dark text */
  background: #ffffff; /* White background */
}

/* Ensure links have enough contrast */
.page-blog-how-to-activate-88xx-giftcode__link {
  color: #11A84E;
}
.page-blog-how-to-activate-88xx-giftcode__link:hover {
  color: #22C768;
}