/* style/blog-q888vi-popular-slot-games-recommendations-jackpot-tips.css */

/* Body background color is handled by shared.css var(--background-color) */
/* Assuming a light background from shared.css, default text color is dark */
.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light backgrounds */
  line-height: 1.6;
  background-color: var(--background-color, #f8f8f8); /* Fallback to light gray if var not set */
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px 0; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Max height for hero image */
  overflow: hidden;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__hero-content {
  max-width: 960px;
  padding: 20px;
  margin-top: 20px; /* Space between image and text */
  z-index: 1;
  position: relative;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  color: #ffffff; /* White text on dark blue hero background */
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size for H1 */
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__intro-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__btn-primary,
.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow long words to break */
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__btn-primary {
  background-color: #EA7C07; /* Login/CTA color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__btn-primary:hover {
  background-color: #d46a00;
  border-color: #d46a00;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__container {
  max-width: 960px;
  margin: 0 auto;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__section-title {
  font-size: 2.2rem;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__paragraph {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__list-item {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
  display: flex;
  flex-direction: column;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__card-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__card-text {
  font-size: 1rem;
  flex-grow: 1;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__cta-center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-list {
  margin-top: 30px;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* For <details> tag */
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-question::-webkit-details-marker {
  display: none; /* For <details> tag */
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-item[open] .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-question {
  border-bottom: 1px solid transparent; /* Hide border when open */
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-qtext {
  flex-grow: 1;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-answer {
  padding: 15px 25px 25px 25px;
  font-size: 1rem;
  color: #555555;
}

.page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-answer .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__paragraph {
  margin-bottom: 15px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__hero-section {
    padding: 10px 15px 30px 15px;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__hero-content {
    padding: 15px;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem); /* Adjust H1 for mobile */
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__intro-description {
    font-size: 1rem;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__btn-primary,
  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    text-align: center;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__content-area {
    padding: 30px 15px;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__section-title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__paragraph,
  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__list-item,
  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__card-text {
    font-size: 0.95rem;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
    box-sizing: border-box !important;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__tips-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__card {
    padding: 20px;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__card-title {
    font-size: 1.2rem;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-answer {
    padding: 15px 20px 20px 20px;
  }

  /* Ensure all image containers are responsive */
  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__hero-image-wrapper,
  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__container,
  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__tips-grid,
  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }
  .page-blog-q888vi-popular-slot-games-recommendations-jackpot-tips__hero-image {
    min-width: unset; /* Override min-width for mobile */
    min-height: unset; /* Override min-height for mobile */
  }
}