/* style/blog-meo-ca-cuoc-the-thao-tai-11bet.css */
.page-blog-meo-ca-cuoc-the-thao-tai-11bet {
  font-family: 'Arial', sans-serif;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Body Background */
  line-height: 1.6;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #F2C14E; /* Main Color */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #FFF6D6;
  text-align: justify;
}

/* Hero Section */
.page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background-color: #0A0A0A;
  overflow: hidden;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__main-title {
  font-size: 3em;
  font-weight: 800;
  color: #F2C14E; /* Main Color */
  margin-bottom: 20px;
  line-height: 1.1;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-description {
  font-size: 1.2em;
  color: #FFF6D6;
  margin-bottom: 30px;
  line-height: 1.5;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__btn-primary,
.page-blog-meo-ca-cuoc-the-thao-tai-11bet__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__btn-primary:hover {
  background: linear-gradient(180deg, #DDA11D 0%, #FFD86A 100%);
  transform: translateY(-2px);
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__btn-secondary {
  background-color: transparent;
  color: #F2C14E; /* Main Color */
  border: 2px solid #F2C14E; /* Main Color */
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__btn-secondary:hover {
  background-color: #F2C14E;
  color: #0A0A0A;
  transform: translateY(-2px);
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-image {
  flex: 1 1 40%;
  min-width: 280px;
  text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0 auto;
}

/* Content Section */
.page-blog-meo-ca-cuoc-the-thao-tai-11bet__content-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Tips Section */
.page-blog-meo-ca-cuoc-the-thao-tai-11bet__tips-section {
  padding: 60px 0;
  background-color: #111111; /* Card BG */
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__tip-card {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #FFF6D6;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__card-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #FFD36B; /* Auxiliary Color */
  margin-bottom: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__card-text {
  font-size: 1em;
  line-height: 1.6;
  color: #FFF6D6;
  text-align: justify;
}

/* Guide Section */
.page-blog-meo-ca-cuoc-the-thao-tai-11bet__guide-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__guide-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #FFF6D6;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__guide-subtitle {
  font-size: 1.4em;
  font-weight: 600;
  color: #FFD36B; /* Auxiliary Color */
  margin-bottom: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__guide-text {
  font-size: 1em;
  line-height: 1.6;
  color: #FFF6D6;
  text-align: justify;
}

/* CTA Section */
.page-blog-meo-ca-cuoc-the-thao-tai-11bet__cta-section {
  padding: 60px 0;
  background-color: #111111; /* Card BG */
  text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__cta-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__cta-content {
  max-width: 800px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__cta-button-lg {
  padding: 18px 40px;
  font-size: 1.3em;
  border-radius: 10px;
}

/* FAQ Section */
.page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF6D6;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2C14E; /* Main Color */
  transition: background-color 0.3s ease;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-item summary:hover {
  background-color: rgba(242, 193, 78, 0.1);
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-qtext {
  flex-grow: 1;
  padding-right: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #FFD36B; /* Auxiliary Color */
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-item[open] .page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-toggle {
  content: '−';
}

.page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  line-height: 1.6;
  color: #FFF6D6;
  text-align: justify;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__main-title {
    font-size: 2.5em;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__section-title {
    font-size: 2em;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-container {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-content {
    order: 2; /* Content after image on smaller screens */
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-image {
    order: 1;
    margin-bottom: 30px;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__container,
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* HERO Section */
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-section {
    padding-top: 10px !important; /* Small top padding, body handles header offset */
    padding-bottom: 40px;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__btn-primary,
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__btn-secondary,
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet a[class*="button"],
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet 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-meo-ca-cuoc-the-thao-tai-11bet__hero-image {
    margin-bottom: 20px;
  }

  /* General Image & Container Rules */
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__section,
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__card,
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Content Section */
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__text-block {
    font-size: 0.95em;
  }

  /* Tips Grid Section */
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__tips-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__tip-card {
    padding: 20px;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__card-title {
    font-size: 1.3em;
  }

  /* Guide Section */
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__guide-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__guide-subtitle {
    font-size: 1.2em;
  }

  /* CTA Section */
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__cta-button-lg {
    font-size: 1.1em;
    padding: 15px 30px;
  }

  /* FAQ Section */
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-item summary {
    font-size: 1.05em;
    padding: 15px 20px;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-11bet__faq-toggle {
    font-size: 1.3em;
  }
}