.page-blog-how-to-effectively-use-pq88-deposit-bonus {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background-color);
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding for content */
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__hero-content {
  position: relative; /* Ensure content is above image but not overlapping */
  z-index: 10;
  max-width: 900px;
  margin-top: -150px; /* Pull content up slightly over the image, but not overlapping text directly on image */
  padding: 40px 20px;
  background: var(--card-bg);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__main-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__section {
  padding: 60px 20px;
  background-color: var(--background-color);
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--text-main);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: var(--text-main);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__paragraph {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 15px;
  text-align: justify;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__image-content {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-effectively-use-pq88-deposit-button-small {
  font-size: 1rem;
  padding: 12px 25px;
  margin-top: 15px;
}

.page-blog-how-to-effectively-use-pq88-deposit-button-large {
  font-size: 1.2rem;
  padding: 18px 35px;
  margin-top: 30px;
}

.page-blog-how-to-effectively-use-pq88-deposit-button-secondary {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
  box-shadow: none;
}

.page-blog-how-to-effectively-use-pq88-deposit-button-secondary:hover {
  background: rgba(var(--gold-rgb), 0.1);
  transform: translateY(-2px);
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* FAQ Section */
.page-blog-how-to-effectively-use-pq88-deposit-bonus__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-secondary);
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text-main);
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__faq-item[open] > .page-blog-how-to-effectively-use-pq88-deposit-bonus__faq-question {
  background-color: var(--deep-green);
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-how-to-effectively-use-pq88-deposit-bonus__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  text-align: justify;
}

/* Ensure images don't have CSS filters */
.page-blog-how-to-effectively-use-pq88-deposit-bonus img {
  filter: none !important;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-how-to-effectively-use-pq88-deposit-bonus {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__hero-section {
    padding-bottom: 30px;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__hero-content {
    margin-top: -80px; /* Adjust for smaller screens */
    padding: 25px 15px;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__main-title {
    font-size: 1.8rem;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__section {
    padding: 40px 10px;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__container {
    padding: 0 10px;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__sub-title {
    font-size: 1.5rem;
    margin-top: 25px;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__paragraph,
  .page-blog-how-to-effectively-use-pq88-deposit-bonus__list-item,
  .page-blog-how-to-effectively-use-pq88-deposit-bonus__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__section,
  .page-blog-how-to-effectively-use-pq88-deposit-bonus__container,
  .page-blog-how-to-effectively-use-pq88-deposit-bonus__hero-section,
  .page-blog-how-to-effectively-use-pq88-deposit-bonus__cta-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__cta-button,
  .page-blog-how-to-effectively-use-pq88-deposit-button-small,
  .page-blog-how-to-effectively-use-pq88-deposit-button-large,
  .page-blog-how-to-effectively-use-pq88-deposit-bonus a[class*="button"],
  .page-blog-how-to-effectively-use-pq88-deposit-bonus a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-how-to-effectively-use-pq88-deposit-bonus__faq-answer {
    padding: 0 20px 15px 20px;
  }
}