.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin {
  font-family: Arial, sans-serif;
  color: #F3F8FF; /* Text Main */
  background-color: var(--deep-navy); /* Body background from shared.css */
  line-height: 1.6;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__hero-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #113B7A 0%, #08162B 100%);
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 40px;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
  letter-spacing: -0.05em;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__hero-image {
  flex: 1 1 40%;
  text-align: center;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__hero-side-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  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-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__btn-center {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 300px;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 16px;
  box-sizing: border-box;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #F2C14E; /* Gold */
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__text-block {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #F3F8FF; /* Text Main */
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__importance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__card {
  background: #10233F; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #244D84; /* Border */
  transition: transform 0.3s ease;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__card:hover {
  transform: translateY(-5px);
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__card-text {
  font-size: 1rem;
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__list-item {
  background: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__list-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #F2C14E; /* Gold */
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__list-text {
  font-size: 1rem;
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__betting-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-list {
  margin-top: 40px;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-item {
  background: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  cursor: pointer;
  background: #1B3357; /* Divider - slightly darker for summary */
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-question:hover {
  background-color: #244D84;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-item[open] .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 1.6;
  color: #AFC4E8; /* Text Secondary */
  border-top: 1px solid #244D84;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-answer p {
  margin-bottom: 0;
}

/* General image responsiveness */
.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Button responsiveness */
.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__btn-primary,
.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin a[class*="button"],
.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin a[class*="btn"] {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__cta-buttons,
.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__button-group,
.page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__btn-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__hero-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 30px;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__hero-content {
    text-align: center;
    min-width: unset;
    width: 100%;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__hero-image {
    width: 100%;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__content-area {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__section-title {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__text-block {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__importance-grid,
  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__betting-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__card {
    padding: 25px;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__card-title {
    font-size: 1.3rem;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__card-text {
    font-size: 0.9rem;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__list-item {
    padding: 20px;
    margin-bottom: 15px;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__list-title {
    font-size: 1.2rem;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__list-text {
    font-size: 0.9rem;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-question {
    padding: 18px 20px;
    font-size: 1.1rem;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-toggle {
    font-size: 1.3rem;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__faq-answer {
    padding: 18px 20px;
    font-size: 0.95rem;
  }

  /* Mobile image responsiveness */
  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Mobile button responsiveness */
  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__btn-primary,
  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin a[class*="button"],
  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__cta-buttons,
  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__button-group,
  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-phan-tich-keo-ca-cuoc-the-thao-tai-33wwin__btn-center {
    max-width: 100%;
    width: 100%;
  }
}