.page-blog-giai-ma-cac-loai-keo-the-thao-fly88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Background */
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding */
  color: #FFF5E1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__hero-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__hero-content {
  position: relative;
  padding: 40px 20px;
  background: rgba(19, 19, 19, 0.7); /* Semi-transparent dark overlay */
  margin-top: -100px; /* Overlap slightly with image for visual flow */
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #F4D34D; /* Gold */
  line-height: 1.2;
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__description {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #FFF5E1;
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #FFF5E1; /* Text Main */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__cta-button:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__cta-button--inline {
  margin-top: 20px;
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2rem;
}

/* Content Section */
.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__content-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__dark-section {
  background-color: #7A0E0E; /* Deep Red */
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #F4D34D; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-giai-ma-cac-loai-keo-the-thao-fly88__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #F4D34D;
  border-radius: 2px;
}