.page-blog-how-to-choose-reliable-betting-platform-shbet {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-bottom: 50px; /* Ensure space above footer */
}

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

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

.page-blog-how-to-choose-reliable-betting-platform-shbet__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Constrain hero image height */
  overflow: hidden;
  position: relative;
}

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

.page-blog-how-to-choose-reliable-betting-platform-shbet__hero-content {
  position: relative; /* Ensure content is above image wrapper if z-index is used, but it's below in DOM */
  max-width: 900px;
  margin-top: 20px;
  padding: 0 20px;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

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

.page-blog-how-to-choose-reliable-betting-platform-shbet__btn-primary {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__content-area {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__section-title {
  font-size: 2.5em;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
}

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

.page-blog-how-to-choose-reliable-betting-platform-shbet__text-block {
  font-size: 1.1em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__highlight {
  color: #57E38D; /* Glow */
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__list-item {
  background-color: #11271B; /* Card BG */
  border-left: 5px solid #11A84E; /* Main color */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #F2FFF6; /* Text Main */
  font-size: 1.05em;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__list-item strong {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__list-item a {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__list-item a:hover {
  text-decoration: underline;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px; /* Constrain content image width */
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

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

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

.page-blog-how-to-choose-reliable-betting-platform-shbet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  font-size: 1.15em;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

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

.page-blog-how-to-choose-reliable-betting-platform-shbet__faq-question:hover {
  background-color: rgba(34, 199, 104, 0.1); /* Lighter hover for background */
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #2AD16F; /* Button color for toggle */
  margin-left: 15px;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__faq-item[open] .page-blog-how-to-choose-reliable-betting-platform-shbet__faq-answer {
  max-height: 500px; /* Adjust as needed for content length */
  padding-top: 10px;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__faq-item.active .page-blog-how-to-choose-reliable-betting-platform-shbet__faq-answer {
  max-height: 500px; /* For JS fallback */
  padding-top: 10px;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__faq-answer p {
  margin-bottom: 0;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__faq-answer a {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

.page-blog-how-to-choose-reliable-betting-platform-shbet__faq-answer a:hover {
  text-decoration: underline;
}

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

  .page-blog-how-to-choose-reliable-betting-platform-shbet__hero-section {
    padding-top: 10px !important; /* body handles --header-offset */
    padding-bottom: 30px;
  }

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

  .page-blog-how-to-choose-reliable-betting-platform-shbet__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 10px;
  }

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

  .page-blog-how-to-choose-reliable-betting-platform-shbet__btn-primary {
    padding: 12px 25px;
    font-size: 1em;
    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-choose-reliable-betting-platform-shbet__content-area {
    padding: 40px 0;
  }

  .page-blog-how-to-choose-reliable-betting-platform-shbet__container {
    padding: 0 15px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-shbet__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-shbet__sub-section-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-shbet__text-block,
  .page-blog-how-to-choose-reliable-betting-platform-shbet__list-item {
    font-size: 1em;
  }

  .page-blog-how-to-choose-reliable-betting-platform-shbet__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-reliable-betting-platform-shbet__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-shbet__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-how-to-choose-reliable-betting-platform-shbet__faq-item summary::-webkit-details-marker {
    display: none;
  }
  
  /* Ensure all containers with images/videos/buttons are responsive */
  .page-blog-how-to-choose-reliable-betting-platform-shbet__hero-image-wrapper,
  .page-blog-how-to-choose-reliable-betting-platform-shbet__hero-content,
  .page-blog-how-to-choose-reliable-betting-platform-shbet__list,
  .page-blog-how-to-choose-reliable-betting-platform-shbet__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}