.page-blog-how-to-get-bet88247-code {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-how-to-get-bet88247-code__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-how-to-get-bet88247-code__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px; /* Space below content */
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-how-to-get-bet88247-code__hero-image-wrapper {
  width: 100%;
  height: 600px; /* Default height for desktop */
  overflow: hidden;
  position: relative;
}

.page-blog-how-to-get-bet88247-code__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-get-bet88247-code__hero-content {
  position: relative;
  max-width: 900px;
  margin-top: -150px; /* Adjust to overlap image slightly for visual effect, but not text over image */
  background: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 10;
  margin-left: 15px;
  margin-right: 15px;
}

.page-blog-how-to-get-bet88247-code__main-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-blog-how-to-get-bet88247-code__subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-how-to-get-bet88247-code__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-how-to-get-bet88247-code__cta-buttons--center {
  margin-top: 30px;
}

.page-blog-how-to-get-bet88247-code__btn-primary,
.page-blog-how-to-get-bet88247-code__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-how-to-get-bet88247-code__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 5px 15px rgba(17, 168, 78, 0.4);
}

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

.page-blog-how-to-get-bet88247-code__btn-secondary {
  background-color: transparent;
  color: #2AD16F; /* Green from primary gradient */
  border: 2px solid #2AD16F;
}

.page-blog-how-to-get-bet88247-code__btn-secondary:hover {
  background-color: rgba(42, 209, 111, 0.1);
  transform: translateY(-3px);
}

.page-blog-how-to-get-bet88247-code__introduction-section,
.page-blog-how-to-get-bet88247-code__what-is-code-section,
.page-blog-how-to-get-bet88247-code__types-section,
.page-blog-how-to-get-bet88247-code__find-code-section,
.page-blog-how-to-get-bet88247-code__how-to-use-section,
.page-blog-how-to-get-bet88247-code__terms-section,
.page-blog-how-to-get-bet88247-code__benefits-section,
.page-blog-how-to-get-bet88247-code__faq-section,
.page-blog-how-to-get-bet88247-code__conclusion-section {
  padding: 40px 0;
}

.page-blog-how-to-get-bet88247-code__section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
}

