.page-blog-how-to-win-888slots {
  background-color: #0D0E12;
  color: #FFF3E6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-win-888slots__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-how-to-win-888slots__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 400px;
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-blog-how-to-win-888slots__hero-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-blog-how-to-win-888slots__hero-content {
  text-align: center;
  padding: 0 20px 40px;
  max-width: 800px;
  z-index: 1;
}

.page-blog-how-to-win-888slots__hero-content h1 {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFB04D;
  margin-bottom: 15px;
  max-width: 100%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-win-888slots__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-blog-how-to-win-888slots__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
  min-width: 200px; /* Ensure button is not too small */
}

.page-blog-how-to-win-888slots__cta-button:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #FF8C1A 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-win-888slots__introduction-section,
.page-blog-how-to-win-888slots__strategy-section,
.page-blog-how-to-win-888slots__faq-section,
.page-blog-how-to-win-888slots__conclusion-section {
  padding: 60px 0;
  border-bottom: 1px solid #17191F;
}

.page-blog-how-to-win-888slots__introduction-section h2,
.page-blog-how-to-win-888slots__strategy-section h2,
.page-blog-how-to-win-888slots__faq-section h2,
.page-blog-how-to-win-888slots__conclusion-section h2 {
  text-align: center;
  color: #FF8C1A;
  font-size: 2.2em;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-how-to-win-888slots__introduction-section h2::after,
.page-blog-how-to-win-888slots__strategy-section h2::after,
.page-blog-how-to-win-888slots__faq-section h2::after,
.page-blog-how-to-win-888slots__conclusion-section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #D96800;
  border-radius: 2px;
}

.page-blog-how-to-win-888slots__introduction-section p {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-win-888slots__strategy-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  background-color: #17191F;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #A84F0C;
}

.page-blog-how-to-win-888slots__strategy-item:nth-child(even) {
  flex-direction: row-reverse;
}

.page-blog-how-to-win-888slots__strategy-image {
  width: 45%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-how-to-win-888slots__strategy-content {
  width: 55%;
  padding: 0 20px;
}

.page-blog-how-to-win-888slots__strategy-content h3 {
  color: #FFA53A;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-blog-how-to-win-888slots__strategy-content p {
  font-size: 1em;
  margin-bottom: 10px;
  text-align: justify;
}

.page-blog-how-to-win-888slots__faq-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-win-888slots__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 25px;
  background-color: #17191F;
  color: #FFF3E6;
  font-size: 1.1em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-win-888slots__faq-question:hover {
  background-color: #0D0E12;
}

.page-blog-how-to-win-888slots__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-blog-how-to-win-888slots__faq-question[aria-expanded="true"]::after {
  content: '-';
  transform: rotate(180deg);
}

.page-blog-how-to-win-888slots__faq-answer {
  padding: 0 25px 20px;
  background-color: #0D0E12;
  color: #FFF3E6;
  font-size: 0.95em;
}

.page-blog-how-to-win-888slots__faq-answer p {
  margin: 0;
}

.page-blog-how-to-win-888slots__conclusion-section p {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-win-888slots__cta-button--bottom {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 300px;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-win-888slots__hero-content h1 {
    font-size: clamp(1.8em, 4vw, 2.5em);
  }

  .page-blog-how-to-win-888slots__introduction-section h2,
  .page-blog-how-to-win-888slots__strategy-section h2,
  .page-blog-how-to-win-888slots__faq-section h2,
  .page-blog-how-to-win-888slots__conclusion-section h2 {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-win-888slots__hero-section {
    min-height: auto;
    padding-bottom: 30px;
  }

  .page-blog-how-to-win-888slots__hero-image {
    max-height: 400px;
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
  }

  .page-blog-how-to-win-888slots__hero-content {
    padding: 20px;
  }

  .page-blog-how-to-win-888slots__hero-content h1 {
    font-size: clamp(1.5em, 6vw, 2.2em);
    margin-bottom: 10px;
  }

  .page-blog-how-to-win-888slots__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-win-888slots__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    max-width: 280px;
  }

  .page-blog-how-to-win-888slots__introduction-section,
  .page-blog-how-to-win-888slots__strategy-section,
  .page-blog-how-to-win-888slots__faq-section,
  .page-blog-how-to-win-888slots__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-how-to-win-888slots__introduction-section h2,
  .page-blog-how-to-win-888slots__strategy-section h2,
  .page-blog-how-to-win-888slots__faq-section h2,
.page-blog-how-to-win-888slots__conclusion-section h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-how-to-win-888slots__strategy-item {
    flex-direction: column;
    padding: 20px;
  }

  .page-blog-how-to-win-888slots__strategy-item:nth-child(even) {
    flex-direction: column;
  }

  .page-blog-how-to-win-888slots__strategy-image {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    max-width: 100%;
    display: block;
  }

  .page-blog-how-to-win-888slots__strategy-content {
    width: 100%;
    padding: 0;
  }

  .page-blog-how-to-win-888slots__strategy-content h3 {
    font-size: 1.4em;
  }

  .page-blog-how-to-win-888slots__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-win-888slots__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-how-to-win-888slots__container {
    padding: 0 15px;
    overflow-x: hidden;
  }

  /* Ensure all images within content area are responsive */
  .page-blog-how-to-win-888slots__container img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 549px) {
  .page-blog-how-to-win-888slots__hero-content h1 {
    font-size: clamp(1.2em, 8vw, 2em);
  }

  .page-blog-how-to-win-888slots__introduction-section h2,
  .page-blog-how-to-win-888slots__strategy-section h2,
  .page-blog-how-to-win-888slots__faq-section h2,
  .page-blog-how-to-win-888slots__conclusion-section h2 {
    font-size: 1.6em;
  }

  .page-blog-how-to-win-888slots__strategy-content h3 {
    font-size: 1.2em;
  }

  .page-blog-how-to-win-888slots__cta-button {
    max-width: 240px;
  }
}