.page-blog-how-to-deposit-withdraw-mmo88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-how-to-deposit-withdraw-mmo88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-how-to-deposit-withdraw-mmo88__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 10px; /* Small padding top, body handles header offset */
  overflow: hidden;
}

.page-blog-how-to-deposit-withdraw-mmo88__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-how-to-deposit-withdraw-mmo88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-deposit-withdraw-mmo88__hero-content {
  position: relative;
  z-index: 1;
  padding: 20px 15px;
  max-width: 900px;
}

.page-blog-how-to-deposit-withdraw-mmo88__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-how-to-deposit-withdraw-mmo88__subtitle {
  font-size: clamp(1em, 2vw, 1.3em);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-how-to-deposit-withdraw-mmo88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-deposit-withdraw-mmo88__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-deposit-withdraw-mmo88__cta-button--inline {
  margin-top: 30px;
}

.page-blog-how-to-deposit-withdraw-mmo88__cta-button--primary {
  margin-right: 15px;
}

.page-blog-how-to-deposit-withdraw-mmo88__cta-button--secondary {
  background: #11271B; /* Card BG */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-how-to-deposit-withdraw-mmo88__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-blog-how-to-deposit-withdraw-mmo88__sub-title {
  font-size: clamp(1.4em, 3vw, 2em);
  color: #F2FFF6; /* Text Main */
  margin-top: 50px;
  margin-bottom: 20px;
}

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

.page-blog-how-to-deposit-withdraw-mmo88__note-text {
  font-size: 0.95em;
  color: #A7D9B8;
  margin-top: 15px;
  font-style: italic;
}

.page-blog-how-to-deposit-withdraw-mmo88__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-deposit-withdraw-mmo88__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-how-to-deposit-withdraw-mmo88__intro-section,
.page-blog-how-to-deposit-withdraw-mmo88__deposit-guide,
.page-blog-how-to-deposit-withdraw-mmo88__withdraw-guide,
.page-blog-how-to-deposit-withdraw-mmo88__tips-section,
.page-blog-how-to-deposit-withdraw-mmo88__faq-section,
.page-blog-how-to-deposit-withdraw-mmo88__conclusion-section {
  padding: 60px 0;
}

.page-blog-how-to-deposit-withdraw-mmo88__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-deposit-withdraw-mmo88__card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-deposit-withdraw-mmo88__card-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
}

.page-blog-how-to-deposit-withdraw-mmo88__card-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-how-to-deposit-withdraw-mmo88__tips-section .page-blog-how-to-deposit-withdraw-mmo88__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-blog-how-to-deposit-withdraw-mmo88__tips-section .page-blog-how-to-deposit-withdraw-mmo88__image-side {
  flex: 1;
  min-width: 300px;
}

.page-blog-how-to-deposit-withdraw-mmo88__tips-section .page-blog-how-to-deposit-withdraw-mmo88__image-full {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.page-blog-how-to-deposit-withdraw-mmo88__tips-section .page-blog-how-to-deposit-withdraw-mmo88__text-side {
  flex: 2;
}

.page-blog-how-to-deposit-withdraw-mmo88__faq-list {
  margin-top: 40px;
}

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

.page-blog-how-to-deposit-withdraw-mmo88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  font-size: 1.15em;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-how-to-deposit-withdraw-mmo88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-deposit-withdraw-mmo88__faq-question:hover {
  background-color: rgba(46, 122, 78, 0.2); /* Lighter Border color for hover */
}

.page-blog-how-to-deposit-withdraw-mmo88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F;
}

.page-blog-how-to-deposit-withdraw-mmo88__faq-item[open] .page-blog-how-to-deposit-withdraw-mmo88__faq-toggle {
  content: '−';
}

.page-blog-how-to-deposit-withdraw-mmo88__faq-answer {
  padding: 0 25px 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.05em;
}

.page-blog-how-to-deposit-withdraw-mmo88__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Video Section */
.page-blog-how-to-deposit-withdraw-mmo88__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-how-to-deposit-withdraw-mmo88__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto;
  border-radius: 12px;
}

.page-blog-how-to-deposit-withdraw-mmo88__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-deposit-withdraw-mmo88__tips-section .page-blog-how-to-deposit-withdraw-mmo88__content-wrapper {
    flex-direction: column;
  }
  .page-blog-how-to-deposit-withdraw-mmo88__tips-section .page-blog-how-to-deposit-withdraw-mmo88__image-side {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-deposit-withdraw-mmo88 {
    font-size: 15px;
  }

  .page-blog-how-to-deposit-withdraw-mmo88__main-title {
    font-size: 2.5em;
  }

  .page-blog-how-to-deposit-withdraw-mmo88__subtitle {
    font-size: 1em;
  }

  .page-blog-how-to-deposit-withdraw-mmo88__section-title {
    font-size: 2em;
  }

  .page-blog-how-to-deposit-withdraw-mmo88__cta-button {
    padding: 12px 20px;
    font-size: 0.95em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-top: 10px; /* Adjust margin for stacking */
  }

  .page-blog-how-to-deposit-withdraw-mmo88__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-deposit-withdraw-mmo88__cta-button--primary {
    margin-right: 0;
  }

  .page-blog-how-to-deposit-withdraw-mmo88__card-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-how-to-deposit-withdraw-mmo88__hero-content {
    padding: 15px 10px;
  }

  .page-blog-how-to-deposit-withdraw-mmo88__intro-section,
  .page-blog-how-to-deposit-withdraw-mmo88__deposit-guide,
  .page-blog-how-to-deposit-withdraw-mmo88__withdraw-guide,
  .page-blog-how-to-deposit-withdraw-mmo88__tips-section,
  .page-blog-how-to-deposit-withdraw-mmo88__faq-section,
  .page-blog-how-to-deposit-withdraw-mmo88__conclusion-section {
    padding: 40px 0;
  }

  /* Mobile responsive for all images */
  .page-blog-how-to-deposit-withdraw-mmo88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Mobile responsive for all image containers */
  .page-blog-how-to-deposit-withdraw-mmo88__hero-image-wrapper,
  .page-blog-how-to-deposit-withdraw-mmo88__card,
  .page-blog-how-to-deposit-withdraw-mmo88__image-side,
  .page-blog-how-to-deposit-withdraw-mmo88__video-wrapper,
  .page-blog-how-to-deposit-withdraw-mmo88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Mobile responsive for video */
  .page-blog-how-to-deposit-withdraw-mmo88 video,
  .page-blog-how-to-deposit-withdraw-mmo88__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-how-to-deposit-withdraw-mmo88__video-section {
    padding-top: 10px !important; /* body handles header offset */
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-deposit-withdraw-mmo88__main-title {
    font-size: 2em;
  }
  .page-blog-how-to-deposit-withdraw-mmo88__section-title {
    font-size: 1.6em;
  }
  .page-blog-how-to-deposit-withdraw-mmo88__card-title {
    font-size: 1.3em;
  }
  .page-blog-how-to-deposit-withdraw-mmo88__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-blog-how-to-deposit-withdraw-mmo88__faq-answer {
    padding: 0 20px 15px 20px;
  }
}