/* style/blog-how-to-get-qq188-latest-login-address-and-promotions.css */
.page-blog-how-to-get-qq188-latest-login-address-and-promotions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--bg-color);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* body handled padding-top, this is for visual spacing */
  overflow: hidden;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Subtle darkening for text readability */
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: -150px; /* Adjust to layer content over the image slightly without position absolute */
  padding: 0 20px;
  color: var(--text-main); /* Light text on dark image */
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-main);
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 30px;
  color: var(--text-secondary);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__btn-primary,
.page-blog-how-to-get-qq188-latest-login-address-and-promotions__btn-secondary {
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__btn-secondary {
  background: transparent;
  color: var(--main-color);
  border: 2px solid var(--border-color);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__content-section {
  padding: 60px 20px;
  width: 100%;
  box-sizing: border-box;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__dark-bg {
  background-color: var(--bg-color);
  color: var(--text-main);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__light-bg {
  background-color: var(--card-bg);
  color: var(--text-main);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--text-main);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--main-color);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__paragraph {
  font-size: 1rem;
  margin-bottom: 15px;
  color: var(--text-secondary);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__link {
  color: var(--main-color);
  text-decoration: underline;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__link:hover {
  color: var(--glow-color);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--text-main);
  background-color: var(--deep-green);
  border-bottom: 1px solid var(--border-color);
  list-style: none; /* For details summary */
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--glow-color);
}

.page-blog-how-to-get-qq188-latest-login-address-and-promotions__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: var(--text-secondary);
}

/* Ensure min size for all images in content area */
.page-blog-how-to-get-qq188-latest-login-address-and-promotions img {
  min-width: 200px;
  min-height: 200px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__hero-content {
    margin-top: -100px; /* Adjust for mobile */
  }

  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__subtitle {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__btn-primary,
  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__content-section {
    padding: 40px 15px;
  }

  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__image-full-width,
  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-get-qq188-latest-login-address-and-promotions p,
  .page-blog-how-to-get-qq188-latest-login-address-and-promotions li {
    font-size: 0.95rem;
  }

  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-how-to-get-qq188-latest-login-address-and-promotions__faq-answer {
    padding: 15px;
  }
}