.page-blog-how-to-choose-reliable-betting-platform {
  font-family: Arial, sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-how-to-choose-reliable-betting-platform__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-how-to-choose-reliable-betting-platform__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit height for hero image */
}

.page-blog-how-to-choose-reliable-betting-platform__hero-content {
  position: relative; /* Ensure content is above the image but not overlapping */
  z-index: 10;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -80px; /* Pull content slightly up after image */
  background: rgba(17, 39, 27, 0.8); /* Card BG with opacity for contrast */
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reliable-betting-platform__hero-title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F2C14E; /* Gold */
}

.page-blog-how-to-choose-reliable-betting-platform__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reliable-betting-platform__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background: #11271B; /* Card BG */
  color: #2AD16F; /* Brighter green for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease;
  border: 2px solid #2E7A4E; /* Border */
  margin-left: 15px;
}

.page-blog-how-to-choose-reliable-betting-platform__btn-secondary:hover {
  background: #2E7A4E; /* Border color on hover */
  color: #F2FFF6; /* Text Main on hover */
}

.page-blog-how-to-choose-reliable-betting-platform__section-title {
  font-size: 2.2em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platform__introduction-section,
.page-blog-how-to-choose-reliable-betting-platform__criteria-section,
.page-blog-how-to-choose-reliable-betting-platform__zalvco-advantage-section,
.page-blog-how-to-choose-reliable-betting-platform__step-by-step-section,
.page-blog-how-to-choose-reliable-betting-platform__faq-section,
.page-blog-how-to-choose-reliable-betting-platform__conclusion-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-how-to-choose-reliable-betting-platform__introduction-section:last-of-type,
.page-blog-how-to-choose-reliable-betting-platform__conclusion-section {
  border-bottom: none;
}

.page-blog-how-to-choose-reliable-betting-platform__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-how-to-choose-reliable-betting-platform__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-choose-reliable-betting-platform__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reliable-betting-platform__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-how-to-choose-reliable-betting-platform__card-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platform__card-text {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-how-to-choose-reliable-betting-platform__advantage-list,
.page-blog-how-to-choose-reliable-betting-platform__step-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.page-blog-how-to-choose-reliable-betting-platform__list-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  position: relative;
  display: flex;
  flex-direction: column;
}

.page-blog-how-to-choose-reliable-betting-platform__list-item strong {
  color: #F2C14E; /* Gold for emphasis */
}

.page-blog-how-to-choose-reliable-betting-platform__list-item:last-child {
  margin-bottom: 0;
}

.page-blog-how-to-choose-reliable-betting-platform__step-list .page-blog-how-to-choose-reliable-betting-platform__list-item {
  counter-increment: step-counter;
  padding-left: 60px; /* Space for counter */
}

.page-blog-how-to-choose-reliable-betting-platform__step-list .page-blog-how-to-choose-reliable-betting-platform__list-item::before {
  content: "Bước " counter(step-counter);
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #2AD16F;
  color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9em;
}

.page-blog-how-to-choose-reliable-betting-platform__list-title {
  font-size: 1.3em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platform__list-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-how-to-choose-reliable-betting-platform__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item summary:hover {
  background-color: #1E3A2A; /* Divider for hover effect */
}

.page-blog-how-to-choose-reliable-betting-platform__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #2AD16F;
}

.page-blog-how-to-choose-reliable-betting-platform__faq-item[open] .page-blog-how-to-choose-reliable-betting-platform__faq-toggle {
  content: '−';
}

.page-blog-how-to-choose-reliable-betting-platform__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-reliable-betting-platform__hero-title {
    font-size: 2.5em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 2em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__card-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-reliable-betting-platform__hero-section {
    padding: 10px 0 40px 0;
  }
  .page-blog-how-to-choose-reliable-betting-platform__hero-content {
    margin-top: -60px;
    padding: 30px 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__hero-title {
    font-size: 2em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__hero-description {
    font-size: 1em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__introduction-section,
  .page-blog-how-to-choose-reliable-betting-platform__criteria-section,
  .page-blog-how-to-choose-reliable-betting-platform__zalvco-advantage-section,
  .page-blog-how-to-choose-reliable-betting-platform__step-by-step-section,
  .page-blog-how-to-choose-reliable-betting-platform__faq-section,
  .page-blog-how-to-choose-reliable-betting-platform__conclusion-section {
    padding: 40px 0;
  }
  .page-blog-how-to-choose-reliable-betting-platform__grid-layout {
    grid-template-columns: 1fr;
  }
  .page-blog-how-to-choose-reliable-betting-platform__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__btn-primary,
  .page-blog-how-to-choose-reliable-betting-platform__btn-secondary {
    width: 100% !important;
    margin-left: 0;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__list-item {
    padding: 15px 20px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__step-list .page-blog-how-to-choose-reliable-betting-platform__list-item {
    padding-left: 50px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__step-list .page-blog-how-to-choose-reliable-betting-platform__list-item::before {
    left: 15px;
    top: 15px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__faq-item summary {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__faq-answer {
    padding: 0 20px 15px 20px;
  }
  /* Mobile image responsiveness */
  .page-blog-how-to-choose-reliable-betting-platform img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-choose-reliable-betting-platform__container,
  .page-blog-how-to-choose-reliable-betting-platform__hero-section,
  .page-blog-how-to-choose-reliable-betting-platform__introduction-section,
  .page-blog-how-to-choose-reliable-betting-platform__criteria-section,
  .page-blog-how-to-choose-reliable-betting-platform__zalvco-advantage-section,
  .page-blog-how-to-choose-reliable-betting-platform__step-by-step-section,
  .page-blog-how-to-choose-reliable-betting-platform__faq-section,
  .page-blog-how-to-choose-reliable-betting-platform__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-choose-reliable-betting-platform__hero-title {
    font-size: 1.6em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__section-title {
    font-size: 1.5em;
  }
  .page-blog-how-to-choose-reliable-betting-platform__hero-content {
    padding: 20px 10px;
    margin-top: -40px;
  }
  .page-blog-how-to-choose-reliable-betting-platform__card-title {
    font-size: 1.2em;
  }
}