.page-blog-789b1-slot-tips {
  background-color: #08160F; /* Custom background color for the page */
  color: #F2FFF6; /* Main text color for contrast on dark background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Add some padding at the bottom */
}

.page-blog-789b1-slot-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Image on top, content below */
  align-items: center;
  padding: 10px 20px 60px 20px; /* Small top padding, larger bottom padding */
  box-sizing: border-box;
}

.page-blog-789b1-slot-tips__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px; /* Space between image and content */
  border-radius: 8px;
}

.page-blog-789b1-slot-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-789b1-slot-tips__hero-content {
  max-width: 900px;
  text-align: center;
  z-index: 1; /* Ensure text is above any potential background elements */
  color: #F2FFF6; /* Light text for dark background */
}

.page-blog-789b1-slot-tips__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 font size */
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-789b1-slot-tips__description {
  font-size: 1.15rem;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-789b1-slot-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%; /* For mobile responsiveness */
  box-sizing: border-box; /* For mobile responsiveness */
  white-space: normal; /* For mobile responsiveness */
  word-wrap: break-word; /* For mobile responsiveness */
}

.page-blog-789b1-slot-tips__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-789b1-slot-tips__content-section {
  padding: 40px 20px;
  background-color: #08160F; /* Match body background */
  color: #F2FFF6; /* Main text color */
}

.page-blog-789b1-slot-tips__container {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-789b1-slot-tips__section-title {
  font-size: 2.5rem;
  color: #F2FFF6;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-789b1-slot-tips__sub-title {
  font-size: 1.8rem;
  color: #2AD16F; /* Highlight with a vibrant green */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-789b1-slot-tips p {
  font-size: 1.05rem;
  margin-bottom: 15px;
  color: #F2FFF6; /* Ensure paragraph text is light */
}

.page-blog-789b1-slot-tips strong {
  color: #57E38D; /* Glow color for strong text */
}

.page-blog-789b1-slot-tips ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  color: #F2FFF6; /* List item text color */
}

.page-blog-789b1-slot-tips li {
  margin-bottom: 8px;
  font-size: 1.05rem;
  color: #F2FFF6;
}

.page-blog-789b1-slot-tips a {
  color: #57E38D; /* Link color */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-789b1-slot-tips a:hover {
  color: #F2C14E; /* Gold on hover */
  text-decoration: underline;
}

.page-blog-789b1-slot-tips__image-wrapper {
  margin: 40px auto;
  max-width: 800px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-789b1-slot-tips__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-789b1-slot-tips__faq {
  background-color: #11271B; /* Card background color */
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-789b1-slot-tips__faq-list {
  margin-top: 30px;
}

.page-blog-789b1-slot-tips__faq-item {
  background-color: #0A4B2C; /* Deep Green for FAQ item background */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-789b1-slot-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.15rem;
  color: #F2FFF6;
  background-color: #1E3A2A; /* Divider color for question background */
  border-bottom: 1px solid #2E7A4E; /* Border color */
  list-style: none; /* Remove default summary marker */
}

.page-blog-789b1-slot-tips__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-789b1-slot-tips__faq-qtext {
  flex-grow: 1;
}

.page-blog-789b1-slot-tips__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D;
}

.page-blog-789b1-slot-tips__faq-answer {
  padding: 15px 25px 20px 25px;
  font-size: 1rem;
  color: #A7D9B8;
  background-color: #0A4B2C;
}

.page-blog-789b1-slot-tips__faq-answer p {
  margin-bottom: 0; /* Remove bottom margin for last paragraph in answer */
}

.page-blog-789b1-slot-tips__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-blog-789b1-slot-tips__cta-button--secondary {
  background: none;
  border: 2px solid #2AD16F;
  color: #2AD16F;
  box-shadow: none;
}

.page-blog-789b1-slot-tips__cta-button--secondary:hover {
  background: #2AD16F;
  color: #F2FFF6;
  transform: translateY(-2px);
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .page-blog-789b1-slot-tips {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-789b1-slot-tips__hero-section {
    padding: 10px 15px 40px 15px;
  }

  .page-blog-789b1-slot-tips__main-title {
    font-size: 2rem !important; /* Smaller H1 for mobile */
  }

  .page-blog-789b1-slot-tips__description {
    font-size: 1rem;
  }

  .page-blog-789b1-slot-tips__cta-button {
    max-width: 100% !important;
    width: calc(100% - 30px) !important; /* Account for padding */
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px !important;
    margin: 0 15px;
  }

  .page-blog-789b1-slot-tips__cta-group {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-789b1-slot-tips__content-section {
    padding: 30px 15px;
  }

  .page-blog-789b1-slot-tips__section-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .page-blog-789b1-slot-tips__sub-title {
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-789b1-slot-tips p,
  .page-blog-789b1-slot-tips li {
    font-size: 0.95rem;
  }

  .page-blog-789b1-slot-tips__image-wrapper {
    margin: 30px auto;
    max-width: 100% !important;
    width: calc(100% - 30px) !important;
  }

  .page-blog-789b1-slot-tips__content-image,
  .page-blog-789b1-slot-tips__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-789b1-slot-tips__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-789b1-slot-tips__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-789b1-slot-tips__faq-answer {
    padding: 10px 20px 15px 20px;
  }

  .page-blog-789b1-slot-tips__faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}