.page-blog-giai-ma-cac-loai-keo-bong-da-66mb {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333; /* Default text color for light body background */
  line-height: 1.6;
  background-color: #F5F7FA; /* Custom background color */
}

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

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__container--narrow {
  max-width: 800px;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  padding-bottom: 60px;
  background-color: #F5F7FA;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__hero-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #E53935;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__hero-description {
  font-size: 1.25rem;
  color: #333333;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 180px;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: none;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__btn-secondary:hover {
  background: #f0f0f0;
  color: #FF5A4F;
  border-color: #FF5A4F;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__content-section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__content-section:last-of-type {
  margin-bottom: 0;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__section-title {
  font-size: 2.2rem;
  color: #E53935;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #FF5A4F 0%, #E53935 100%);
  border-radius: 2px;
}

.page-blog-giai-ma-cac-loai-keo-bong-da-66mb__sub-title {
  font-size: 1.75rem;
  color: #333333;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}