.page-blog-mv66-bet-guide {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main - for dark background */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-mv66-bet-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-mv66-bet-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 60px; /* Space below content */
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-blog-mv66-bet-guide__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit hero image height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-mv66-bet-guide__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 200px; /* Ensure min size */
}

.page-blog-mv66-bet-guide__hero-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  max-width: 900px;
  margin-top: 20px; /* Separate content from image */
}

.page-blog-mv66-bet-guide__main-title {
  font-size: clamp(2em, 4vw, 3em); /* Responsive font size for H1 */
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-mv66-bet-guide__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-mv66-bet-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-mv66-bet-guide__btn-primary,
.page-blog-mv66-bet-guide__btn-secondary {
  padding: 12px 25px;
  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;
  text-align: center;
  min-width: 180px; /* Ensure buttons are not too small */
}

.page-blog-mv66-bet-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-mv66-bet-guide__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-mv66-bet-guide__btn-secondary {
  background-color: transparent;
  color: #2AD16F; /* Adjusted for better contrast on dark bg */
  border: 2px solid #2AD16F; /* Adjusted for better contrast */
}

.page-blog-mv66-bet-guide__btn-secondary:hover {
  background-color: #2AD16F; /* Adjusted for better contrast */
  color: #F2FFF6;
}

.page-blog-mv66-bet-guide__section-title {
  font-size: 2.2em;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-mv66-bet-guide__section-subtitle {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-mv66-bet-guide__introduction-section,
.page-blog-mv66-bet-guide__deposit-withdraw-section,
.page-blog-mv66-bet-guide__promotions-section,
.page-blog-mv66-bet-guide__support-faq-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-mv66-bet-guide__registration-section,
.page-blog-mv66-bet-guide__games-section,
.page-blog-mv66-bet-guide__tips-strategy-section,
.page-blog-mv66-bet-guide__conclusion-section {
  padding: 60px 0;
  background-color: #11271B; /* Card B G - for dark sections */
}

.page-blog-mv66-bet-guide__dark-bg {
  background-color: #11271B; /* Card B G */
  color: #F2FFF6; /* Text Main */
}

.page-blog-mv66-bet-guide__steps-wrapper,
.page-blog-mv66-bet-guide__transaction-guide,
.page-blog-mv66-bet-guide__game-categories,
.page-blog-mv66-bet-guide__promo-list,
.page-blog-mv66-bet-guide__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-mv66-bet-guide__step-card,
.page-blog-mv66-bet-guide__transaction-card,
.page-blog-mv66-bet-guide__game-card,
.page-blog-mv66-bet-guide__promo-item,
.page-blog-mv66-bet-guide__channel-card {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #F2FFF6; /* Text Main */
}

.page-blog-mv66-bet-guide__step-card p,
.page-blog-mv66-bet-guide__transaction-card p,
.page-blog-mv66-bet-guide__game-card p,
.page-blog-mv66-bet-guide__promo-item p,
.page-blog-mv66-bet-guide__channel-card p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
  margin-bottom: 15px;
  flex-grow: 1; /* Allow paragraphs to grow */
}

.page-blog-mv66-bet-guide__step-image,
.page-blog-mv66-bet-guide__transaction-image,
.page-blog-mv66-bet-guide__game-image,
.page-blog-mv66-bet-guide__promo-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px; /* Ensure min size */
  min-height: 200px; /* Ensure min size */
}

.page-blog-mv66-bet-guide__step-title,
.page-blog-mv66-bet-guide__transaction-title,
.page-blog-mv66-bet-guide__promo-title {
  font-size: 1.4em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-blog-mv66-bet-guide__game-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-blog-mv66-bet-guide__game-title a {
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-mv66-bet-guide__game-title a:hover {
  color: #2AD16F; /* Brighter green on hover */
}

.page-blog-mv66-bet-guide__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-blog-mv66-bet-guide__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
}

.page-blog-mv66-bet-guide__strategy-list li {
  background-color: #08160F; /* Background */
  border-left: 5px solid #2AD16F;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #F2FFF6; /* Text Main */
}

.page-blog-mv66-bet-guide__strategy-list li strong {
  color: #57E38D; /* Glow */
}

.page-blog-mv66-bet-guide__support-channels {
  margin-bottom: 60px;
}

.page-blog-mv66-bet-guide__channel-card {
  background-color: #11271B; /* Card B G */
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-mv66-bet-guide__channel-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-blog-mv66-bet-guide__faq-heading {
  font-size: 2em;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.page-blog-mv66-bet-guide__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-mv66-bet-guide__faq-item {
  background-color: #11271B; /* Card B G */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-mv66-bet-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #1E3A2A; /* Divider - slightly darker for summary */
  font-weight: bold;
  font-size: 1.1em;
  color: #F2FFF6; /* Text Main */
  list-style: none; /* For details/summary */
}

.page-blog-mv66-bet-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-mv66-bet-guide__faq-question:hover {
  background-color: #2E7A4E; /* Border color on hover */
}

.page-blog-mv66-bet-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
}

.page-blog-mv66-bet-guide__faq-item[open] .page-blog-mv66-bet-guide__faq-question {
  background-color: #2E7A4E; /* Border color */
}

.page-blog-mv66-bet-guide__faq-answer {
  padding: 15px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  background-color: #11271B; /* Card B G */
}

.page-blog-mv66-bet-guide__conclusion-section p {
  font-size: 1.1em;
  text-align: center;
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-mv66-bet-guide__container {
    padding: 15px;
  }

  .page-blog-mv66-bet-guide__hero-section {
    padding-bottom: 40px;
    padding-top: 10px !important; /* body handles header offset */
  }

  .page-blog-mv66-bet-guide__hero-content {
    margin-top: 15px;
    padding: 15px;
  }

  .page-blog-mv66-bet-guide__main-title {
    font-size: 1.8em;
  }

  .page-blog-mv66-bet-guide__description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-mv66-bet-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-mv66-bet-guide__btn-primary,
  .page-blog-mv66-bet-guide__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-mv66-bet-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-blog-mv66-bet-guide__section-subtitle {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-blog-mv66-bet-guide__introduction-section,
  .page-blog-mv66-bet-guide__deposit-withdraw-section,
  .page-blog-mv66-bet-guide__promotions-section,
  .page-blog-mv66-bet-guide__support-faq-section,
  .page-blog-mv66-bet-guide__registration-section,
  .page-blog-mv66-bet-guide__games-section,
  .page-blog-mv66-bet-guide__tips-strategy-section,
  .page-blog-mv66-bet-guide__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-mv66-bet-guide__steps-wrapper,
  .page-blog-mv66-bet-guide__transaction-guide,
  .page-blog-mv66-bet-guide__game-categories,
  .page-blog-mv66-bet-guide__promo-list,
  .page-blog-mv66-bet-guide__support-channels {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-mv66-bet-guide__step-card,
  .page-blog-mv66-bet-guide__transaction-card,
  .page-blog-mv66-bet-guide__game-card,
  .page-blog-mv66-bet-guide__promo-item,
  .page-blog-mv66-bet-guide__channel-card {
    padding: 20px;
  }

  .page-blog-mv66-bet-guide__step-image,
  .page-blog-mv66-bet-guide__transaction-image,
  .page-blog-mv66-bet-guide__game-image,
  .page-blog-mv66-bet-guide__promo-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-height: 200px;
  }

  /* Content area image rules */
  .page-blog-mv66-bet-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-height: 200px; /* Enforce minimum size even on mobile */
  }

  .page-blog-mv66-bet-guide__section,
  .page-blog-mv66-bet-guide__card,
  .page-blog-mv66-bet-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-mv66-bet-guide__video-section {
    padding-top: 10px !important; /* body 已承担 --header-offset，此处禁止 var(--header-offset) */
  }

  .page-blog-mv66-bet-guide video,
  .page-blog-mv66-bet-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-mv66-bet-guide__video-section,
  .page-blog-mv66-bet-guide__video-container,
  .page-blog-mv66-bet-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-blog-mv66-bet-guide__video-section {
    padding-top: 10px !important;
  }
  
  .page-blog-mv66-bet-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-mv66-bet-guide__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }
}