.page-blog-f8bet1-sports-betting-guide {
  background-color: #0a0909; /* Deep dark background for the main content area */
  color: #FFFFFF; /* Default text color */
  padding: 10px 0 40px; /* Small top padding, larger bottom padding */
  overflow-x: hidden; /* Prevent horizontal scroll */
}

.page-blog-f8bet1-sports-betting-guide__hero-section {
  padding-top: 10px; /* Small top padding for the first section */
  margin-bottom: 40px;
}

.page-blog-f8bet1-sports-betting-guide__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; /* Stack image and content vertically */
  align-items: center;
  gap: 20px;
  padding: 0 15px;
}

.page-blog-f8bet1-sports-betting-guide__hero-banner {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}

.page-blog-f8bet1-sports-betting-guide__hero-banner img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9; /* Adjusted for a common hero image aspect ratio for inner pages */
  object-fit: cover;
  object-position: center;
  filter: none; /* Ensure no filter is applied */
  min-width: 200px; /* Enforce min image size */
  min-height: 200px;
}

.page-blog-f8bet1-sports-betting-guide__hero-content {
  text-align: center;
  max-width: 800px;
}

.page-blog-f8bet1-sports-betting-guide__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 20px;
  /* Using clamp for responsive font size as per instructions */
  font-size: clamp(1.1rem, 4.5vw, 1.75rem); /* Example clamp */
}

.page-blog-f8bet1-sports-betting-guide__description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-blog-f8bet1-sports-betting-guide__keyword {
  color: #d6d604; /* Yellow-green accent for keywords */
  font-weight: bold;
}

.page-blog-f8bet1-sports-betting-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-f8bet1-sports-betting-guide__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  min-width: 120px; /* Ensure buttons are not too small */
  text-align: center;
  border: none;
}

.page-blog-f8bet1-sports-betting-guide__btn--register {
  background-color: #C30808; /* Custom color for Register */
  color: #FFFF00; /* Custom font color for Register */
}

.page-blog-f8bet1-sports-betting-guide__btn--register:hover {
  background-color: #a00606;
  transform: translateY(-2px);
}

.page-blog-f8bet1-sports-betting-guide__btn--login {
  background-color: #C30808; /* Custom color for Login */
  color: #FFFF00; /* Custom font color for Login */
}

.page-blog-f8bet1-sports-betting-guide__btn--login:hover {
  background-color: #a00606;
  transform: translateY(-2px);
}

.page-blog-f8bet1-sports-betting-guide__btn--secondary {
  background-color: #017439; /* Primary color for secondary buttons */
  color: #FFFFFF;
}

.page-blog-f8bet1-sports-betting-guide__btn--secondary:hover {
  background-color: #005a2e;
  transform: translateY(-2px);
}

.page-blog-f8bet1-sports-betting-guide__section {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 15px;
  background-color: #1a1a1a; /* Slightly lighter background for content sections */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-f8bet1-sports-betting-guide__section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #d6d604; /* Accent color for section titles */
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-f8bet1-sports-betting-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #017439;
  border-radius: 2px;
}

.page-blog-f8bet1-sports-betting-guide__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-blog-f8bet1-sports-betting-guide__ordered-list,
.page-blog-f8bet1-sports-betting-guide__unordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px; /* Indent lists */
}

.page-blog-f8bet1-sports-betting-guide__list-item {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #E0E0E0;
}

.page-blog-f8bet1-sports-betting-guide__list-item strong {
  color: #FFFFFF;
}

.page-blog-f8bet1-sports-betting-guide__inline-link {
  color: #d6d604; /* Yellow-green for inline links */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-f8bet1-sports-betting-guide__inline-link:hover {
  color: #017439; /* Darker green on hover */
}

.page-blog-f8bet1-sports-betting-guide__image-wrapper {
  margin: 30px auto;
  text-align: center;
  max-width: 800px; /* Max width for content images */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-f8bet1-sports-betting-guide__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: none; /* Ensure no filter */
  min-width: 200px; /* Enforce min image size */
  min-height: 200px;
}

.page-blog-f8bet1-sports-betting-guide__image-caption {
  font-size: 0.9rem;
  color: #AAAAAA;
  padding: 10px;
  background-color: #2a2a2a;
}

.page-blog-f8bet1-sports-betting-guide__faq-item {
  background-color: #2a2a2a;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-f8bet1-sports-betting-guide__faq-question {
  font-size: 1.2rem;
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-f8bet1-sports-betting-guide__faq-answer {
  font-size: 1rem;
  color: #E0E0E0;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-f8bet1-sports-betting-guide__hero-section {
    margin-bottom: 30px;
  }
  .page-blog-f8bet1-sports-betting-guide__main-title {
    font-size: clamp(1.5rem, 6vw, 2rem); /* Adjust clamp for smaller screens */
  }
  .page-blog-f8bet1-sports-betting-guide__description {
    font-size: 1rem;
  }
  .page-blog-f8bet1-sports-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-f8bet1-sports-betting-guide__btn {
    width: 100%;
    max-width: 250px; /* Limit button width on small screens */
    margin: 0 auto;
  }
  .page-blog-f8bet1-sports-betting-guide__section-title {
    font-size: 1.8rem;
  }
  .page-blog-f8bet1-sports-betting-guide__paragraph,
  .page-blog-f8bet1-sports-betting-guide__list-item,
  .page-blog-f8bet1-sports-betting-guide__faq-question,
  .page-blog-f8bet1-sports-betting-guide__faq-answer {
    font-size: 0.95rem;
  }

  /* Ensure content images are responsive and do not overflow */
  .page-blog-f8bet1-sports-betting-guide__image-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .page-blog-f8bet1-sports-betting-guide__section {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 549px) {
  .page-blog-f8bet1-sports-betting-guide__main-title {
    font-size: clamp(1.2rem, 7vw, 1.8rem);
  }
  .page-blog-f8bet1-sports-betting-guide__section-title {
    font-size: 1.5rem;
  }
  .page-blog-f8bet1-sports-betting-guide__ordered-list,
  .page-blog-f8bet1-sports-betting-guide__unordered-list {
    padding-left: 10px;
  }
}