.page-blog-why-choose-sv88bet {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-why-choose-sv88bet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-why-choose-sv88bet__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
  background-color: #08160F; /* Ensure dark background for hero */
}

.page-blog-why-choose-sv88bet__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height of hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-why-choose-sv88bet__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-why-choose-sv88bet__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
}

.page-blog-why-choose-sv88bet__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: #F2FFF6;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-why-choose-sv88bet__description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-why-choose-sv88bet__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-why-choose-sv88bet__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-why-choose-sv88bet__cta-button--small {
  padding: 10px 20px;
  font-size: 0.95rem;
}

.page-blog-why-choose-sv88bet__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2rem;
}

.page-blog-why-choose-sv88bet__section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-why-choose-sv88bet__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-why-choose-sv88bet__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #11A84E; /* Main color */
  border-radius: 2px;
}

.page-blog-why-choose-sv88bet__text-block {
  font-size: 1.05rem;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.page-blog-why-choose-sv88bet__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-choose-sv88bet__card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-why-choose-sv88bet__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-why-choose-sv88bet__card-title {
  font-size: 1.6rem;
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-why-choose-sv88bet__card-text {
  font-size: 1rem;
  color: #A7D9B8;
}

.page-blog-why-choose-sv88bet__feature-item {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.page-blog-why-choose-sv88bet__feature-item:last-of-type {
  margin-bottom: 0;
}

.page-blog-why-choose-sv88bet__feature-item--reverse {
  flex-direction: row-reverse;
}

.page-blog-why-choose-sv88bet__feature-image {
  flex: 1;
  min-width: 400px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

.page-blog-why-choose-sv88bet__feature-content {
  flex: 1;
}

.page-blog-why-choose-sv88bet__feature-title {
  font-size: 2rem;
  color: #F2FFF6;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-why-choose-sv88bet__feature-text {
  font-size: 1.1rem;
  color: #A7D9B8;
  margin-bottom: 25px;
}

.page-blog-why-choose-sv88bet__feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-why-choose-sv88bet__feature-list li {
  font-size: 1.05rem;
  color: #F2FFF6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-blog-why-choose-sv88bet__feature-list li::before {
  content: '✓';
  color: #2AD16F; /* Button top color */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-why-choose-sv88bet__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-choose-sv88bet__step-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
}

.page-blog-why-choose-sv88bet__step-title {
  font-size: 1.8rem;
  color: #F2FFF6;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.page-blog-why-choose-sv88bet__step-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-blog-why-choose-sv88bet__step-list li {
  font-size: 1rem;
  color: #A7D9B8;
  margin-bottom: 10px;
}

.page-blog-why-choose-sv88bet__summary-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  max-width: 800px;
  margin: 40px auto 0 auto;
  text-align: center;
  border: 1px solid #2E7A4E;
}

.page-blog-why-choose-sv88bet__summary-title {
  font-size: 2.2rem;
  color: #F2FFF6;
  margin-bottom: 25px;
  font-weight: 700;
}

.page-blog-why-choose-sv88bet__summary-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-why-choose-sv88bet__summary-list li {
  font-size: 1.1rem;
  color: #A7D9B8;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}

.page-blog-why-choose-sv88bet__summary-list li::before {
  content: '★';
  color: #F2C14E; /* Gold */
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2em;
}

.page-blog-why-choose-sv88bet__expert-advice {
  font-size: 1.2rem;
  color: #F2FFF6;
  font-style: italic;
  margin-bottom: 40px;
}

.page-blog-why-choose-sv88bet__faq-section {
  padding-bottom: 80px;
}

.page-blog-why-choose-sv88bet__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-blog-why-choose-sv88bet__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #2E7A4E;
  overflow: hidden;
}

.page-blog-why-choose-sv88bet__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.page-blog-why-choose-sv88bet__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-why-choose-sv88bet__faq-item summary:hover {
  background-color: rgba(17, 168, 78, 0.1); /* Main color subtle hover */
}

.page-blog-why-choose-sv88bet__faq-qtext {
  flex-grow: 1;
}

.page-blog-why-choose-sv88bet__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F; /* Button top color */
}

.page-blog-why-choose-sv88bet__faq-item[open] .page-blog-why-choose-sv88bet__faq-toggle {
  content: '−';
}

.page-blog-why-choose-sv88bet__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1.05rem;
  color: #A7D9B8;
}

.page-blog-why-choose-sv88bet__faq-answer p {
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-why-choose-sv88bet__feature-item {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .page-blog-why-choose-sv88bet__feature-item--reverse {
    flex-direction: column;
  }
  .page-blog-why-choose-sv88bet__feature-image {
    min-width: unset;
    width: 100%;
    max-width: 800px; /* Limit image size on larger tablets */
  }
  .page-blog-why-choose-sv88bet__feature-list,
  .page-blog-why-choose-sv88bet__summary-list {
    text-align: left; /* Keep lists left-aligned */
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .page-blog-why-choose-sv88bet {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-why-choose-sv88bet__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-why-choose-sv88bet__hero-content {
    padding: 20px 15px;
  }
  .page-blog-why-choose-sv88bet__main-title {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
  }
  .page-blog-why-choose-sv88bet__description {
    font-size: clamp(0.95rem, 3.5vw, 1.15rem);
  }
  .page-blog-why-choose-sv88bet__cta-button {
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .page-blog-why-choose-sv88bet__section {
    padding: 40px 0;
  }
  .page-blog-why-choose-sv88bet__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    margin-bottom: 30px;
  }
  .page-blog-why-choose-sv88bet__text-block {
    font-size: 1rem;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .page-blog-why-choose-sv88bet__card-grid,
  .page-blog-why-choose-sv88bet__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }
  .page-blog-why-choose-sv88bet__card {
    padding: 25px;
  }
  .page-blog-why-choose-sv88bet__card-title {
    font-size: 1.4rem;
  }
  .page-blog-why-choose-sv88bet__feature-item {
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .page-blog-why-choose-sv88bet__feature-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-why-choose-sv88bet__feature-title {
    font-size: 1.6rem;
  }
  .page-blog-why-choose-sv88bet__feature-text,
  .page-blog-why-choose-sv88bet__feature-list li,
  .page-blog-why-choose-sv88bet__step-list li {
    font-size: 0.95rem;
  }
  .page-blog-why-choose-sv88bet__summary-card {
    padding: 30px 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-blog-why-choose-sv88bet__summary-title {
    font-size: 1.8rem;
  }
  .page-blog-why-choose-sv88bet__summary-list li {
    font-size: 1rem;
  }
  .page-blog-why-choose-sv88bet__expert-advice {
    font-size: 1.05rem;
  }
  .page-blog-why-choose-sv88bet__faq-list {
    padding: 0 15px;
  }
  .page-blog-why-choose-sv88bet__faq-item summary {
    font-size: 1.05rem;
    padding: 15px 20px;
  }
  .page-blog-why-choose-sv88bet__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.95rem;
  }

  /* Force responsive for all images, videos, and buttons */
  .page-blog-why-choose-sv88bet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-why-choose-sv88bet video,
  .page-blog-why-choose-sv88bet__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-why-choose-sv88bet__hero-image-wrapper,
  .page-blog-why-choose-sv88bet__container,
  .page-blog-why-choose-sv88bet__card,
  .page-blog-why-choose-sv88bet__feature-item,
  .page-blog-why-choose-sv88bet__step-card,
  .page-blog-why-choose-sv88bet__summary-card,
  .page-blog-why-choose-sv88bet__faq-item,
  .page-blog-why-choose-sv88bet__cta-button,
  .page-blog-why-choose-sv88bet__cta-buttons,
  .page-blog-why-choose-sv88bet__button-group,
  .page-blog-why-choose-sv88bet__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }
  .page-blog-why-choose-sv88bet__cta-button,
  .page-blog-why-choose-sv88bet a[class*="button"],
  .page-blog-why-choose-sv88bet a[class*="btn"] {
    white-space: normal !important;
    word-wrap: break-word !important;
    text-align: center;
  }
  .page-blog-why-choose-sv88bet__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}