.page-blog-how-to-use-luk88-promotions {
  color: var(--text-main); /* Light text for dark background */
  background-color: var(--bg-color);
  line-height: 1.6;
  font-family: 'Arial', sans-serif;
}

.page-blog-how-to-use-luk88-promotions__hero-section {
  background-color: var(--card-bg); /* Use a dark background for hero */
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-how-to-use-luk88-promotions__hero-image {
  width: 100%;
  max-width: 1200px; /* Max width for the image container */
  margin-bottom: 20px;
}

.page-blog-how-to-use-luk88-promotions__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-use-luk88-promotions__hero-content {
  max-width: 900px;
  padding: 0 15px;
}

.page-blog-how-to-use-luk88-promotions__main-title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  color: var(--gold);
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-how-to-use-luk88-promotions__intro-text {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-how-to-use-luk88-promotions__cta-button {
  display: inline-block;
  background: var(--button-gradient);
  color: var(--text-main);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-blog-how-to-use-luk88-promotions__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-how-to-use-luk88-promotions__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3rem;
}

.page-blog-how-to-use-luk88-promotions__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--bg-color);
}

.page-blog-how-to-use-luk88-promotions__article p {
  margin-bottom: 20px;
  color: var(--text-secondary);
  font-size: 1rem;
}

.page-blog-how-to-use-luk88-promotions__section-title {
  font-size: 2rem;
  color: var(--main-color);
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 700;
  border-bottom: 2px solid var(--divider);
  padding-bottom: 10px;
}

.page-blog-how-to-use-luk88-promotions__sub-section-title {
  font-size: 1.5rem;
  color: var(--gold);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-use-luk88-promotions__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-blog-how-to-use-luk88-promotions__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-how-to-use-luk88-promotions__benefits-list,
.page-blog-how-to-use-luk88-promotions__mistakes-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-blog-how-to-use-luk88-promotions__benefits-item,
.page-blog-how-to-use-luk88-promotions__mistakes-item {
  background-color: var(--card-bg);
  border-left: 5px solid var(--main-color);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: var(--text-secondary);
  font-size: 1rem;
}

.page-blog-how-to-use-luk88-promotions__benefits-item strong {
  color: var(--text-main);
}

.page-blog-how-to-use-luk88-promotions__link-button {
  display: inline-block;
  background-color: var(--deep-green);
  color: var(--text-main);
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-use-luk88-promotions__link-button:hover {
  background-color: var(--main-color);
}

.page-blog-how-to-use-luk88-promotions__faq-container {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-use-luk88-promotions__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-blog-how-to-use-luk88-promotions__faq-question {
  font-size: 1.2rem;
  color: var(--text-main);
  margin-top: 0;
  margin-bottom: 10px;
}

.page-blog-how-to-use-luk88-promotions__faq-answer {
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.page-blog-how-to-use-luk88-promotions__related-articles {
  margin-top: 50px;
  border-top: 1px solid var(--divider);
  padding-top: 30px;
}

.page-blog-how-to-use-luk88-promotions__article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 25px;
}

.page-blog-how-to-use-luk88-promotions__article-card {
  background-color: var(--card-bg);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-use-luk88-promotions__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-use-luk88-promotions__card-image-wrapper {
  height: 225px; /* Fixed height for card image consistency */
  overflow: hidden;
}

.page-blog-how-to-use-luk88-promotions__card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-use-luk88-promotions__card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 15px 15px 10px;
  line-height: 1.4;
}

.page-blog-how-to-use-luk88-promotions__card-title a {
  color: var(--text-main);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-how-to-use-luk88-promotions__card-title a:hover {
  color: var(--main-color);
}

.page-blog-how-to-use-luk88-promotions__card-description {
  font-size: 0.9rem;
  color: var(--text-secondary);
  padding: 0 15px 15px;
}

.page-blog-how-to-use-luk88-promotions__back-to-blog {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 1.1rem;
  color: var(--main-color);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-blog-how-to-use-luk88-promotions__back-to-blog:hover {
  color: var(--gold);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-how-to-use-luk88-promotions__main-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-blog-how-to-use-luk88-promotions__intro-text {
    font-size: 1rem;
  }

  .page-blog-how-to-use-luk88-promotions__section-title {
    font-size: 1.7rem;
  }

  .page-blog-how-to-use-luk88-promotions__sub-section-title {
    font-size: 1.3rem;
  }

  .page-blog-how-to-use-luk88-promotions__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-blog-how-to-use-luk88-promotions__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1rem;
  }

  .page-blog-how-to-use-luk88-promotions__content-area {
    padding: 20px 15px;
  }

  .page-blog-how-to-use-luk88-promotions__article-list {
    grid-template-columns: 1fr;
  }

  .page-blog-how-to-use-luk88-promotions__hero-image img,
  .page-blog-how-to-use-luk88-promotions__image-wrapper img,
  .page-blog-how-to-use-luk88-promotions__card-image-wrapper img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-use-luk88-promotions__hero-section {
    padding: 40px 10px;
    padding-top: 10px;
  }

  .page-blog-how-to-use-luk88-promotions__main-title {
    font-size: clamp(1.2rem, 7vw, 1.8rem);
  }

  .page-blog-how-to-use-luk88-promotions__cta-button {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
  .page-blog-how-to-use-luk88-promotions__cta-button--large {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-blog-how-to-use-luk88-promotions__section-title {
    font-size: 1.5rem;
  }

  .page-blog-how-to-use-luk88-promotions__sub-section-title {
    font-size: 1.2rem;
  }
}