.page-blog-how-to-get-bet88247-code__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2AD16F, #13994A);
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-blog-how-to-get-bet88247-code__sub-title {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: #F2FFF6; /* Text Main */
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-get-bet88247-code__text-block {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
  text-align: justify;
}

.page-blog-how-to-get-bet88247-code__image-content {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
  max-width: 800px;
  object-fit: cover;
}

.page-blog-how-to-get-bet88247-code__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-how-to-get-bet88247-code__numbered-list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-blog-how-to-get-bet88247-code__list-item {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-blog-how-to-get-bet88247-code__list-item::before {
  content: '✓';
  color: #2AD16F; /* Green */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-how-to-get-bet88247-code__numbered-list .page-blog-how-to-get-bet88247-code__list-item {
  padding-left: 0;
}

.page-blog-how-to-get-bet88247-code__numbered-list .page-blog-how-to-get-bet88247-code__list-item::before {
  content: none;
}

.page-blog-how-to-get-bet88247-code__inline-link {
  color: #2AD16F;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-how-to-get-bet88247-code__inline-link:hover {
  text-decoration: underline;
}

.page-blog-how-to-get-bet88247-code__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-how-to-get-bet88247-code__card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-get-bet88247-code__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-get-bet88247-code__card-title {
  font-size: 1.3rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-how-to-get-bet88247-code__card-text {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
}

/* FAQ Section */
.page-blog-how-to-get-bet88247-code__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-get-bet88247-code__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-get-bet88247-code__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  font-weight: 600;
  background-color: #1A3428; /* Slightly darker than Card BG */
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-how-to-get-bet88247-code__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-get-bet88247-code__faq-question:hover {
  background-color: #22C768; /* Auxiliary color */
}

.page-blog-how-to-get-bet88247-code__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F;
}

.page-blog-how-to-get-bet88247-code__faq-item[open] .page-blog-how-to-get-bet88247-code__faq-toggle {
  color: #F2FFF6;
}

.page-blog-how-to-get-bet88247-code__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  background-color: #11271B; /* Card BG */
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .page-blog-how-to-get-bet88247-code__hero-content {
    margin-top: -100px;
    padding: 25px;
  }
  .page-blog-how-to-get-bet88247-code__hero-image-wrapper {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-get-bet88247-code {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-get-bet88247-code__container {
    padding: 0 15px;
  }
  .page-blog-how-to-get-bet88247-code__hero-section {
    padding-bottom: 20px;
  }
  .page-blog-how-to-get-bet88247-code__hero-image-wrapper {
    height: 350px;
  }
  .page-blog-how-to-get-bet88247-code__hero-content {
    margin-top: -80px;
    padding: 20px;
  }
  .page-blog-how-to-get-bet88247-code__main-title {
    font-size: 1.8rem;
  }
  .page-blog-how-to-get-bet88247-code__subtitle {
    font-size: 1rem;
  }
  .page-blog-how-to-get-bet88247-code__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-how-to-get-bet88247-code__btn-primary,
  .page-blog-how-to-get-bet88247-code__btn-secondary {
    padding: 12px 20px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-get-bet88247-code__introduction-section,
  .page-blog-how-to-get-bet88247-code__what-is-code-section,
  .page-blog-how-to-get-bet88247-code__types-section,
  .page-blog-how-to-get-bet88247-code__find-code-section,
  .page-blog-how-to-get-bet88247-code__how-to-use-section,
  .page-blog-how-to-get-bet88247-code__terms-section,
  .page-blog-how-to-get-bet88247-code__benefits-section,
  .page-blog-how-to-get-bet88247-code__faq-section,
  .page-blog-how-to-get-bet88247-code__conclusion-section {
    padding: 30px 0;
  }
  .page-blog-how-to-get-bet88247-code__section-title {
    font-size: 1.5rem;
  }
  .page-blog-how-to-get-bet88247-code__image-content {
    margin: 15px auto;
  }
  .page-blog-how-to-get-bet88247-code__list-item {
    font-size: 0.95rem;
  }
  .page-blog-how-to-get-bet88247-code__card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-how-to-get-bet88247-code__card {
    padding: 20px;
  }
  .page-blog-how-to-get-bet88247-code__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-how-to-get-bet88247-code__faq-answer {
    padding: 10px 20px 15px;
  }

  /* Force responsive images */
  .page-blog-how-to-get-bet88247-code img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-how-to-get-bet88247-code__hero-image-wrapper,
  .page-blog-how-to-get-bet88247-code__image-content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-how-to-get-bet88247-code__introduction-section,
  .page-blog-how-to-get-bet88247-code__what-is-code-section,
  .page-blog-how-to-get-bet88247-code__types-section,
  .page-blog-how-to-get-bet88247-code__find-code-section,
  .page-blog-how-to-get-bet88247-code__how-to-use-section,
  .page-blog-how-to-get-bet88247-code__terms-section,
  .page-blog-how-to-get-bet88247-code__benefits-section,
  .page-blog-how-to-get-bet88247-code__faq-section,
  .page-blog-how-to-get-bet88247-code__conclusion-section,
  .page-blog-how-to-get-bet88247-code__container,
  .page-blog-how-to-get-bet88247-code__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-get-bet88247-code__hero-image-wrapper {
    height: 250px;
  }
  .page-blog-how-to-get-bet88247-code__hero-content {
    margin-top: -60px;
    padding: 15px;
  }
  .page-blog-how-to-get-bet88247-code__main-title {
    font-size: 1.5rem;
  }
  .page-blog-how-to-get-bet88247-code__subtitle {
    font-size: 0.9rem;
  }
  .page-blog-how-to-get-bet88247-code__btn-primary,
  .page-blog-how-to-get-bet88247-code__btn-secondary {
    font-size: 0.9rem;
  }
  .page-blog-how-to-get-bet88247-code__section-title {
    font-size: 1.3rem;
  }
  .page-blog-how-to-get-bet88247-code__card-title {
    font-size: 1.1rem;
  }
  .page-blog-how-to-get-bet88247-code__card-text,
  .page-blog-how-to-get-bet88247-code__text-block,
  .page-blog-how-to-get-bet88247-code__list-item,
  .page-blog-how-to-get-bet88247-code__faq-answer {
    font-size: 0.9rem;
  }
  .page-blog-how-to-get-bet88247-code__faq-question {
    font-size: 0.95rem;
    padding: 12px 18px;
  }
}