.page-blog-how-to-choose-reliable-betting-platform {
  color: #ffffff; /* Dark body background #0a0a0a, so light text */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Body background handled by shared.css */
}

.page-blog-how-to-choose-reliable-betting-platform__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 10px; /* Small top padding, body handles header-offset */
  text-align: center;
  background-color: #0a0a0a; /* Ensure hero section background is dark */
}

.page-blog-how-to-choose-reliable-betting-platform__hero-image-wrapper {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Minimum image size */
}

.page-blog-how-to-choose-reliable-betting-platform__hero-content {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0 20px;
  z-index: 1;
  position: relative;
}

.page-blog-how-to-choose-reliable-betting-platform__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem); /* H1 font size with clamp */
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-how-to-choose-reliable-betting-platform__subtitle {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-choose-reliable-betting-platform__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%; /* Ensure button container takes full width */
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-betting-platform__cta-buttons--centered {
  margin-top: 40px;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary,
.page-blog-how-to-choose-reliable-betting-platform__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  min-width: 180px;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary:hover {
  background-color: #1e87b9;
  border-color: #1e87b9;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-how-to-choose-reliable-betting-platform__content-section {
  padding: 60px 20px;
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-blog-how-to-choose-reliable-betting-platform__dark-section {
  background-color: #1a1a1a; /* Slightly lighter dark for contrast */
}

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

.page-blog-how-to-choose-reliable-betting-platform__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.page-blog-how-to-choose-reliable-betting-platform__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-blog-how-to-choose-reliable-betting-platform__highlight-text {
  color: #26A9E0;
  font-weight: 700;
}

.page-blog-how-to-choose-reliable-betting-platform__inline-link {
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
}

.page-blog-how-to-choose-reliable-betting-platform__inline-link:hover {
  text-decoration: underline;
}

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

.page-blog-how-to-choose-reliable-betting-platform__feature-card {
  background-color: #0a0a0a; /* Darker card background */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px; /* Ensure cards are large enough */
}

.page-blog-how-to-choose-reliable-betting-platform__feature-icon {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

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

.page-blog-how-to-choose-reliable-betting-platform__feature-description {
  font-size: 1rem;
  color: #e0e0e0;
}

.page-blog-how-to-choose-reliable-betting-platform__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

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

.page-blog-how-to-choose-reliable-betting-platform__list-item {
  background-color: #1a1a1a;
  border-left: 5px solid #26A9E0;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-reliable-betting-platform__list-title {
  font-size: 1.3rem;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-how-to-choose-reliable-betting-platform__list-description {
  font-size: 1rem;
  color: #e0e0e0;
}

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

.page-blog-how-to-choose-reliable-betting-platform__faq-item {
  background-color: #1a1a1a;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  background-color: #26A9E0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  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-qtext {
  flex-grow: 1;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  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 25px;
  font-size: 1rem;
  color: #e0e0e0;
  background-color: #0a0a0a;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-how-to-choose-reliable-betting-platform__hero-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-top: 10px !important; /* body handles header-offset */
  }

  .page-blog-how-to-choose-reliable-betting-platform__main-title {
    font-size: 2rem;
  }

  .page-blog-how-to-choose-reliable-betting-platform__subtitle {
    font-size: 1rem;
  }

  .page-blog-how-to-choose-reliable-betting-platform__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

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

  .page-blog-how-to-choose-reliable-betting-platform__content-section {
    padding: 40px 15px;
  }

  .page-blog-how-to-choose-reliable-betting-platform__container {
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 2rem;
  }

  .page-blog-how-to-choose-reliable-betting-platform__text-block,
  .page-blog-how-to-choose-reliable-betting-platform__list-description,
  .page-blog-how-to-choose-reliable-betting-platform__feature-description,
  .page-blog-how-to-choose-reliable-betting-platform__faq-answer {
    font-size: 0.95rem;
  }

  .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,
  .page-blog-how-to-choose-reliable-betting-platform__list-item {
    padding: 20px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .page-blog-how-to-choose-reliable-betting-platform img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-how-to-choose-reliable-betting-platform__content-image {
    margin: 30px auto;
    padding: 0 15px;
    box-sizing: border-box;
  }

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

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

/* Contrast fix for specific elements if needed */
.page-blog-how-to-choose-reliable-betting-platform__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

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