.page-blog-how-to-choose-reliable-betting-platform {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is #000000 (dark), so use light text */
  background-color: #000000; /* Inherited from body for consistency */
}

.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: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-image {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 675px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  color: #ffffff;
}

.page-blog-how-to-choose-reliable-betting-platform__main-title {
  font-size: clamp(2em, 3.5vw, 3em); /* H1 font size constraint */
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFFF00; /* Custom font color for main title */
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-blog-how-to-choose-reliable-betting-platform__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

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

.page-blog-how-to-choose-reliable-betting-platform__section-title {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #FFFF00; /* Custom font color for section titles */
}

.page-blog-how-to-choose-reliable-betting-platform__paragraph {
  font-size: 1em;
  margin-bottom: 15px;
  line-height: 1.7;
  color: #ffffff;
}

.page-blog-how-to-choose-reliable-betting-platform__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ffffff;
}

.page-blog-how-to-choose-reliable-betting-platform__ordered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ffffff;
}

.page-blog-how-to-choose-reliable-betting-platform__list-item {
  margin-bottom: 10px;
  color: #ffffff;
}

.page-blog-how-to-choose-reliable-betting-platform__highlight {
  color: #FFFF00;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platform__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__feature-card {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent white on dark body */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  box-sizing: border-box;
  color: #ffffff;
}

.page-blog-how-to-choose-reliable-betting-platform__feature-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #017439;
}

.page-blog-how-to-choose-reliable-betting-platform__feature-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-choose-reliable-betting-platform__feature-text {
  font-size: 0.95em;
  color: #f0f0f0;
  flex-grow: 1;
}

.page-blog-how-to-choose-reliable-betting-platform__image-full-width {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary {
  background: #C30808; /* Custom color for Register/Login */
  color: #FFFF00; /* Custom font color for Register/Login */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary:hover {
  background-color: #e02020;
  color: #ffffff;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-center {
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
}

.page-blog-how-to-choose-reliable-betting-platform__link {
  color: #017439;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-how-to-choose-reliable-betting-platform__link:hover {
  color: #FFFF00;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent white on dark body */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFF00;
  list-style: none;
}

.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: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.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: 20px;
  font-size: 1em;
  color: #f0f0f0;
}

/* Color Contrast Adjustments based on body background #000000 (dark) */
.page-blog-how-to-choose-reliable-betting-platform__dark-bg {
  background: #000000;
  color: #ffffff;
}

.page-blog-how-to-choose-reliable-betting-platform__light-bg {
  background: rgba(255, 255, 255, 0.05); /* Slightly lighter background for contrast, still dark */
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-reliable-betting-platform__main-title {
    font-size: clamp(2em, 4.5vw, 2.5em);
  }
  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-reliable-betting-platform__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-blog-how-to-choose-reliable-betting-platform__hero-image {
    margin-bottom: 20px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__main-title {
    font-size: clamp(1.8em, 6vw, 2.2em);
  }
  .page-blog-how-to-choose-reliable-betting-platform__description {
    font-size: 0.95em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__section {
    padding: 30px 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__paragraph,
  .page-blog-how-to-choose-reliable-betting-platform__list-item,
  .page-blog-how-to-choose-reliable-betting-platform__feature-text,
  .page-blog-how-to-choose-reliable-betting-platform__faq-answer {
    font-size: 0.9em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__btn-primary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px;
    margin: 20px auto 0 auto;
  }
  .page-blog-how-to-choose-reliable-betting-platform__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__feature-card {
    padding: 20px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__faq-question {
    padding: 15px;
    font-size: 1em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__faq-answer {
    padding: 15px;
  }
  /* Mobile image responsiveness */
  .page-blog-how-to-choose-reliable-betting-platform img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-how-to-choose-reliable-betting-platform__hero-section,
  .page-blog-how-to-choose-reliable-betting-platform__section,
  .page-blog-how-to-choose-reliable-betting-platform__feature-card,
  .page-blog-how-to-choose-reliable-betting-platform__faq-item,
  .page-blog-how-to-choose-reliable-betting-platform__hero-content,
  .page-blog-how-to-choose-reliable-betting-platform__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}