:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --btn-register: #C30808;
  --btn-login: #C30808;
  --bg-color: #FFFFFF;
  --font-login-register: #FFFF00;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--bg-color);
}

/* Hero Section */
.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__hero-section {
  padding-top: 10px; /* Small top padding as per instruction */
  padding-bottom: 60px;
  background-color: var(--secondary-color); /* Light background for hero */
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 20px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: var(--text-dark);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--primary-color);
  max-width: 600px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 600px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__btn-primary,
.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__btn-primary {
  background-color: var(--btn-register);
  color: var(--font-login-register);
  border: 2px solid var(--btn-register);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Intro Section */
.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__intro-section {
  padding: 60px 0;
  background-color: var(--bg-color);
  color: var(--text-dark);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__content-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__section-title {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--primary-color);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__feature-item {
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  padding: 25px;
  border-radius: 12px;
  background-color: var(--secondary-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  color: var(--text-dark);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__feature-item:hover {
  transform: translateY(-5px);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__feature-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__feature-description {
  font-size: 0.95em;
  color: var(--text-dark);
}

/* Content Area */
.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__content-area {
  padding: 60px 0;
  background-color: var(--secondary-color);
  color: var(--text-dark);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__list li {
  margin-bottom: 10px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__list li strong {
  color: var(--primary-color);
}

/* FAQ Section */
.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__faq-section {
  padding: 60px 0;
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__faq-section .page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__section-title {
  color: var(--text-light);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-light);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-light);
  background-color: rgba(255, 255, 255, 0.05);
  list-style: none;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__faq-question::-webkit-details-marker {
  display: none;
}
.page-blog-chien-thuat-ca-cuoc-the-thao-tu-a-den-z__faq-question::marker {
  display: none;
}