.page-blog-choose-best-slot-games {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF1E8; /* Text Main */
  background-color: #140C0C; /* Background */
}

.page-blog-choose-best-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-choose-best-slot-games__hero-section {
  position: relative;
  text-align: center;
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  padding-bottom: 50px;
  background-color: #140C0C;
}

.page-blog-choose-best-slot-games__hero-image-wrapper {
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-choose-best-slot-games__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-choose-best-slot-games__hero-content-area {
  position: relative;
  padding: 30px 20px;
  max-width: 900px;
  margin: -100px auto 0; /* Pull content up over the image slightly */
  background: rgba(42, 18, 18, 0.9); /* Card BG with transparency */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 10;
  border: 1px solid #6A1E1E; /* Border */
}

.page-blog-choose-best-slot-games__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #F3C54D; /* Gold */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-choose-best-slot-games__description {
  font-size: 18px;
  color: #FFF1E8;
  margin-bottom: 25px;
}

.page-blog-choose-best-slot-games__cta-button {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button gradient */
  color: #FFF1E8;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-choose-best-slot-games__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 176, 74, 0.4);
}

.page-blog-choose-best-slot-games__section-title {
  font-size: clamp(24px, 3.5vw, 40px);
  color: #F3C54D; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-choose-best-slot-games__content-section {
  padding: 60px 0;
  background-color: #140C0C;
}

.page-blog-choose-best-slot-games__dark-bg {
  background-color: #2A1212; /* Card BG */
}

.page-blog-choose-best-slot-games__text-block {
  font-size: 17px;
  color: #FFF1E8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-choose-best-slot-games__image-wrapper {
  margin: 30px auto;
  max-width: 800px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #6A1E1E;
}

.page-blog-choose-best-slot-games__content-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-choose-best-slot-games__feature-grid, .page-blog-choose-best-slot-games__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-choose-best-slot-games__card {
  background-color: #2A1212; /* Card BG */
  border: 1px solid #6A1E1E; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #FFF1E8;
}

.page-blog-choose-best-slot-games__feature-title, .page-blog-choose-best-slot-games__strategy-title, .page-blog-choose-best-slot-games__list-title {
  font-size: 22px;
  color: #F3C54D; /* Gold */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-choose-best-slot-games__feature-text, .page-blog-choose-best-slot-games__strategy-text {
  font-size: 16px;
  color: #FFF1E8;
  text-align: justify;
}

.page-blog-choose-best-slot-games__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-choose-best-slot-games__list-item {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-choose-best-slot-games__list-item p {
  font-size: 16px;
  color: #FFF1E8;
  text-align: justify;
  margin-bottom: 0;
}

.page-blog-choose-best-slot-games__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #2A1212;
}

.page-blog-choose-best-slot-games__registration-steps {
  list-style: decimal;
  color: #FFF1E8;
  font-size: 18px;
  max-width: 700px;
  margin: 30px auto 40px;
  text-align: left;
  padding-left: 30px;
}

.page-blog-choose-best-slot-games__step-item {
  margin-bottom: 15px;
  color: #FFF1E8;
}

.page-blog-choose-best-slot-games__step-item::marker {
  color: #F3C54D; /* Gold */
  font-weight: bold;
}

.page-blog-choose-best-slot-games__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-choose-best-slot-games__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #FFF1E8;
  border: none;
}

.page-blog-choose-best-slot-games__btn-secondary {
  background: #7E0D0D; /* Deep Red */
  color: #FFF1E8;
  border: 1px solid #FFB04A;
}

.page-blog-choose-best-slot-games__btn-secondary:hover {
  background: #C61F1F;
  box-shadow: 0 5px 15px rgba(198, 31, 31, 0.4);
}

.page-blog-choose-best-slot-games__note {
  font-size: 15px;
  color: #F3C54D;
  margin-top: 30px;
}

.page-blog-choose-best-slot-games__faq-section {
  padding: 60px 0;
  background-color: #140C0C;
}

.page-blog-choose-best-slot-games__faq-list {
  margin-top: 40px;
}

details.page-blog-choose-best-slot-games__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #6A1E1E;
  overflow: hidden;
  background: #2A1212; /* Card BG */
  color: #FFF1E8;
}
details.page-blog-choose-best-slot-games__faq-item summary.page-blog-choose-best-slot-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-choose-best-slot-games__faq-item summary.page-blog-choose-best-slot-games__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-choose-best-slot-games__faq-item summary.page-blog-choose-best-slot-games__faq-question:hover {
  background: rgba(106, 30, 30, 0.5); /* Lighter Border color for hover */
}
.page-blog-choose-best-slot-games__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F3C54D; /* Gold */
}
.page-blog-choose-best-slot-games__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #F3C54D; /* Gold */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-choose-best-slot-games__faq-item .page-blog-choose-best-slot-games__faq-answer {
  padding: 0 20px 20px;
  background: rgba(106, 30, 30, 0.2); /* Slightly transparent Deep Red */
  border-radius: 0 0 8px 8px;
  color: #FFF1E8;
  font-size: 16px;
}

