/* Base Styles for .page-blog-how-to-choose-slot-games-on-7889bet */
.page-blog-how-to-choose-slot-games-on-7889bet {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* Light text for dark body background */
  background-color: transparent; /* Body background handled by shared.css var(--deep-navy) */
}

.page-blog-how-to-choose-slot-games-on-7889bet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-how-to-choose-slot-games-on-7889bet__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, main padding from body in shared.css */
  padding-bottom: 40px;
  overflow: hidden;
  color: var(--text-main);
}

.page-blog-how-to-choose-slot-games-on-7889bet__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-how-to-choose-slot-games-on-7889bet__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Cover the area, may crop */
  aspect-ratio: 16/9;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-slot-games-on-7889bet__hero-content {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  max-width: 900px;
  margin-top: 20px;
  background: rgba(16, 35, 63, 0.85); /* Card BG: #10233F with opacity */
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  border: 1px solid var(--border);
}

.page-blog-how-to-choose-slot-games-on-7889bet__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem); /* Use clamp for H1 */
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--gold);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.5);
}

.page-blog-how-to-choose-slot-games-on-7889bet__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--text-secondary);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-choose-slot-games-on-7889bet__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-choose-slot-games-on-7889bet__btn-primary,
.page-blog-how-to-choose-slot-games-on-7889bet__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-choose-slot-games-on-7889bet__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  border: 2px solid #2B73F6;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-slot-games-on-7889bet__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-slot-games-on-7889bet__btn-secondary {
  background: transparent;
  color: var(--text-main);
  border: 2px solid var(--border);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-slot-games-on-7889bet__btn-secondary:hover {
  background: rgba(29, 95, 209, 0.1);
  border-color: var(--auxiliary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Content Section */
.page-blog-how-to-choose-slot-games-on-7889bet__content-section {
  padding: 40px 0;
  background-color: var(--deep-navy);
  color: var(--text-main);
}

.page-blog-how-to-choose-slot-games-on-7889bet__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: var(--gold);
  text-shadow: 0 0 5px rgba(242, 193, 78, 0.3);
}

.page-blog-how-to-choose-slot-games-on-7889bet__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 1.05rem;
  color: var(--text-secondary);
}

.page-blog-how-to-choose-slot-games-on-7889bet__article-body h3.page-blog-how-to-choose-slot-games-on-7889bet__sub-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--text-main);
}

.page-blog-how-to-choose-slot-games-on-7889bet__article-body p {
  margin-bottom: 1em;
}

.page-blog-how-to-choose-slot-games-on-7889bet__article-body ul,
.page-blog-how-to-choose-slot-games-on-7889bet__article-body ol {
  margin-bottom: 1em;
  padding-left: 25px;
}

.page-blog-how-to-choose-slot-games-on-7889bet__article-body li {
  margin-bottom: 0.5em;
  color: var(--text-secondary);
}

.page-blog-how-to-choose-slot-games-on-7889bet__article-figure {
  margin: 30px auto;
  max-width: 800px;
  text-align: center;
  background: var(--card-bg);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border);
}

.page-blog-how-to-choose-slot-games-on-7889bet__figure-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}

.page-blog-how-to-choose-slot-games-on-7889bet__figure-caption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

/* Game List Grid */
.page-blog-how-to-choose-slot-games-on-7889bet__game-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  padding: 0 15px;
}

.page-blog-how-to-choose-slot-games-on-7889bet__game-card {
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-choose-slot-games-on-7889bet__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-choose-slot-games-on-7889bet__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-slot-games-on-7889bet__game-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-blog-how-to-choose-slot-games-on-7889bet__game-title a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-how-to-choose-slot-games-on-7889bet__game-title a:hover {
  color: var(--glow);
}

.page-blog-how-to-choose-slot-games-on-7889bet__game-description {
  font-size: 0.95rem;
  color: var(--text-secondary);
  padding: 0 15px;
}

.page-blog-how-to-choose-slot-games-on-7889bet__game-list-description {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1rem;
  color: var(--text-main);
  padding: 0 15px;
}

/* FAQ Section */
.page-blog-how-to-choose-slot-games-on-7889bet__faq-list {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 15px;
}

details.page-blog-how-to-choose-slot-games-on-7889bet__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--card-bg);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

details.page-blog-how-to-choose-slot-games-on-7889bet__faq-item summary.page-blog-how-to-choose-slot-games-on-7889bet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--text-main);
}

details.page-blog-how-to-choose-slot-games-on-7889bet__faq-item summary.page-blog-how-to-choose-slot-games-on-7889bet__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-how-to-choose-slot-games-on-7889bet__faq-item summary.page-blog-how-to-choose-slot-games-on-7889bet__faq-question:hover {
  background: rgba(var(--main-color-rgb), 0.1);
}

.page-blog-how-to-choose-slot-games-on-7889bet__faq-qtext {
  flex: 1;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main);
}

