.page-blog-how-to-play-and-withdraw-safely-on-ff168 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  padding-top: 10px; /* Small top padding for main content, body handles header offset */
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* As per instruction, small top padding */
  background-color: #0A0A0A; /* Match main background */
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #3A2A12; /* Border */
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__main-title {
  font-size: clamp(2rem, 5vw, 3rem); /* Use clamp for H1 as per instructions */
  font-weight: bold;
  line-height: 1.2;
  color: #FFD36B; /* Auxiliary color for emphasis */
  margin-bottom: 15px;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__intro-text {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #FFF6D6;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #FFF6D6; /* Text Main for button text */
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__content-section {
  padding: 40px 20px;
  background-color: #0A0A0A;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__section-title {
  font-size: 2.2rem;
  color: #F2C14E; /* Primary color */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 2px solid #3A2A12; /* Border */
  padding-bottom: 10px;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__sub-title {
  font-size: 1.5rem;
  color: #FFD36B; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168 p {
  margin-bottom: 15px;
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__ordered-list,
.page-blog-how-to-play-and-withdraw-safely-on-ff168__unordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #FFF6D6;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__ordered-list li,
.page-blog-how-to-play-and-withdraw-safely-on-ff168__unordered-list li {
  margin-bottom: 10px;
  color: #FFF6D6;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #3A2A12; /* Border */
  object-fit: cover;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__cta-bottom-wrapper {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #3A2A12; /* Border */
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__cta-button--bottom {
  margin-top: 0;
}

/* FAQ Section Styles */
.page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-list {
  margin-top: 30px;
}

details.page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #3A2A12; /* Border */
  overflow: hidden;
  background: #111111; /* Card BG */
}

details.page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-item summary.page-blog-how-to-play-and-withdraw-safely-on-ff168__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;
  color: #FFF6D6;
}

details.page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-item summary.page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-item summary.page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-question:hover {
  background: rgba(242, 193, 78, 0.1); /* Slight hover effect with primary color */
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF6D6;
}

.page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #F2C14E; /* Primary color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-item .page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-answer {
  padding: 0 20px 20px;
  background: #0A0A0A; /* Match main background for answer */
  border-radius: 0 0 5px 5px;
  color: #FFF6D6;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-play-and-withdraw-safely-on-ff168 {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 10px !important;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__intro-text {
    font-size: 1rem;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__section-title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__sub-title {
    font-size: 1.3rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__content-section {
    padding: 30px 15px;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__container {
    padding: 0;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__image-wrapper img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-item summary.page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-question {
    padding: 15px;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-qtext {
    font-size: 15px;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-toggle {
    font-size: 20px;
  }

  .page-blog-how-to-play-and-withdraw-safely-on-ff168__faq-answer {
    padding: 0 15px 15px;
  }
}