.page-blog-f168-chinh-thuc-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background: #08160F; /* Background */
}

.page-blog-f168-chinh-thuc-sports-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-f168-chinh-thuc-sports-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding for the first section */
  background-color: #0A4B2C; /* Deep Green fallback/background for hero */
}

.page-blog-f168-chinh-thuc-sports-betting-guide__hero-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
  border-radius: 8px;
}

.page-blog-f168-chinh-thuc-sports-betting-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  color: #F2FFF6; /* Text Main */
}

.page-blog-f168-chinh-thuc-sports-betting-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-f168-chinh-thuc-sports-betting-guide__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-f168-chinh-thuc-sports-betting-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.page-blog-f168-chinh-thuc-sports-betting-guide__btn-primary,
.page-blog-f168-chinh-thuc-sports-betting-guide__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-f168-chinh-thuc-sports-betting-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-f168-chinh-thuc-sports-betting-guide__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(42, 209, 111, 0.4);
}

.page-blog-f168-chinh-thuc-sports-betting-guide__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}