.page-blog-how-to-choose-slot-games-on-7889bet__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--gold);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-how-to-choose-slot-games-on-7889bet__faq-item .page-blog-how-to-choose-slot-games-on-7889bet__faq-answer {
  padding: 0 25px 20px;
  background: rgba(var(--deep-navy-rgb), 0.5); /* Slightly lighter dark background */
  border-radius: 0 0 8px 8px;
  color: var(--text-secondary);
  font-size: 1rem;
}

.page-blog-how-to-choose-slot-games-on-7889bet__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Footer CTA */
.page-blog-how-to-choose-slot-games-on-7889bet__cta-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  padding: 0 15px;
  flex-wrap: wrap;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-slot-games-on-7889bet__main-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__hero-description {
    font-size: 1rem;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__section-title {
    font-size: 2rem;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__article-body h3.page-blog-how-to-choose-slot-games-on-7889bet__sub-title {
    font-size: 1.5rem;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__game-list-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__faq-qtext {
    font-size: 1.1rem;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__faq-answer {
    font-size: 0.95rem;
  }
}

@media (max-width: 849px) {
  .page-blog-how-to-choose-slot-games-on-7889bet__hero-image {
    object-fit: contain !important; /* Prevent cropping on smaller screens */
    aspect-ratio: unset !important;
    max-height: 400px; /* Adjust max height for contain */
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-slot-games-on-7889bet__container,
  .page-blog-how-to-choose-slot-games-on-7889bet__article-body,
  .page-blog-how-to-choose-slot-games-on-7889bet__faq-list,
  .page-blog-how-to-choose-slot-games-on-7889bet__cta-footer {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO 主图区域 */
  .page-blog-how-to-choose-slot-games-on-7889bet__hero-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__hero-image-wrapper {
    max-height: 300px;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__hero-content {
    padding: 20px 15px;
    margin-top: 15px;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 10px;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__hero-description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  /* 按钮与按钮容器 */
  .page-blog-how-to-choose-slot-games-on-7889bet__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__btn-primary,
  .page-blog-how-to-choose-slot-games-on-7889bet__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* 通用图片与容器 */
  .page-blog-how-to-choose-slot-games-on-7889bet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* 产品展示图区域 (Game List Grid) */
  .page-blog-how-to-choose-slot-games-on-7889bet__game-list-grid {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 20px;
    overflow-x: hidden;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__game-card {
    margin: 0 auto;
    max-width: 350px;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__game-image {
    height: 180px;
  }

  /* 装饰主标题 + 长文 SEO 区 */
  .page-blog-how-to-choose-slot-games-on-7889bet__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__article-body {
    font-size: 1rem;
    padding: 0;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__article-body h3.page-blog-how-to-choose-slot-games-on-7889bet__sub-title {
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__article-figure {
    margin: 20px auto;
    padding: 10px;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__figure-caption {
    font-size: 0.9rem;
  }

  /* FAQ Section */
  details.page-blog-how-to-choose-slot-games-on-7889bet__faq-item summary.page-blog-how-to-choose-slot-games-on-7889bet__faq-question {
    padding: 15px;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__faq-qtext {
    font-size: 1rem;
  }
  .page-blog-how-to-choose-slot-games-on-7889bet__faq-toggle {
    font-size: 20px;
    width: 24px;
    margin-left: 10px;
  }
  details.page-blog-how-to-choose-slot-games-on-7889bet__faq-item .page-blog-how-to-choose-slot-games-on-7889bet__faq-answer {
    padding: 0 15px 15px;
  }
}

/* Color Contrast Fixes - Ensure light text on dark backgrounds */
.page-blog-how-to-choose-slot-games-on-7889bet,
.page-blog-how-to-choose-slot-games-on-7889bet__content-section,
.page-blog-how-to-choose-slot-games-on-7889bet__card,
.page-blog-how-to-choose-slot-games-on-7889bet__faq-item {
  color: var(--text-main); /* Default light text */
}

.page-blog-how-to-choose-slot-games-on-7889bet__article-body p,
.page-blog-how-to-choose-slot-games-on-7889bet__article-body li,
.page-blog-how-to-choose-slot-games-on-7889bet__hero-description,
.page-blog-how-to-choose-slot-games-on-7889bet__figure-caption,
.page-blog-how-to-choose-slot-games-on-7889bet__game-description,
.page-blog-how-to-choose-slot-games-on-7889bet__faq-answer {
  color: var(--text-secondary); /* Secondary text */
}

.page-blog-how-to-choose-slot-games-on-7889bet__btn-primary {
  color: #ffffff;
}

.page-blog-how-to-choose-slot-games-on-7889bet__btn-secondary {
  color: var(--text-main);
}

.page-blog-how-to-choose-slot-games-on-7889bet a {
  color: var(--gold);
}
.page-blog-how-to-choose-slot-games-on-7889bet a:hover {
  color: var(--glow);
}