.page-blog-how-to-choose-reliable-betting-platform-fly88 {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__hero-content {
  position: relative;
  max-width: 900px;
  margin-top: -200px; /* Overlap with image for visual effect, but text is below */
  padding: 40px 20px;
  background-color: rgba(17, 39, 27, 0.85); /* Card BG with transparency */
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__main-title {
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__hero-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__cta-buttons--centered {
  margin-top: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__btn-primary,
.page-blog-how-to-choose-reliable-betting-platform-fly88__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  transform: translateY(-2px);
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__content-section,
.page-blog-how-to-choose-reliable-betting-platform-fly88__conclusion-section,
.page-blog-how-to-choose-reliable-betting-platform-fly88__faq-section {
  padding: 60px 0;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__section-title {
  color: #F2FFF6; /* Text Main */
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__sub-title {
  color: #22C768; /* Auxiliary color */
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__mini-title {
  color: #57E38D; /* Glow */
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__paragraph {
  color: #F2FFF6; /* Text Main */
  font-size: 1.05rem;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  font-size: 1.1rem;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__faq-question {
  flex-grow: 1;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #2AD16F;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__faq-answer {
  padding: 0 20px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

.page-blog-how-to-choose-reliable-betting-platform-fly88__faq-item[open] .page-blog-how-to-choose-reliable-betting-platform-fly88__faq-toggle {
  content: '−';
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-reliable-betting-platform-fly88__hero-content {
    margin-top: -150px;
    padding: 30px 20px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__section-title {
    font-size: 2.2rem;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__sub-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-reliable-betting-platform-fly88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__hero-content {
    margin-top: -100px;
    padding: 25px 15px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__btn-primary,
  .page-blog-how-to-choose-reliable-betting-platform-fly88__btn-secondary {
    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;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__sub-title {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__mini-title {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__paragraph {
    font-size: 0.95rem;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__content-section,
  .page-blog-how-to-choose-reliable-betting-platform-fly88__conclusion-section,
  .page-blog-how-to-choose-reliable-betting-platform-fly88__faq-section {
    padding: 40px 0;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__faq-item summary {
    padding: 15px;
    font-size: 1rem;
  }

  .page-blog-how-to-choose-reliable-betting-platform-fly88__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.9rem;
  }
}