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

.page-blog-how-to-choose-reliable-betting-platform__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 40px 0; /* Small top padding, more bottom padding */
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px; /* Limit hero image height */
}

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

.page-blog-how-to-choose-reliable-betting-platform__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-choose-reliable-betting-platform__sub-title {
  font-size: clamp(16px, 2vw, 20px);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-choose-reliable-betting-platform__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-reliable-betting-platform__article {
  padding: 20px;
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-choose-reliable-betting-platform__heading {
  font-size: clamp(24px, 3vw, 36px);
  color: #F2FFF6; /* Text Main */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 2px solid #2E7A4E; /* Border */
  padding-bottom: 10px;
}

.page-blog-how-to-choose-reliable-betting-platform__sub-heading {
  font-size: clamp(20px, 2.5vw, 28px);
  color: #22C768; /* Auxiliary color */
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-how-to-choose-reliable-betting-platform__paragraph {
  font-size: 16px;
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-reliable-betting-platform__list,
.page-blog-how-to-choose-reliable-betting-platform__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-reliable-betting-platform__ordered-list {
  list-style-type: decimal;
}

.page-blog-how-to-choose-reliable-betting-platform__list-item {
  margin-bottom: 10px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-reliable-betting-platform__list-item strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-reliable-betting-platform__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-reliable-betting-platform__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-choose-reliable-betting-platform__btn-secondary {
  background: #11271B; /* Card BG */
  color: #2AD16F; /* Button primary start color */
  border: 1px solid #2AD16F;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-secondary:hover {
  background: #2AD16F;
  color: #F2FFF6;
  transform: translateY(-2px);
}

.page-blog-how-to-choose-reliable-betting-platform__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-container {
  margin-top: 30px;
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  margin-bottom: 10px;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item:last-child {
  border-bottom: none;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  font-size: 18px;
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.page-blog-how-to-choose-reliable-betting-platform__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-toggle {
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #2AD16F;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item[open] .page-blog-how-to-choose-reliable-betting-platform__faq-toggle {
  transform: rotate(45deg);
}

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

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

  .page-blog-how-to-choose-reliable-betting-platform__hero-section {
    padding: 10px 15px 30px 15px;
  }

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

  .page-blog-how-to-choose-reliable-betting-platform__main-title {
    font-size: clamp(24px, 7vw, 36px);
  }

  .page-blog-how-to-choose-reliable-betting-platform__sub-title {
    font-size: clamp(15px, 3.5vw, 18px);
  }

  .page-blog-how-to-choose-reliable-betting-platform__content-area,
  .page-blog-how-to-choose-reliable-betting-platform__article {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

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

  .page-blog-how-to-choose-reliable-betting-platform__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0;
    margin-right: 0;
  }

  .page-blog-how-to-choose-reliable-betting-platform__cta-group {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__faq-question {
    font-size: 16px;
    padding: 12px 15px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__faq-answer {
    padding: 0 15px 12px 15px;
    font-size: 14px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__list,
  .page-blog-how-to-choose-reliable-betting-platform__ordered-list {
    margin-left: 20px;
  }
}