.page-blog-momo88-no-hu-promotions-2024 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default to Text Main */
  background-color: var(--bg-color, #08160F); /* Default to Background */
}

.page-blog-momo88-no-hu-promotions-2024__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-momo88-no-hu-promotions-2024__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  overflow: hidden;
  color: var(--text-main, #F2FFF6);
  background-color: var(--background, #08160F);
}

.page-blog-momo88-no-hu-promotions-2024__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px; /* Limit hero image height */
  margin-bottom: 30px;
}

.page-blog-momo88-no-hu-promotions-2024__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-momo88-no-hu-promotions-2024__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--text-main, #F2FFF6);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-momo88-no-hu-promotions-2024__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-momo88-no-hu-promotions-2024__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-momo88-no-hu-promotions-2024__btn-primary,
.page-blog-momo88-no-hu-promotions-2024__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-momo88-no-hu-promotions-2024__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-momo88-no-hu-promotions-2024__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-momo88-no-hu-promotions-2024__btn-secondary {
  background: transparent;
  color: var(--glow, #57E38D);
  border: 2px solid var(--glow, #57E38D);
}

.page-blog-momo88-no-hu-promotions-2024__btn-secondary:hover {
  background: var(--glow, #57E38D);
  color: #08160F;
  transform: translateY(-2px);
}

.page-blog-momo88-no-hu-promotions-2024__btn-large {
  padding: 18px 35px;
  font-size: 1.1em;
}

.page-blog-momo88-no-hu-promotions-2024__section {
  padding: 60px 0;
}

.page-blog-momo88-no-hu-promotions-2024__introduction {
  background-color: var(--card-b-g, #11271B);
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-momo88-no-hu-promotions-2024__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-momo88-no-hu-promotions-2024__promotions-types {
  background-color: var(--background, #08160F);
}

.page-blog-momo88-no-hu-promotions-2024__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-momo88-no-hu-promotions-2024__card {
  background-color: var(--card-b-g, #11271B);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border, #2E7A4E);
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-momo88-no-hu-promotions-2024__card-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__card-text {
  font-size: 0.95em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-momo88-no-hu-promotions-2024__card-button {
  margin-top: auto; /* Push button to the bottom */
  width: 100%;
}

.page-blog-momo88-no-hu-promotions-2024__claim-guide {
  background-color: var(--background, #08160F);
}

.page-blog-momo88-no-hu-promotions-2024__grid--steps {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-blog-momo88-no-hu-promotions-2024__step-card {
  background-color: var(--card-b-g, #11271B);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--border, #2E7A4E);
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__step-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-momo88-no-hu-promotions-2024__step-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__step-text {
  font-size: 0.9em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-momo88-no-hu-promotions-2024__tips-notes {
  background-color: var(--card-b-g, #11271B);
}

.page-blog-momo88-no-hu-promotions-2024__grid--tips {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-blog-momo88-no-hu-promotions-2024__tip-item {
  background-color: var(--background, #08160F);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--border, #2E7A4E);
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__tip-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-momo88-no-hu-promotions-2024__tip-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__tip-text {
  font-size: 0.9em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-momo88-no-hu-promotions-2024__faq-section {
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-momo88-no-hu-promotions-2024__faq-item {
  background-color: var(--card-b-g, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  background-color: var(--card-b-g, #11271B);
  color: var(--text-main, #F2FFF6);
  transition: background-color 0.3s ease;
}

.page-blog-momo88-no-hu-promotions-2024__faq-question:hover {
  background-color: var(--deep-green, #0A4B2C);
}

.page-blog-momo88-no-hu-promotions-2024__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-momo88-no-hu-promotions-2024__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--glow, #57E38D);
}

.page-blog-momo88-no-hu-promotions-2024__faq-item[open] .page-blog-momo88-no-hu-promotions-2024__faq-toggle {
  content: '−';
}

.page-blog-momo88-no-hu-promotions-2024__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-momo88-no-hu-promotions-2024__conclusion {
  background-color: var(--card-b-g, #11271B);
  text-align: center;
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__text-link {
  color: var(--glow, #57E38D);
  text-decoration: underline;
  font-weight: bold;
}

.page-blog-momo88-no-hu-promotions-2024__text-link:hover {
  color: var(--gold, #F2C14E);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-momo88-no-hu-promotions-2024__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }
}

@media (max-width: 768px) {
  .page-blog-momo88-no-hu-promotions-2024 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-momo88-no-hu-promotions-2024__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-momo88-no-hu-promotions-2024__hero-image {
    max-height: 400px;
    margin-bottom: 20px;
  }

  .page-blog-momo88-no-hu-promotions-2024__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-momo88-no-hu-promotions-2024__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-momo88-no-hu-promotions-2024__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-momo88-no-hu-promotions-2024__btn-primary,
  .page-blog-momo88-no-hu-promotions-2024__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-blog-momo88-no-hu-promotions-2024__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-momo88-no-hu-promotions-2024__section-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-blog-momo88-no-hu-promotions-2024__grid {
    grid-template-columns: 1fr;
  }

  .page-blog-momo88-no-hu-promotions-2024__card,
  .page-blog-momo88-no-hu-promotions-2024__step-card,
  .page-blog-momo88-no-hu-promotions-2024__tip-item {
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    box-sizing: border-box;
  }

  .page-blog-momo88-no-hu-promotions-2024__card-image,
  .page-blog-momo88-no-hu-promotions-2024__step-image,
  .page-blog-momo88-no-hu-promotions-2024__tip-image,
  .page-blog-momo88-no-hu-promotions-2024 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  
  .page-blog-momo88-no-hu-promotions-2024__section,
  .page-blog-momo88-no-hu-promotions-2024__card,
  .page-blog-momo88-no-hu-promotions-2024__container,
  .page-blog-momo88-no-hu-promotions-2024__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-momo88-no-hu-promotions-2024__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-momo88-no-hu-promotions-2024__faq-answer {
    padding: 0 20px 15px 20px;
  }

  .page-blog-momo88-no-hu-promotions-2024__dark-section {
    background-color: var(--background, #08160F) !important;
  }

  .page-blog-momo88-no-hu-promotions-2024__light-bg {
    background-color: var(--card-b-g, #11271B) !important;
  }

  /* Ensure no horizontal scroll */
  .page-blog-momo88-no-hu-promotions-2024 {
    overflow-x: hidden;
  }
}

/* Color contrast safety */
.page-blog-momo88-no-hu-promotions-2024__dark-section {
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__light-bg {
  background-color: var(--card-b-g, #11271B);
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024 p,
.page-blog-momo88-no-hu-promotions-2024 li {
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-momo88-no-hu-promotions-2024 h1,
.page-blog-momo88-no-hu-promotions-2024 h2,
.page-blog-momo88-no-hu-promotions-2024 h3 {
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__card {
  background-color: var(--card-b-g, #11271B);
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__tip-item {
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__faq-item {
  background-color: var(--card-b-g, #11271B);
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__faq-question {
  background-color: var(--card-b-g, #11271B);
  color: var(--text-main, #F2FFF6);
}

.page-blog-momo88-no-hu-promotions-2024__btn-primary {
  color: #ffffff;
}

.page-blog-momo88-no-hu-promotions-2024__btn-secondary {
  color: var(--glow, #57E38D);
}

.page-blog-momo88-no-hu-promotions-2024__btn-secondary:hover {
  color: #08160F;
}