.page-blog-cac-loai-keo-bong-da-pho-bien {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text for light body background */
  background-color: var(--background-color, #f8f8f8); /* Assuming light background from shared.css or fallback */
}

.page-blog-cac-loai-keo-bong-da-pho-bien__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-cac-loai-keo-bong-da-pho-bien__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding as body handles header offset */
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__hero-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px; /* Space between image and content */
}

.page-blog-cac-loai-keo-bong-da-pho-bien__hero-image img {
  width: 100%;
  height: 675px; /* Fixed height for desktop hero */
  object-fit: cover; /* Cover for desktop */
  display: block;
  filter: none; /* Ensure no filter is used */
}

.page-blog-cac-loai-keo-bong-da-pho-bien__hero-content {
  max-width: 900px;
  padding: 0 20px 40px;
  background-color: #ffffff; /* Explicit white background for readability */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: -80px; /* Overlap with image slightly for visual appeal */
  position: relative;
  z-index: 1;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* H1 font size clamp */
  color: #C91F17;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__description {
  font-size: 1.15rem;
  color: #555555;
  margin-bottom: 30px;
}

/* CTA Button - Primary Gold */
.page-blog-cac-loai-keo-bong-da-pho-bien__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #FFF5E1; /* Text Main */
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-cac-loai-keo-bong-da-pho-bien__cta-button--gold {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #FFF5E1;
}

/* General Section Styling */
.page-blog-cac-loai-keo-bong-da-pho-bien__content-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__section-title {
  font-size: 2.5rem;
  color: #C91F17;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__section-title--light {
  color: #FFF5E1; /* For dark backgrounds */
}

.page-blog-cac-loai-keo-bong-da-pho-bien__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
  color: #333333; /* Default text for light background */
}

.page-blog-cac-loai-keo-bong-da-pho-bien__text-block--light {
  color: #FFF5E1; /* For dark backgrounds */
}

/* Odds Types Section */
.page-blog-cac-loai-keo-bong-da-pho-bien__odds-types-section {
  background-color: #f0f0f0;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__odd-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__odd-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  filter: none; /* Ensure no filter is used */
}

.page-blog-cac-loai-keo-bong-da-pho-bien__odd-title {
  font-size: 1.8rem;
  color: #E53935;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__odd-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
  color: #555555;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__odd-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #555555;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__odd-list li {
  margin-bottom: 8px;
}

/* Guide Section */
.page-blog-cac-loai-keo-bong-da-pho-bien__guide-section {
  background-color: #ffffff;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__sub-title {
  font-size: 1.5rem;
  color: #C91F17;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__bullet-list {
  list-style: square;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #333333;
}

.page-blog-cac-loai-keo-bong-da-pho-bien__bullet-list li {
  margin-bottom: 10px;
}