/* Base styles for the page */
.page-blog-huong-dan-ca-cuoc-the-thao-eubet {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--Text-Main, #F2FFF6);
  background-color: var(--background-color, #08160F);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--Text-Main, #F2FFF6);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__text-block {
  font-size: 17px;
  margin-bottom: 25px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__btn-primary,
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__btn-secondary {
  background: var(--Card-B-G, #11271B);
  color: var(--Text-Main, #F2FFF6);
  border: 1px solid var(--Border, #2E7A4E);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__btn-secondary:hover {
  background: var(--Deep-Green, #0A4B2C);
  transform: translateY(-2px);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Hero Section */
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  margin-bottom: 50px;
  overflow: hidden;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 675px; /* Fixed height for desktop hero image */
  overflow: hidden;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin: -200px auto 0; /* Adjust margin to overlay slightly on image, if intended, but not covering text */
  background: rgba(8, 22, 15, 0.85); /* Semi-transparent background for readability */
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__main-title {
  font-size: clamp(36px, 5vw, 56px);
  color: var(--Text-Main, #F2FFF6);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-description {
  font-size: 18px;
  color: var(--Text-Secondary, #A7D9B8);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* General Content Section */
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__content-section {
  padding: 60px 0;
  margin-bottom: 30px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__light-bg {
  background-color: var(--background-color, #08160F);
  color: var(--Text-Main, #F2FFF6);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__dark-bg {
  background-color: var(--Card-B-G, #11271B);
  color: var(--Text-Main, #F2FFF6);
}

/* Feature Grid */
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__feature-item {
  background: var(--Card-B-G, #11271B);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--Border, #2E7A4E);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__feature-item h3 {
  font-size: 24px;
  color: var(--Glow, #57E38D);
  margin-bottom: 15px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__feature-item p {
  font-size: 16px;
  color: var(--Text-Secondary, #A7D9B8);
}

/* Step-by-Step Guide */
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__guide-section .page-blog-huong-dan-ca-cuoc-the-thao-eubet__section-title {
    color: var(--Text-Main, #F2FFF6);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__step-item {
  text-align: center;
  background: var(--background-color, #08160F);
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--Border, #2E7A4E);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__step-image {
  width: 100%;
  max-width: 400px;
  height: 300px;
  object-fit: contain;
  margin: 0 auto 25px;
  border-radius: 8px;
  border: 1px solid var(--Divider, #1E3A2A);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__step-title {
  font-size: 22px;
  color: var(--Gold, #F2C14E);
  margin-bottom: 15px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__step-item p {
  font-size: 16px;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__cta-wrapper {
    text-align: center;
    margin-top: 50px;
}

/* Info Block (Deposit) */
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-block {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-image {
    flex: 0 0 500px;
    height: 375px; /* Maintain aspect ratio */
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid var(--Divider, #1E3A2A);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-content {
    flex: 1;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-title {
    font-size: 24px;
    color: var(--Glow, #57E38D);
    margin-bottom: 15px;
    margin-top: 20px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-content ul,
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-content ol {
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-content li {
    margin-bottom: 8px;
    font-size: 16px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-content strong {
    color: var(--Text-Main, #F2FFF6);
}

/* Bet Types Grid */
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__bet-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__bet-type-card {
  background: var(--background-color, #08160F);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--Border, #2E7A4E);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__bet-type-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid var(--Divider, #1E3A2A);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__bet-type-title {
  font-size: 22px;
  color: var(--Gold, #F2C14E);
  margin-bottom: 10px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__bet-type-card p {
  font-size: 16px;
  color: var(--Text-Secondary, #A7D9B8);
  flex-grow: 1;
}

/* Strategy List */
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__strategy-list {
  list-style-type: disc;
  margin-left: 40px;
  font-size: 17px;
  color: var(--Text-Secondary, #A7D9B8);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__strategy-list li {
  margin-bottom: 15px;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__strategy-list strong {
  color: var(--Text-Main, #F2FFF6);
}

/* App Section */
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-section .page-blog-huong-dan-ca-cuoc-the-thao-eubet__section-title {
    color: var(--Text-Main, #F2FFF6);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-flex-container {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 20px;
  background: var(--background-color, #08160F);
  border-radius: 15px;
  border: 1px solid var(--Border, #2E7A4E);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-content {
  flex: 1;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-benefits {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 17px;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-benefits li {
  margin-bottom: 10px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-image {
  flex: 0 0 400px;
  height: 300px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid var(--Divider, #1E3A2A);
}

/* FAQ Section */
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-section .page-blog-huong-dan-ca-cuoc-the-thao-eubet__section-title {
    color: var(--Text-Main, #F2FFF6);
}

details.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--Border, #2E7A4E);
  overflow: hidden;
  background: var(--Card-B-G, #11271B);
}
details.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-item summary.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--Text-Main, #F2FFF6);
}
details.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-item summary.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-item summary.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-question:hover {
  background: var(--Deep-Green, #0A4B2C);
}
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--Text-Main, #F2FFF6);
}
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--Glow, #57E38D);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-item .page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-answer {
  padding: 0 20px 20px;
  background: var(--background-color, #08160F);
  border-radius: 0 0 5px 5px;
  color: var(--Text-Secondary, #A7D9B8);
}

/* Conclusion Section */
.page-blog-huong-dan-ca-cuoc-the-thao-eubet__conclusion-section {
  padding: 80px 0;
  text-align: center;
  background: var(--Card-B-G, #11271B);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__conclusion-section .page-blog-huong-dan-ca-cuoc-the-thao-eubet__section-title {
    color: var(--Text-Main, #F2FFF6);
}

.page-blog-huong-dan-ca-cuoc-the-thao-eubet__conclusion-section .page-blog-huong-dan-ca-cuoc-the-thao-eubet__text-block {
    margin-bottom: 40px;
}

/* --- Mobile Responsive Styles --- */
@media (max-width: 1024px) {
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-content {
    margin-top: -150px;
    padding: 30px 20px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__main-title {
    font-size: clamp(32px, 4.5vw, 48px);
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-description {
    font-size: 16px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-block {
    flex-direction: column;
    align-items: center;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-image {
    flex: none;
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-flex-container {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-content {
    order: 2; /* Content after image on mobile */
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-image {
    order: 1;
    flex: none;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 30px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-benefits {
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
  }
}

@media (max-width: 849px) {
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO Section */
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
    margin-bottom: 30px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-image-wrapper {
    height: 300px; /* Adjust height for mobile */
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-content {
    margin-top: -80px; /* Less overlap on mobile */
    padding: 20px 15px;
    border-radius: 10px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__main-title {
    font-size: clamp(28px, 8vw, 36px);
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__hero-description {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__btn-primary,
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* General Section */
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__content-section {
    padding: 40px 0;
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__section-title {
    font-size: clamp(24px, 7vw, 32px);
    margin-bottom: 30px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__text-block {
    font-size: 15px;
    padding: 0 10px;
  }

  /* Feature Grid */
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__feature-item h3 {
    font-size: 20px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__feature-item p {
    font-size: 15px;
  }

  /* Step-by-Step Guide */
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__step-by-step {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__step-title {
    font-size: 20px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__step-item p {
    font-size: 15px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__step-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }

  /* Info Block (Deposit) */
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-block {
    flex-direction: column;
    gap: 30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-title {
    font-size: 20px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-content ul,
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-content ol {
    margin-left: 0;
    padding-left: 10px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__info-content li {
    font-size: 15px;
  }

  /* Bet Types Grid */
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__bet-types-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    overflow-x: hidden;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__bet-type-card {
    padding: 20px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__bet-type-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__bet-type-title {
    font-size: 20px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__bet-type-card p {
    font-size: 15px;
  }

  /* Strategy List */
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__strategy-list {
    margin-left: 20px;
    font-size: 15px;
    padding-right: 10px;
  }

  /* App Section */
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-flex-container {
    padding: 30px 15px;
    gap: 30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__app-benefits {
    font-size: 15px;
    padding-left: 10px;
  }

  /* FAQ Section */
  details.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-item summary.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-question {
    padding: 15px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-qtext {
    font-size: 16px;
  }
  details.page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-item .page-blog-huong-dan-ca-cuoc-the-thao-eubet__faq-answer {
    padding: 0 15px 15px;
  }

  /* Conclusion Section */
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__conclusion-section {
    padding: 50px 0;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__conclusion-section .page-blog-huong-dan-ca-cuoc-the-thao-eubet__text-block {
    margin-bottom: 30px;
  }

  /* Universal image and container rules for mobile */
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__section,
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__card,
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__cta-buttons,
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__button-group,
  .page-blog-huong-dan-ca-cuoc-the-thao-eubet__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;
  }
}