/* style/blog-how-to-use-98win-code.css */
.page-blog-how-to-use-98win-code {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color for dark background */
  background-color: var(--background, #08160F); /* Dark background */
}

.page-blog-how-to-use-98win-code__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background-color: var(--background, #08160F);
}

.page-blog-how-to-use-98win-code__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-blog-how-to-use-98win-code__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-use-98win-code__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-use-98win-code__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 20px;
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive H1 font size */
}

.page-blog-how-to-use-98win-code__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-use-98win-code__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.page-blog-how-to-use-98win-code__btn-primary,
.page-blog-how-to-use-98win-code__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-how-to-use-98win-code__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-how-to-use-98win-code__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-use-98win-code__btn-secondary {
  background: transparent;
  color: var(--main-color, #11A84E);
  border: 2px solid var(--border-color, #2E7A4E);
}

.page-blog-how-to-use-98win-code__btn-secondary:hover {
  background: var(--main-color, #11A84E);
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-how-to-use-98win-code__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-use-98win-code__section-title {
  font-size: 2.5em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-use-98win-code__sub-section-title {
  font-size: 1.8em;
  color: var(--main-color, #11A84E);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-use-98win-code__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-use-98win-code__highlight {
  color: var(--gold-color, #F2C14E);
  font-weight: bold;
}

.page-blog-how-to-use-98win-code__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-use-98win-code__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-blog-how-to-use-98win-code__image-container {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-use-98win-code__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-use-98win-code__inline-link {
  color: var(--main-color, #11A84E);
  text-decoration: underline;
  font-weight: bold;
}

.page-blog-how-to-use-98win-code__inline-link:hover {
  color: var(--gold-color, #F2C14E);
}

.page-blog-how-to-use-98win-code__faq-list {
  max-width: 900px;
  margin: 40px auto;
  border-radius: 10px;
  background-color: var(--card-bg, #11271B);
  padding: 20px;
}

.page-blog-how-to-use-98win-code__faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--divider-color, #1E3A2A);
  padding-bottom: 15px;
}

.page-blog-how-to-use-98win-code__faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-blog-how-to-use-98win-code__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  list-style: none; /* For details/summary */
}

.page-blog-how-to-use-98win-code__faq-question::-webkit-details-marker {
  display: none; /* For details/summary */
}

.page-blog-how-to-use-98win-code__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  color: var(--main-color, #11A84E);
}

.page-blog-how-to-use-98win-code__faq-answer {
  font-size: 1.05em;
  padding: 10px 0;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-use-98win-code__cta-section {
  background-color: var(--deep-green-color, #0A4B2C);
  padding: 80px 20px;
  text-align: center;
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-use-98win-code__cta-title {
  font-size: 2.8em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-use-98win-code__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: var(--text-secondary, #A7D9B8);
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-how-to-use-98win-code__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-how-to-use-98win-code__hero-description,
  .page-blog-how-to-use-98win-code__paragraph,
  .page-blog-how-to-use-98win-code__list-item,
  .page-blog-how-to-use-98win-code__faq-answer {
    font-size: 1em;
  }

  .page-blog-how-to-use-98win-code__section-title {
    font-size: 2em;
  }

  .page-blog-how-to-use-98win-code__sub-section-title {
    font-size: 1.5em;
  }

  .page-blog-how-to-use-98win-code__cta-title {
    font-size: 2.2em;
  }

  .page-blog-how-to-use-98win-code__cta-description {
    font-size: 1.1em;
  }

  .page-blog-how-to-use-98win-code__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-how-to-use-98win-code__btn-primary,
  .page-blog-how-to-use-98win-code__btn-secondary {
    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-use-98win-code__hero-content,
  .page-blog-how-to-use-98win-code__content-area,
  .page-blog-how-to-use-98win-code__faq-list,
  .page-blog-how-to-use-98win-code__cta-section {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-use-98win-code img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-use-98win-code__image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-how-to-use-98win-code__hero-section {
    padding-top: 10px !important;
  }
}