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

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

.page-blog-how-to-choose-best-online-betting-platform__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-blog-how-to-choose-best-online-betting-platform__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-choose-best-online-betting-platform__hero-content {
  width: 100%;
  max-width: 900px;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: rgba(17, 40, 27, 0.8); /* Card BG with transparency */
  margin-top: -80px; /* Overlap slightly with image for visual flow */
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-choose-best-online-betting-platform__main-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-how-to-choose-best-online-betting-platform__hero-description {
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-how-to-choose-best-online-betting-platform__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

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

.page-blog-how-to-choose-best-online-betting-platform__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-how-to-choose-best-online-betting-platform__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px #57E38D; /* Glow */
}

.page-blog-how-to-choose-best-online-betting-platform__btn-secondary {
  background-color: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-how-to-choose-best-online-betting-platform__btn-secondary:hover {
  background-color: rgba(46, 122, 78, 0.2); /* Border with transparency */
  color: #F2FFF6; /* Text Main */
  border-color: #57E38D; /* Glow */
}

.page-blog-how-to-choose-best-online-betting-platform__content-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

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

.page-blog-how-to-choose-best-online-betting-platform__section-title {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  color: #57E38D; /* Glow */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-how-to-choose-best-online-betting-platform__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #F2C14E; /* Gold */
  border-radius: 2px;
}

.page-blog-how-to-choose-best-online-betting-platform__text-block {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-blog-how-to-choose-best-online-betting-platform__article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-how-to-choose-best-online-betting-platform__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.page-blog-how-to-choose-best-online-betting-platform__card-title {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-choose-best-online-betting-platform__card-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-how-to-choose-best-online-betting-platform__card-text {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
  flex-grow: 1;
}

.page-blog-how-to-choose-best-online-betting-platform__faq-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-how-to-choose-best-online-betting-platform__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-how-to-choose-best-online-betting-platform__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-how-to-choose-best-online-betting-platform__faq-item[open] {
  box-shadow: 0 0 20px rgba(87, 227, 141, 0.3); /* Glow */
}

.page-blog-how-to-choose-best-online-betting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #11271B; /* Card BG */
  border-bottom: 1px solid #2E7A4E; /* Border */
  list-style: none;
}

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

.page-blog-how-to-choose-best-online-betting-platform__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-choose-best-online-betting-platform__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-how-to-choose-best-online-betting-platform__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.6;
  background-color: #08160F; /* Background */
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .page-blog-how-to-choose-best-online-betting-platform__hero-content {
    padding: 30px 15px;
    margin-top: -50px;
  }

  .page-blog-how-to-choose-best-online-betting-platform__main-title {
    font-size: 1.8rem;
  }

  .page-blog-how-to-choose-best-online-betting-platform__hero-description {
    font-size: 0.95rem;
  }

  .page-blog-how-to-choose-best-online-betting-platform__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-how-to-choose-best-online-betting-platform__btn-primary,
  .page-blog-how-to-choose-best-online-betting-platform__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .page-blog-how-to-choose-best-online-betting-platform__content-section {
    padding: 40px 0;
  }

  .page-blog-how-to-choose-best-online-betting-platform__container {
    padding: 0 15px;
  }

  .page-blog-how-to-choose-best-online-betting-platform__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-how-to-choose-best-online-betting-platform__text-block {
    font-size: 0.9rem;
  }

  .page-blog-how-to-choose-best-online-betting-platform__article-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-choose-best-online-betting-platform__card {
    padding: 20px;
  }

  .page-blog-how-to-choose-best-online-betting-platform__card-title {
    font-size: 1.3rem;
  }

  .page-blog-how-to-choose-best-online-betting-platform__card-text {
    font-size: 0.85rem;
  }

  .page-blog-how-to-choose-best-online-betting-platform__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-how-to-choose-best-online-betting-platform__faq-answer {
    padding: 15px 20px;
    font-size: 0.9rem;
  }

  /* Force responsive for all images */
  .page-blog-how-to-choose-best-online-betting-platform img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-choose-best-online-betting-platform__hero-image-wrapper,
  .page-blog-how-to-choose-best-online-betting-platform__card,
  .page-blog-how-to-choose-best-online-betting-how-to-choose-best-online-betting-platform__container,
  .page-blog-how-to-choose-best-online-betting-platform__content-section,
  .page-blog-how-to-choose-best-online-betting-platform__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-how-to-choose-best-online-betting-platform__hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-how-to-choose-best-online-betting-platform__card-image {
    max-height: none;
  }

  /* Ensure no image filters are applied */
  .page-blog-how-to-choose-best-online-betting-platform img {
    filter: none !important;
  }
}

/* Ensure color contrast for dark background */
.page-blog-how-to-choose-best-online-betting-platform h1,
.page-blog-how-to-choose-best-online-betting-platform h2,
.page-blog-how-to-choose-best-online-betting-platform h3,
.page-blog-how-to-choose-best-online-betting-platform p,
.page-blog-how-to-choose-best-online-betting-platform li,
.page-blog-how-to-choose-best-online-betting-platform a {
  /* Default text colors are already set to light for dark backgrounds */
}

.page-blog-how-to-choose-best-online-betting-platform__btn-primary {
  color: #ffffff;
}

.page-blog-how-to-choose-best-online-betting-platform__btn-secondary {
  color: #57E38D;
}

/* Emergency contrast fix for any unforeseen issues */
.page-blog-how-to-choose-best-online-betting-platform__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-how-to-choose-best-online-betting-platform__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}