.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet {
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: #0D0E12; /* Background */
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 40px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__main-title {
  font-size: clamp(2.2em, 4vw, 3.5em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFB04D; /* Glow */
  text-shadow: 0 0 8px rgba(255, 176, 77, 0.5);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF3E6; /* Text Main */
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__btn-primary,
.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6; /* Text Main */
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
  transform: translateY(-2px);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__btn-secondary {
  background-color: transparent;
  color: #FFA53A; /* Auxiliary */
  border: 2px solid #FFA53A; /* Auxiliary */
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__btn-secondary:hover {
  background-color: #FFA53A;
  color: #0D0E12; /* Background - ensure contrast */
  border-color: #FFA53A;
  transform: translateY(-2px);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__hero-image {
  flex: 1 1 45%;
  text-align: center;
  min-width: 300px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__hero-side-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  background-color: #0D0E12; /* Background */
  color: #FFF3E6; /* Text Main */
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__section-container {
  padding: 20px;
  background-color: #17191F; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #A84F0C; /* Border */
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__section-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 25px;
  color: #FFB04D; /* Glow */
  text-align: center;
  padding-top: 20px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__text-block {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-blog-kinh-nghien-ca-cuoc-the-thao-sbobet__content-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__list,
.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__guide-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__list li,
.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__guide-list li {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #FFF3E6; /* Text Main */
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__list li::before {
  content: '✔';
  color: #FFA53A; /* Auxiliary */
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__guide-list li {
  counter-increment: step-counter;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__guide-list li::before {
  content: 'Bước ' counter(step-counter) ':';
  color: #FF8C1A; /* Primary */
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-list {
  margin-top: 30px;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1em;
  color: #FFB04D; /* Glow */
  background-color: #17191F; /* Card BG */
  user-select: none;
  list-style: none;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-item[open] .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #FFF3E6; /* Text Main */
  line-height: 1.7;
}

/* General image responsive styles */
.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__section,
.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__card,
.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__container,
.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__cta-buttons,
.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__button-group,
.page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__btn-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__hero-section {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 30px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__main-title {
    font-size: 2em !important;
    text-align: center;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__hero-description {
    text-align: center;
    font-size: 1em;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__btn-primary,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px !important;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__hero-image {
    order: -1; /* Image appears above content on mobile */
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__hero-side-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__content-area {
    padding: 20px 0;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__section-container {
    padding: 15px;
    margin: 0 15px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__section-title {
    font-size: 1.5em !important;
    margin-bottom: 15px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__text-block,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__list li,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__guide-list li,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-question,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-answer {
    font-size: 0.95em !important;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__list li,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__guide-list li {
    padding: 10px 15px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  /* FAQ specific mobile styles */
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-question {
    padding: 15px 15px;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__faq-answer {
    padding: 0 15px 15px;
  }

  /* General image responsive */
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__section,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__card,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__container,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__cta-buttons,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__button-group,
  .page-blog-kinh-nghiem-ca-cuoc-the-thao-sbobet__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}