.page-blog-kinh-nghiem-ca-cuoc-the-thao {
  color: #1F2D3D;
  background: #F4F7FB;
  font-family: 'Be Vietnam Pro', 'Segoe UI', Roboto, sans-serif;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__hero-section {
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 24px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__hero-image-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(47, 107, 255, 0.08);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__hero-image {
  width: 100%;
  height: auto;
  aspect-ratio: 17/5;
  object-fit: cover;
  display: block;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__main-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1F2D3D;
  margin: 0 0 12px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__hero-desc {
  font-size: 1rem;
  line-height: 1.75;
  color: #1F2D3D;
  max-width: 700px;
  margin: 0 auto 24px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #FFFFFF;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__btn--primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  border: none;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.25);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-grid-section {
  padding: 40px 20px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 280px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 12px;
  padding: 16px;
  transition: box-shadow 0.3s ease;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-item:hover {
  box-shadow: 0 8px 30px rgba(47, 107, 255, 0.15);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-image {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: contain;
  border-radius: 8px;
  background: #F4F7FB;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-cta {
  padding: 8px 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.25);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-item:nth-child(5) {
  grid-column: 2;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-item:nth-child(6) {
  grid-column: 3;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-section {
  padding: 40px 0 64px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-title {
  text-align: center;
  color: #1F2D3D;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  margin: 0 0 40px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #D6E2FF;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-post:hover {
  box-shadow: 0 12px 40px rgba(47, 107, 255, 0.12);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-figure {
  margin: 0;
  overflow: hidden;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-image {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  display: block;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-content {
  padding: 24px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-post-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1F2D3D;
  margin: 0 0 12px;
  line-height: 1.4;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-post-excerpt {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #1F2D3D;
  margin: 0 0 16px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-link {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.3);
}

@media (max-width: 1024px) {
  .page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-item:nth-child(5),
  .page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-item:nth-child(6) {
    grid-column: auto;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-post {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-blog-kinh-nghiem-ca-cuoc-the-thao__hero-section {
    padding-top: 10px;
    padding-bottom: 24px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__hero-image {
    aspect-ratio: 2/1;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__hero-content {
    padding: 0 16px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__btn,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-cta {
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-item:nth-child(5),
  .page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-item:nth-child(6) {
    grid-column: auto;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__logo-item {
    padding: 12px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-title {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-post {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-figure {
    width: 100%;
    max-width: 100%;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao__guide-content {
    padding: 16px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao img {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao {
    max-width: 100%;
    overflow-x: hidden;
  }
}