.page-blog-8win55-code-faq-and-scam-prevention {
  font-family: 'Arial', sans-serif;
  background-color: var(--background-color, #08160F); /* Fallback if shared.css not loaded */
  color: #F2FFF6; /* Main text color for dark background */
  line-height: 1.6;
  font-size: 1rem;
}

.page-blog-8win55-code-faq-and-scam-prevention__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-8win55-code-faq-and-scam-prevention__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px; /* Small top padding, larger bottom */
  overflow: hidden; /* Ensure image doesn't overflow */
}

.page-blog-8win55-code-faq-and-scam-prevention__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height of the hero image */
  overflow: hidden;
}

.page-blog-8win55-code-faq-and-scam-prevention__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Ensure image covers the area */
  filter: brightness(0.7); /* Slightly dim the image for text readability, but not changing color */
}

.page-blog-8win55-code-faq-and-scam-prevention__hero-content {
  padding: 40px 20px;
  background: rgba(17, 39, 27, 0.85); /* Card BG with transparency */
  margin-top: -80px; /* Overlap with image for visual effect */
  position: relative;
  z-index: 1;
  max-width: 800px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-8win55-code-faq-and-scam-prevention__main-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem); /* Responsive font size */
  color: #F2C14E; /* Gold color for main title */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-8win55-code-faq-and-scam-prevention__hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #A7D9B8;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* General Sections */
.page-blog-8win55-code-faq-and-scam-prevention__content-section,
.page-blog-8win55-code-faq-and-scam-prevention__faq-section,
.page-blog-8win55-code-faq-and-scam-prevention__scam-prevention-section,
.page-blog-8win55-code-faq-and-scam-prevention__safety-section,
.page-blog-8win55-code-faq-and-scam-prevention__conclusion-section {
  padding: 60px 0;
  background-color: #08160F; /* Consistent dark background */
}

.page-blog-8win55-code-faq-and-scam-prevention__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #F2C14E; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-blog-8win55-code-faq-and-scam-prevention__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #11A84E;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-8win55-code-faq-and-scam-prevention__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 1.8rem);
  color: #11A84E; /* Main brand green for subtitles */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-8win55-code-faq-and-scam-prevention__text-block {
  font-size: 1.05rem;
  color: #F2FFF6; /* Main text color */
  margin-bottom: 20px;
}

.page-blog-8win55-code-faq-and-scam-prevention__text-block a {
  color: #2AD16F; /* Link color */
  text-decoration: underline;
}

.page-blog-8win55-code-faq-and-scam-prevention__text-block a:hover {
  color: #57E38D; /* Glow color on hover */
}

.page-blog-8win55-code-faq-and-scam-prevention__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px;
}

/* Call to Action Buttons */
.page-blog-8win55-code-faq-and-scam-prevention__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  max-width: 100%; /* Ensure button responsiveness */
  box-sizing: border-box;
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Allow long words to break */
}

.page-blog-8win55-code-faq-and-scam-prevention__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #57E38D 0%, #22C768 100%); /* Lighter green on hover */
}

.page-blog-8win55-code-faq-and-scam-prevention__cta-button--secondary {
  background: none;
  border: 2px solid #11A84E;
  color: #11A84E;
  box-shadow: none;
}

.page-blog-8win55-code-faq-and-scam-prevention__cta-button--secondary:hover {
  background: rgba(17, 168, 78, 0.1);
  color: #57E38D;
  border-color: #57E38D;
}

/* Lists */
.page-blog-8win55-code-faq-and-scam-prevention__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-8win55-code-faq-and-scam-prevention__list-item {
  margin-bottom: 10px;
  color: #A7D9B8; /* Secondary text color for list items */
}

.page-blog-8win55-code-faq-and-scam-prevention__list-item strong {
  color: #F2FFF6; /* Strong text in lists */
}

/* FAQ Section */
.page-blog-8win55-code-faq-and-scam-prevention__faq-item {
  background-color: #11271B; /* Card BG color */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-8win55-code-faq-and-scam-prevention__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #F2FFF6;
  outline: none;
  list-style: none; /* Remove default marker */
}

.page-blog-8win55-code-faq-and-scam-prevention__faq-item summary::-webkit-details-marker {
  display: none; /* Remove default marker for webkit browsers */
}

.page-blog-8win55-code-faq-and-scam-prevention__faq-qtext {
  flex-grow: 1;
  color: #F2FFF6;
}

.page-blog-8win55-code-faq-and-scam-prevention__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #11A84E; /* Toggle icon color */
  transition: transform 0.3s ease;
}

.page-blog-8win55-code-faq-and-scam-prevention__faq-item[open] .page-blog-8win55-code-faq-and-scam-prevention__faq-toggle {
  transform: rotate(45deg); /* Rotate for 'x' or '-' effect */
}

.page-blog-8win55-code-faq-and-scam-prevention__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Secondary text color for answers */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-8win55-code-faq-and-scam-prevention__container {
    padding: 0 15px;
  }

  .page-blog-8win55-code-faq-and-scam-prevention__hero-content {
    padding: 30px 15px;
    margin-top: -50px; /* Adjust overlap for mobile */
    max-width: 90%;
  }

  .page-blog-8win55-code-faq-and-scam-prevention__main-title {
    font-size: 1.8rem;
  }

  .page-blog-8win55-code-faq-and-scam-prevention__hero-description {
    font-size: 0.95rem;
  }

  .page-blog-8win55-code-faq-and-scam-prevention__section-title {
    font-size: 1.6rem;
  }

  .page-blog-8win55-code-faq-and-scam-prevention__sub-title {
    font-size: 1.3rem;
  }

  .page-blog-8win55-code-faq-and-scam-prevention__text-block,
  .page-blog-8win55-code-faq-and-scam-prevention__list-item,
  .page-blog-8win55-code-faq-and-scam-prevention__faq-answer {
    font-size: 0.95rem;
  }

  /* Images responsive */
  .page-blog-8win55-code-faq-and-scam-prevention img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: unset;
    min-height: unset;
  }

  /* All containing elements for images/content */
  .page-blog-8win55-code-faq-and-scam-prevention__section,
  .page-blog-8win55-code-faq-and-scam-prevention__card,
  .page-blog-8win55-code-faq-and-scam-prevention__container,
  .page-blog-8win55-code-faq-and-scam-prevention__hero-section,
  .page-blog-8win55-code-faq-and-scam-prevention__content-section,
  .page-blog-8win55-code-faq-and-scam-prevention__faq-section,
  .page-blog-8win55-code-faq-and-scam-prevention__scam-prevention-section,
  .page-blog-8win55-code-faq-and-scam-prevention__safety-section,
  .page-blog-8win55-code-faq-and-scam-prevention__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Buttons responsive */
  .page-blog-8win55-code-faq-and-scam-prevention__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .page-blog-8win55-code-faq-and-scam-prevention__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}

/* Ensure content area text is readable on dark background */
.page-blog-8win55-code-faq-and-scam-prevention__content-area,
.page-blog-8win55-code-faq-and-scam-prevention__text-block {
  color: #F2FFF6; /* Light text on dark background */
}

/* Contrast fix if needed (though current design is dark bg with light text, which is high contrast) */
.page-blog-8win55-code-faq-and-scam-prevention__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-8win55-code-faq-and-scam-prevention__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}