/* style/blog-how-to-deposit-withdraw-safely-68good88.css */

/* Base styles for the page */
.page-blog-how-to-deposit-withdraw-safely-68good88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-top: 10px; /* Small top padding for the first section, body handles --header-offset */
}

.page-blog-how-to-deposit-withdraw-safely-68good88__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__dark-section {
  background-color: #11271B; /* Card BG */
}

.page-blog-how-to-deposit-withdraw-safely-68good88__dark-bg {
  background-color: #0A4B2C;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__section-title {
  font-size: clamp(28px, 4vw, 42px);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__sub-title {
  font-size: clamp(24px, 3.5vw, 32px);
  color: #F2C14E; /* Gold */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__paragraph {
  font-size: 17px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-deposit-withdraw-safely-68good88 a {
  color: #57E38D; /* Glow for links */
  text-decoration: none;
}

.page-blog-how-to-deposit-withdraw-safely-68good88 a:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-blog-how-to-deposit-withdraw-safely-68good88__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  min-height: 500px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background-color: #08160F;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-how-to-deposit-withdraw-safely-68good88__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  padding: 30px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__main-title {
  font-size: clamp(36px, 5vw, 60px);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: bold;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__hero-description {
  font-size: 18px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-deposit-withdraw-safely-68good88__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

/* Feature Grid */
.page-blog-how-to-deposit-withdraw-safely-68good88__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__feature-item {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-deposit-withdraw-safely-68good88__feature-title {
  font-size: 24px;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__feature-description {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
}

/* Method List (Deposit/Withdrawal) */
.page-blog-how-to-deposit-withdraw-safely-68good88__method-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__method-item {
  background-color: #0A4B2C; /* Deep Green */
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #1E3A2A; /* Divider */
}

.page-blog-how-to-deposit-withdraw-safely-68good88__method-icon {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__method-name {
  font-size: 20px;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__method-description {
  font-size: 15px;
  color: #A7D9B8; /* Text Secondary */
}

/* Step List */
.page-blog-how-to-deposit-withdraw-safely-68good88__step-list {
  counter-reset: step-counter;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__step-item {
  background-color: #11271B; /* Card BG */
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #2AD16F; /* Button top color */
}

.page-blog-how-to-deposit-withdraw-safely-68good88__step-item::before {
  counter-increment: step-counter;
  content: "Bước " counter(step-counter);
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #2AD16F; /* Button top color */
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__step-title {
  font-size: 22px;
  color: #F2FFF6; /* Text Main */
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Bullet List */
.page-blog-how-to-deposit-withdraw-safely-68good88__bullet-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-deposit-withdraw-safely-68good88__list-item::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #57E38D; /* Glow */
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

/* Video Section */
.page-blog-how-to-deposit-withdraw-safely-68good88__video-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-color: #08160F;
  box-sizing: border-box;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 2px solid #2E7A4E;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

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

.page-blog-how-to-deposit-withdraw-safely-68good88__video-caption {
  margin-top: 20px;
  font-style: italic;
  color: #A7D9B8;
}

/* FAQ Section */
.page-blog-how-to-deposit-withdraw-safely-68good88__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__faq-item {
  background-color: #11271B; /* Card BG */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-deposit-withdraw-safely-68good88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__faq-question:hover {
  background-color: #11A84E;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__faq-qtext {
  flex-grow: 1;
  margin-right: 15px;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__faq-toggle {
  font-size: 24px;
  line-height: 1;
  width: 20px;
  text-align: center;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__faq-item[open] > .page-blog-how-to-deposit-withdraw-safely-68good88__faq-question {
  background-color: #11A84E;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__faq-answer {
  padding: 15px 25px 20px;
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
  background-color: #11271B;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__faq-answer p {
  margin-bottom: 0;
}

/* Conclusion Section */
.page-blog-how-to-deposit-withdraw-safely-68good88__conclusion-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__conclusion-section .page-blog-how-to-deposit-withdraw-safely-68good88__section-title {
  color: #F2C14E; /* Gold */
}

.page-blog-how-to-deposit-withdraw-safely-68good88__conclusion-section .page-blog-how-to-deposit-withdraw-safely-68good88__paragraph {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-blog-how-to-deposit-withdraw-safely-68good88__cta-button--large {
  padding: 18px 35px;
  font-size: 22px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-how-to-deposit-withdraw-safely-68good88 {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 0 !important; /* body handles header offset */
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__hero-content {
    padding: 20px 15px;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__main-title {
    font-size: clamp(28px, 8vw, 42px);
    margin-bottom: 15px;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__cta-button {
    width: 100% !important;
    max-width: 300px !important; /* Limit width for very small screens */
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px !important;
    font-size: 18px !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__section,
  .page-blog-how-to-deposit-withdraw-safely-68good88__content-area,
  .page-blog-how-to-deposit-withdraw-safely-68good88__video-section,
  .page-blog-how-to-deposit-withdraw-safely-68good88__conclusion-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__section-title {
    font-size: clamp(24px, 7vw, 36px);
    margin-bottom: 30px;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__sub-title {
    font-size: clamp(20px, 6vw, 28px);
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__paragraph,
  .page-blog-how-to-deposit-withdraw-safely-68good88__list-item,
  .page-blog-how-to-deposit-withdraw-safely-68good88__method-description {
    font-size: 15px;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__feature-grid,
  .page-blog-how-to-deposit-withdraw-safely-68good88__method-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__feature-item,
  .page-blog-how-to-deposit-withdraw-safely-68good88__method-item,
  .page-blog-how-to-deposit-withdraw-safely-68good88__step-item,
  .page-blog-how-to-deposit-withdraw-safely-68good88__faq-item {
    padding: 20px;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__feature-icon,
  .page-blog-how-to-deposit-withdraw-safely-68good88__method-icon {
    max-width: 150px;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__hero-image-wrapper,
  .page-blog-how-to-deposit-withdraw-safely-68good88__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88 video,
  .page-blog-how-to-deposit-withdraw-safely-68good88__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__faq-question {
    font-size: 17px;
    padding: 15px 20px;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-how-to-deposit-withdraw-safely-68good88__cta-button--large {
    font-size: 20px !important;
    padding: 15px 25px !important;
  }
}