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

.page-blog-how-to-identify-reliable-online-betting__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  overflow: hidden;
  min-height: 500px;
}

.page-blog-how-to-identify-reliable-online-betting__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-how-to-identify-reliable-online-betting__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-how-to-identify-reliable-online-betting__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-identify-reliable-online-betting__hero-description {
  font-size: 1.2em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-identify-reliable-online-betting__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

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

.page-blog-how-to-identify-reliable-online-betting__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-identify-reliable-online-betting__container {
  max-width: 100%;
  margin: 0 auto;
}

.page-blog-how-to-identify-reliable-online-betting__section-title {
  font-size: 2.2em;
  color: #57E38D; /* Glow */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}

.page-blog-how-to-identify-reliable-online-betting__sub-title {
  font-size: 1.8em;
  color: #22C768; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-identify-reliable-online-betting__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-identify-reliable-online-betting__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-identify-reliable-online-betting__ordered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-identify-reliable-online-betting__list-item {
  margin-bottom: 10px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-identify-reliable-online-betting__list-item strong {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-identify-reliable-online-betting__content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-identify-reliable-online-betting__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background-color: transparent;
  color: #2AD16F;
  text-decoration: none;
  border: 2px solid #2AD16F;
  border-radius: 8px;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  margin-top: 20px;
}

.page-blog-how-to-identify-reliable-online-betting__btn-secondary:hover {
  background-color: #2AD16F;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-how-to-identify-reliable-online-betting__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-how-to-identify-reliable-online-betting__faq-list {
  margin-top: 40px;
}

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

.page-blog-how-to-identify-reliable-online-betting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  font-weight: 600;
  font-size: 1.15em;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-identify-reliable-online-betting__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-how-to-identify-reliable-online-betting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
  transition: transform 0.3s ease;
}

.page-blog-how-to-identify-reliable-online-betting__faq-item.active .page-blog-how-to-identify-reliable-online-betting__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-identify-reliable-online-betting__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding: 0 25px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-identify-reliable-online-betting__faq-item.active .page-blog-how-to-identify-reliable-online-betting__faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 15px 25px 25px;
}

.page-blog-how-to-identify-reliable-online-betting__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-identify-reliable-online-betting {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-identify-reliable-online-betting__hero-section {
    padding: 40px 15px;
    min-height: 400px;
  }

  .page-blog-how-to-identify-reliable-online-betting__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-how-to-identify-reliable-online-betting__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-identify-reliable-online-betting__btn-primary,
  .page-blog-how-to-identify-reliable-online-betting__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-identify-reliable-online-betting__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-identify-reliable-online-betting__content-area {
    padding: 30px 15px;
  }

  .page-blog-how-to-identify-reliable-online-betting__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-identify-reliable-online-betting__sub-title {
    font-size: 1.5em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-identify-reliable-online-betting__list,
  .page-blog-how-to-identify-reliable-online-betting__ordered-list {
    margin-left: 20px;
  }

  .page-blog-how-to-identify-reliable-online-betting__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px 0;
  }
  
  .page-blog-how-to-identify-reliable-online-betting__faq-item {
    padding: 0;
  }

  .page-blog-how-to-identify-reliable-online-betting__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-identify-reliable-online-betting__faq-answer {
    padding: 0 20px;
  }

  .page-blog-how-to-identify-reliable-online-betting__faq-item.active .page-blog-how-to-identify-reliable-online-betting__faq-answer {
    padding: 10px 20px 20px;
  }
  
  /* Ensure all containers with images/buttons are responsive */
  .page-blog-how-to-identify-reliable-online-betting__hero-section,
  .page-blog-how-to-identify-reliable-online-betting__content-area,
  .page-blog-how-to-identify-reliable-online-betting__container,
  .page-blog-how-to-identify-reliable-online-betting__cta-buttons,
  .page-blog-how-to-identify-reliable-online-betting__faq-list,
  .page-blog-how-to-identify-reliable-online-betting__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}