/* Desktop/Tablet common image styles */
.page-blog-choose-best-slot-games img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-choose-best-slot-games__hero-content-area {
    margin-top: -80px;
    padding: 25px 15px;
  }
  .page-blog-choose-best-slot-games__main-title {
    font-size: clamp(26px, 3.8vw, 44px);
  }
  .page-blog-choose-best-slot-games__description {
    font-size: 17px;
  }
  .page-blog-choose-best-slot-games__section-title {
    font-size: clamp(22px, 3.2vw, 36px);
  }
  .page-blog-choose-best-slot-games__feature-grid, .page-blog-choose-best-slot-games__strategy-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  .page-blog-choose-best-slot-games__card {
    padding: 20px;
  }
  .page-blog-choose-best-slot-games__feature-title, .page-blog-choose-best-slot-games__strategy-title, .page-blog-choose-best-slot-games__list-title {
    font-size: 20px;
  }
  .page-blog-choose-best-slot-games__list-item {
    padding: 18px;
  }
  .page-blog-choose-best-slot-games__registration-steps {
    font-size: 17px;
  }
  .page-blog-choose-best-slot-games__button-group {
    gap: 15px;
  }
  details.page-blog-choose-best-slot-games__faq-item summary.page-blog-choose-best-slot-games__faq-question {
    padding: 16px 18px;
  }
  .page-blog-choose-best-slot-games__faq-qtext {
    font-size: 17px;
  }
  .page-blog-choose-best-slot-games__faq-toggle {
    font-size: 22px;
  }
  details.page-blog-choose-best-slot-games__faq-item .page-blog-choose-best-slot-games__faq-answer {
    padding: 0 18px 18px;
    font-size: 15px;
  }
}

@media (max-width: 849px) {
  .page-blog-choose-best-slot-games__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .page-blog-choose-best-slot-games {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-choose-best-slot-games__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO 主图区域 */
  .page-blog-choose-best-slot-games__hero-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .page-blog-choose-best-slot-games__hero-image-wrapper {
    max-height: 300px;
  }
  .page-blog-choose-best-slot-games__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important; /* Ensure image is fully visible */
    aspect-ratio: unset !important;
  }
  .page-blog-choose-best-slot-games__hero-content-area {
    margin-top: -60px; /* Adjust pull-up for mobile */
    padding: 20px 15px;
  }
  .page-blog-choose-best-slot-games__main-title {
    font-size: clamp(24px, 7vw, 36px); /* Mobile specific clamp */
    margin-bottom: 10px;
  }
  .page-blog-choose-best-slot-games__description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  /* 通用图片与容器 */
  .page-blog-choose-best-slot-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-blog-choose-best-slot-games__image-wrapper {
    max-width: 100%;
    margin: 20px auto;
  }

  /* 装饰主标题 + 长文 SEO 区 */
  .page-blog-choose-best-slot-games__section-title {
    font-size: clamp(20px, 6vw, 30px);
    margin-bottom: 30px;
    padding: 0 10px; /* Small horizontal padding for titles */
  }
  .page-blog-choose-best-slot-games__text-block {
    font-size: 16px;
    padding: 0 10px; /* Text blocks also need padding */
    text-align: left; /* Prefer left align on mobile */
  }
  .page-blog-choose-best-slot-games__content-section {
    padding: 40px 0;
  }

  .page-blog-choose-best-slot-games__feature-grid, .page-blog-choose-best-slot-games__strategy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .page-blog-choose-best-slot-games__card {
    padding: 20px;
    text-align: left;
  }
  .page-blog-choose-best-slot-games__feature-title, .page-blog-choose-best-slot-games__strategy-title, .page-blog-choose-best-slot-games__list-title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  .page-blog-choose-best-slot-games__feature-text, .page-blog-choose-best-slot-games__strategy-text {
    font-size: 15px;
    text-align: left;
  }

  .page-blog-choose-best-slot-games__list-item {
    padding: 15px;
    margin-bottom: 15px;
  }

  /* 按钮与按钮容器 */
  .page-blog-choose-best-slot-games__cta-button,
  .page-blog-choose-best-slot-games__btn-primary,
  .page-blog-choose-best-slot-games__btn-secondary,
  .page-blog-choose-best-slot-games a[class*="button"],
  .page-blog-choose-best-slot-games 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: 12px 20px !important;
    font-size: 16px;
  }
  .page-blog-choose-best-slot-games__button-group {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-choose-best-slot-games__registration-steps {
    font-size: 16px;
    padding-left: 20px;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* FAQ */
  details.page-blog-choose-best-slot-games__faq-item summary.page-blog-choose-best-slot-games__faq-question {
    padding: 15px;
  }
  .page-blog-choose-best-slot-games__faq-qtext {
    font-size: 16px;
  }
  .page-blog-choose-best-slot-games__faq-toggle {
    font-size: 20px;
    width: 24px;
  }
  details.page-blog-choose-best-slot-games__faq-item .page-blog-choose-best-slot-games__faq-answer {
    padding: 0 15px 15px;
    font-size: 14px;
  }
}