/* style/blog-helpslotwin-exclusive-strategy-casino-game-selection.css */

/* Base styles for the page content, considering body background is #0A0A0A (dark) */
.page-blog-helpslotwin-exclusive-strategy-casino-game-selection {
  color: #FFF6D6; /* Main text color, light for dark background */
  background-color: #0A0A0A; /* Page background, matching shared.css */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 60px; /* Ensure space above footer */
}

/* Ensure content within container respects max-width and padding */
.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Stacks image above content */
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #0A0A0A; /* Dark background for the hero section */
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for the image */
  overflow: hidden;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__hero-content {
  max-width: 900px; /* Constrain content width */
  text-align: center;
  padding: 40px 20px 60px;
  box-sizing: border-box;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem); /* Responsive font size for H1 */
  color: #FFD36B; /* Auxiliary color for H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5); /* Glow effect */
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__description {
  font-size: 1.15rem;
  color: #FFF6D6;
  margin-bottom: 30px;
}

/* CTA Buttons */
.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__cta-buttons {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  justify-content: center;
  gap: 20px;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__btn-primary,
.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
  box-sizing: border-box; /* Crucial for responsive buttons */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Custom button color */
  color: #111111; /* Dark text for light button background */
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__btn-primary:hover {
  background: linear-gradient(180deg, #FFE08A 0%, #E6AE2D 100%);
  box-shadow: 0 6px 20px rgba(255, 211, 107, 0.6);
  transform: translateY(-2px);
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__btn-secondary {
  background: #111111; /* Card BG as secondary button background */
  color: #FFD36B; /* Glow color for text */
  border: 2px solid #FFD36B; /* Glow color for border */
  box-shadow: 0 4px 10px rgba(255, 211, 107, 0.2);
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__btn-secondary:hover {
  background: #3A2A12; /* Border color for hover background */
  color: #FFF6D6; /* Main text color for hover text */
  box-shadow: 0 6px 15px rgba(255, 211, 107, 0.4);
  transform: translateY(-2px);
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__btn-small-margin {
  margin-top: 20px; /* Small margin for standalone buttons */
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__cta-buttons--bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

/* Content Section */
.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__content-section {
  padding: 60px 0;
  background-color: #0A0A0A; /* Dark background */
  color: #FFF6D6; /* Light text */
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__section-title {
  font-size: 2.5rem;
  color: #F2C14E; /* Main brand color for H2 */
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 20px;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__sub-section-title {
  font-size: 1.8rem;
  color: #FFD36B; /* Auxiliary color for H3 */
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 5px solid #F2C14E; /* Accent border */
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection strong {
  color: #FFD36B; /* Highlight strong text with auxiliary color */
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__highlight {
  color: #FFD36B; /* Explicit highlight class */
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__text-link {
  color: #F2C14E; /* Main brand color for links */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__text-link:hover {
  color: #FFD36B; /* Auxiliary color on hover */
}

/* Images in content */
.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__content-image {
  width: 100%;
  max-width: 800px; /* Recommended size for content images */
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

/* FAQ Section */
.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-list {
  margin-top: 40px;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-item {
  background-color: #111111; /* Card BG color */
  border: 1px solid #3A2A12; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #FFF6D6;
  cursor: pointer;
  background-color: #111111;
  transition: background-color 0.3s ease;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-question:hover {
  background-color: #1A1A1A;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-item.active .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-toggle {
  transform: rotate(45deg); /* Rotates to 'X' or changes to '-' via JS */
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #FFF6D6;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-item.active .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px 25px;
}

.page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__section-title {
    font-size: 2rem;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__sub-section-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__hero-content {
    padding: 30px 15px 40px;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__btn-primary,
  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    min-width: unset;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__container {
    padding: 0 15px;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding-top: 15px;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__sub-section-title {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 15px;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection p {
    font-size: 0.95rem;
  }

  /* Mobile image responsiveness */
  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset !important; /* Allow smaller display if needed, but original min size is for content images */
    min-height: unset !important;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__section,
  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__card,
  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Video section top padding for mobile, if present */
  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__video-section {
    padding-top: 10px !important; /* Adhering to the 8-16px rule, body handles header offset */
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-answer {
    padding: 0 20px;
  }
  .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-item.active .page-blog-helpslotwin-exclusive-strategy-casino-game-selection__faq-answer {
    padding: 10px 20px 20px;
  }
}