.page-tuyet-chieu-ca-cuoc {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #ffffff;
}

.page-tuyet-chieu-ca-cuoc__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 16px;
  box-sizing: border-box;
}

.page-tuyet-chieu-ca-cuoc__hero-section {
  padding-top: 10px; /* Small top padding, relying on body padding-top from shared */
  padding-bottom: 60px;
  background-color: #f0f8ff; /* Light blue background for hero */
}

.page-tuyet-chieu-ca-cuoc__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-tuyet-chieu-ca-cuoc__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #1e1765; /* Darker blue for hero text */
}

.page-tuyet-chieu-ca-cuoc__main-title {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #26A9E0; /* Brand color for main title */
}

.page-tuyet-chieu-ca-cuoc__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #333333;
}

.page-tuyet-chieu-ca-cuoc__hero-image {
  flex: 1 1 40%;
  text-align: center;
  min-width: 300px;
}

.page-tuyet-chieu-ca-cuoc__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.page-tuyet-chieu-ca-cuoc__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
  box-sizing: border-box; /* Ensures padding doesn't affect overall width */
  white-space: normal; /* Allows text to wrap */
  word-wrap: break-word; /* Breaks long words */
}

.page-tuyet-chieu-ca-cuoc__btn-primary {
  background-color: #26A9E0; /* Main brand color */
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-tuyet-chieu-ca-cuoc__btn-primary:hover {
  background-color: #1e87c5;
  transform: translateY(-2px);
}

.page-tuyet-chieu-ca-cuoc__btn-secondary {
  display: inline-block;
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  margin-top: 10px; /* For multiple buttons stacking */
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.95em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-tuyet-chieu-ca-cuoc__btn-secondary:hover {
  background-color: #f0f8ff;
  transform: translateY(-2px);
}

.page-tuyet-chieu-ca-cuoc__btn-text {
  color: #26A9E0;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-tuyet-chieu-ca-cuoc__btn-text:hover {
  color: #1e87c5;
}

.page-tuyet-chieu-ca-cuoc__section-title {
  font-size: 2.2em;
  font-weight: bold;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}

.page-tuyet-chieu-ca-cuoc__section-description {
  font-size: 1.05em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
}

.page-tuyet-chieu-ca-cuoc__intro-section, 
.page-tuyet-chieu-ca-cuoc__bet-types-section,
.page-tuyet-chieu-ca-cuoc__money-management-section,
.page-tuyet-chieu-ca-cuoc__faq-section,
.page-tuyet-chieu-ca-cuoc__conclusion-section {
  padding-bottom: 60px;
}

.page-tuyet-chieu-ca-cuoc__dark-section {
  background-color: #26A9E0;
  color: #ffffff; /* White text for dark background */
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-tuyet-chieu-ca-cuoc__dark-section .page-tuyet-chieu-ca-cuoc__section-title,
.page-tuyet-chieu-ca-cuoc__dark-section .page-tuyet-chieu-ca-cuoc__section-description,
.page-tuyet-chieu-ca-cuoc__dark-section .page-tuyet-chieu-ca-cuoc__tip-title,
.page-tuyet-chieu-ca-cuoc__dark-section .page-tuyet-chieu-ca-cuoc__tip-item p {
  color: #ffffff;
}

.page-tuyet-chieu-ca-cuoc__dark-section .page-tuyet-chieu-ca-cuoc__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border-color: #ffffff;
}

.page-tuyet-chieu-ca-cuoc__dark-section .page-tuyet-chieu-ca-cuoc__btn-secondary:hover {
  background-color: #e0f0ff;
}

.page-tuyet-chieu-ca-cuoc__image-wrapper {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-tuyet-chieu-ca-cuoc__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-tuyet-chieu-ca-cuoc__type-grid,
.page-tuyet-chieu-ca-cuoc__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-tuyet-chieu-ca-cuoc__type-item,
.page-tuyet-chieu-ca-cuoc__tip-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-tuyet-chieu-ca-cuoc__dark-section .page-tuyet-chieu-ca-cuoc__type-item,
.page-tuyet-chieu-ca-cuoc__dark-section .page-tuyet-chieu-ca-cuoc__tip-item {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.page-tuyet-chieu-ca-cuoc__type-item:hover,
.page-tuyet-chieu-ca-cuoc__tip-item:hover {
  transform: translateY(-5px);
}

.page-tuyet-chieu-ca-cuoc__type-title,
.page-tuyet-chieu-ca-cuoc__tip-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-tuyet-chieu-ca-cuoc__dark-section .page-tuyet-chieu-ca-cuoc__type-title,
.page-tuyet-chieu-ca-cuoc__dark-section .page-tuyet-chieu-ca-cuoc__tip-title {
  color: #ffffff;
}

.page-tuyet-chieu-ca-cuoc__type-item p,
.page-tuyet-chieu-ca-cuoc__tip-item p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-tuyet-chieu-ca-cuoc__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-tuyet-chieu-ca-cuoc__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-tuyet-chieu-ca-cuoc__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* Hide default marker for details/summary */
}

.page-tuyet-chieu-ca-cuoc__faq-question::-webkit-details-marker {
  display: none;
}

.page-tuyet-chieu-ca-cuoc__faq-question:hover {
  background-color: #f0f0f0;
}

.page-tuyet-chieu-ca-cuoc__faq-item[open] .page-tuyet-chieu-ca-cuoc__faq-question {
  border-bottom-color: transparent;
}

.page-tuyet-chieu-ca-cuoc__faq-toggle {
  font-size: 1.5em;
  font-weight: normal;
  color: #26A9E0;
  margin-left: 15px;
}

.page-tuyet-chieu-ca-cuoc__faq-item[open] .page-tuyet-chieu-ca-cuoc__faq-toggle {
  content: '−'; /* Change to minus when open */
}

.page-tuyet-chieu-ca-cuoc__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #555555;
  background-color: #ffffff;
}

.page-tuyet-chieu-ca-cuoc__faq-answer p {
  margin-bottom: 15px;
}

.page-tuyet-chieu-ca-cuoc__conclusion-section {
  text-align: center;
  padding-top: 60px;
  background-color: #f0f8ff;
}

.page-tuyet-chieu-ca-cuoc__conclusion-section .page-tuyet-chieu-ca-cuoc__section-title {
  color: #1e1765;
}

.page-tuyet-chieu-ca-cuoc__conclusion-section .page-tuyet-chieu-ca-cuoc__section-description {
  color: #333333;
  margin-bottom: 50px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-tuyet-chieu-ca-cuoc__main-title {
    font-size: 2.5em;
  }

  .page-tuyet-chieu-ca-cuoc__section-title {
    font-size: 2em;
  }

  .page-tuyet-chieu-ca-cuoc__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-tuyet-chieu-ca-cuoc__hero-content {
    order: 2; /* Content below image on smaller screens */
  }

  .page-tuyet-chieu-ca-cuoc__hero-image {
    order: 1;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  /* HERO section */
  .page-tuyet-chieu-ca-cuoc__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-tuyet-chieu-ca-cuoc__hero-container {
    padding: 20px 15px;
    gap: 20px;
  }
  .page-tuyet-chieu-ca-cuoc__main-title {
    font-size: 2em; /* Smaller font for mobile */
    text-align: center;
  }
  .page-tuyet-chieu-ca-cuoc__hero-description {
    font-size: 1em;
    text-align: center;
  }
  .page-tuyet-chieu-ca-cuoc__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  /* General content sections */
  .page-tuyet-chieu-ca-cuoc__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-tuyet-chieu-ca-cuoc__section-title {
    font-size: 1.8em;
    padding-top: 20px;
  }

  .page-tuyet-chieu-ca-cuoc__section-description {
    font-size: 0.95em;
    margin-bottom: 20px;
  }

  /* Image responsiveness */
  .page-tuyet-chieu-ca-cuoc img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    box-sizing: border-box !important;
  }

  /* Grid layouts (type-grid, tips-grid) */
  .page-tuyet-chieu-ca-cuoc__type-grid,
  .page-tuyet-chieu-ca-cuoc__tips-grid {
    grid-template-columns: 1fr; /* Single column for mobile */
    gap: 20px;
    margin-top: 20px;
  }

  .page-tuyet-chieu-ca-cuoc__type-item,
  .page-tuyet-chieu-ca-cuoc__tip-item {
    padding: 20px;
  }

  .page-tuyet-chieu-ca-cuoc__type-title,
  .page-tuyet-chieu-ca-cuoc__tip-title {
    font-size: 1.3em;
  }

  .page-tuyet-chieu-ca-cuoc__type-item p,
  .page-tuyet-chieu-ca-cuoc__tip-item p {
    font-size: 0.9em;
  }

  /* FAQ section */
  .page-tuyet-chieu-ca-cuoc__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-tuyet-chieu-ca-cuoc__faq-answer {
    padding: 15px 20px;
    font-size: 0.9em;
  }

  /* Conclusion section */
  .page-tuyet-chieu-ca-cuoc__conclusion-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* Button responsiveness for multiple buttons in type-item */
  .page-tuyet-chieu-ca-cuoc__type-item a.page-tuyet-chieu-ca-cuoc__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}