.page-blog-choosing-the-best-betting-platform {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: var(--background-color, #08160F); /* Fallback for body bg */
  color: var(--text-main, #F2FFF6);
}

.page-blog-choosing-the-best-betting-platform__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #08160F 0%, #11271B 100%);
}

.page-blog-choosing-the-best-betting-platform__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-choosing-the-best-betting-platform__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-choosing-the-best-betting-platform__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin-top: 20px;
  padding: 0 20px;
}

.page-blog-choosing-the-best-betting-platform__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: var(--text-main, #F2FFF6);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-choosing-the-best-betting-platform__description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
}

.page-blog-choosing-the-best-betting-platform__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-choosing-the-best-betting-platform__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-choosing-the-best-betting-platform__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-choosing-the-best-betting-platform__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-choosing-the-best-betting-platform__btn-secondary {
  background: transparent;
  color: var(--text-main, #F2FFF6);
  border: 2px solid var(--border-color, #2E7A4E);
}

.page-blog-choosing-the-best-betting-platform__btn-secondary:hover {
  background-color: rgba(46, 122, 78, 0.2); /* #2E7A4E with opacity */
  transform: translateY(-2px);
}

.page-blog-choosing-the-best-betting-platform__content-section {
  padding: 40px 0;
  background-color: var(--background-color, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-choosing-the-best-betting-platform__content-section.page-blog-choosing-the-best-betting-platform__dark-bg {
  background-color: var(--card-bg, #11271B);
}

.page-blog-choosing-the-best-betting-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-choosing-the-best-betting-platform__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--text-main, #F2FFF6);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-choosing-the-best-betting-platform__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--text-main, #F2FFF6);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-choosing-the-best-betting-platform__paragraph {
  font-size: 1.05rem;
  margin-bottom: 15px;
}

.page-blog-choosing-the-best-betting-platform__text-main {
  color: var(--text-main, #F2FFF6);
}

.page-blog-choosing-the-best-betting-platform__text-secondary {
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-choosing-the-best-betting-platform__highlight {
  color: var(--gold-color, #F2C14E);
  font-weight: bold;
}

.page-blog-choosing-the-best-betting-platform__inline-link {
  color: var(--gold-color, #F2C14E);
  text-decoration: none;
}

.page-blog-choosing-the-best-betting-platform__inline-link:hover {
  text-decoration: underline;
}

.page-blog-choosing-the-best-betting-platform__table-of-contents {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  background-color: var(--card-bg, #11271B);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.page-blog-choosing-the-best-betting-platform__table-of-contents li {
  margin-bottom: 10px;
}

.page-blog-choosing-the-best-betting-platform__toc-link {
  color: var(--text-main, #F2FFF6);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  display: block;
  padding: 5px 0;
}

.page-blog-choosing-the-best-betting-platform__toc-link:hover {
  color: var(--gold-color, #F2C14E);
}

.page-blog-choosing-the-best-betting-platform__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-choosing-the-best-betting-platform__feature-card {
  background-color: var(--card-bg, #11271B);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-choosing-the-best-betting-platform__feature-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--gold-color, #F2C14E);
}

.page-blog-choosing-the-best-betting-platform__feature-description {
  font-size: 0.95rem;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-choosing-the-best-betting-platform__image-container {
  margin: 30px auto;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-choosing-the-best-betting-platform__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-blog-choosing-the-best-betting-platform__game-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-choosing-the-best-betting-platform__game-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--divider-color, #1E3A2A);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.page-blog-choosing-the-best-betting-platform__game-title {
  font-size: 1.2rem;
  color: var(--gold-color, #F2C14E);
  margin-bottom: 10px;
}

.page-blog-choosing-the-best-betting-platform__registration-steps {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
  margin-top: 30px;
}

.page-blog-choosing-the-best-betting-platform__registration-steps li {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.page-blog-choosing-the-best-betting-platform__registration-steps li::before {
  counter-increment: step-counter;
  content: "Bước " counter(step-counter);
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: var(--deep-green-color, #0A4B2C);
  color: #F2FFF6;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9rem;
}

.page-blog-choosing-the-best-betting-platform__step-title {
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-blog-choosing-the-best-betting-platform__step-description {
  font-size: 1rem;
}

.page-blog-choosing-the-best-betting-platform__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-choosing-the-best-betting-platform__faq-list {
  margin-top: 30px;
}

.page-blog-choosing-the-best-betting-platform__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.page-blog-choosing-the-best-betting-platform__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  transition: background-color 0.3s ease;
}

.page-blog-choosing-the-best-betting-platform__faq-item summary:hover {
  background-color: rgba(46, 122, 78, 0.1); /* #2E7A4E with opacity */
}

.page-blog-choosing-the-best-betting-platform__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-choosing-the-best-betting-platform__faq-qtext {
  flex-grow: 1;
  font-size: 1.1rem;
}

.page-blog-choosing-the-best-betting-platform__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--gold-color, #F2C14E);
}

.page-blog-choosing-the-best-betting-platform__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-choosing-the-best-betting-platform__hero-content {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .page-blog-choosing-the-best-betting-platform__hero-section {
    padding-top: 10px; /* Small top padding for visual spacing */
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .page-blog-choosing-the-best-betting-platform__hero-image-wrapper {
    max-height: 400px;
  }

  .page-blog-choosing-the-best-betting-platform__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-choosing-the-best-betting-platform__description {
    font-size: 1rem;
  }

  .page-blog-choosing-the-best-betting-platform__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-choosing-the-best-betting-platform__cta-button {
    width: 100% !important;
    padding: 12px 20px;
  }

  .page-blog-choosing-the-best-betting-platform__content-section {
    padding: 30px 0;
  }

  .page-blog-choosing-the-best-betting-platform__container {
    padding: 0 15px;
  }

  .page-blog-choosing-the-best-betting-platform__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 20px;
  }

  .page-blog-choosing-the-best-betting-platform__sub-title {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-choosing-the-best-betting-platform__paragraph,
  .page-blog-choosing-the-best-betting-platform__feature-description,
  .page-blog-choosing-the-best-betting-platform__step-description,
  .page-blog-choosing-the-best-betting-platform__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-choosing-the-best-betting-platform__table-of-contents,
  .page-blog-choosing-the-best-betting-platform__feature-grid,
  .page-blog-choosing-the-best-betting-platform__game-list,
  .page-blog-choosing-the-best-betting-platform__registration-steps,
  .page-blog-choosing-the-best-betting-platform__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-choosing-the-best-betting-platform__image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .page-blog-choosing-the-best-betting-platform__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-choosing-the-best-betting-platform__faq-item summary {
    padding: 15px 20px;
  }

  .page-blog-choosing-the-best-betting-platform__faq-qtext {
    font-size: 1rem;
  }

  .page-blog-choosing-the-best-betting-platform__faq-answer {
    padding: 0 20px 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-choosing-the-best-betting-platform__hero-content {
    padding: 0 10px;
  }

  .page-blog-choosing-the-best-betting-platform__cta-buttons {
    gap: 10px;
  }

  .page-blog-choosing-the-best-betting-platform__section-title {
    font-size: 1.4rem;
  }

  .page-blog-choosing-the-best-betting-platform__sub-title {
    font-size: 1.1rem;
  }

  .page-blog-choosing-the-best-betting-platform__registration-steps li::before {
    left: 15px;
  }
}

/* Color contrast safety */
.page-blog-choosing-the-best-betting-platform__card {
  color: var(--text-main, #F2FFF6);
}

.page-blog-choosing-the-best-betting-platform__dark-bg {
  color: #ffffff;
}

.page-blog-choosing-the-best-betting-platform p,
.page-blog-choosing-the-best-betting-platform li {
  color: var(--text-main, #F2FFF6);
}

.page-blog-choosing-the-best-betting-platform__faq-answer p {
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-choosing-the-best-betting-platform__toc-link {
  color: var(--text-main, #F2FFF6);
}

.page-blog-choosing-the-best-betting-platform__btn-secondary {
  color: var(--text-main, #F2FFF6);
}

.page-blog-choosing-the-best-betting-platform__btn-secondary:hover {
  color: #ffffff;
}

.page-blog-choosing-the-best-betting-platform__feature-title {
  color: var(--gold-color, #F2C14E);
}

.page-blog-choosing-the-best-betting-platform__game-title {
  color: var(--gold-color, #F2C14E);
}

.page-blog-choosing-the-best-betting-platform__step-title {
  color: var(--text-main, #F2FFF6);
}