/* style/blog-how-to-safely-deposit-and-withdraw-on-188jili.css */
:root {
  --primary-color: #F2C14E;
  --secondary-color: #FFD36B;
  --card-bg: #111111;
  --background-color: #0A0A0A;
  --text-main-color: #FFF6D6;
  --border-color: #3A2A12;
  --glow-color: #FFD36B;
  --button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main-color); /* Default text color for dark body bg */
  background-color: var(--background-color); /* Ensure consistency for sections */
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--background-color);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Match hero image width */
  overflow: hidden;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 20px;
  max-width: 900px;
  margin-top: -80px; /* Pull content slightly over image for visual flow */
  background-color: rgba(10, 10, 10, 0.85); /* Semi-transparent background for readability */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Use clamp for responsive H1 */
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__subtitle {
  font-size: clamp(1em, 1.5vw, 1.2em);
  color: var(--text-main-color);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__btn-primary,
.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  width: auto;
  min-width: 180px;
  text-align: center;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--background-color);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__content-section {
  padding: 60px 20px;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__dark-bg {
  background-color: var(--background-color);
  color: var(--text-main-color);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__light-bg .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__section-title,
.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__light-bg .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__sub-section-title {
  color: #000000;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__light-bg a {
  color: var(--primary-color);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__container {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__sub-section-title {
  font-size: clamp(1.4em, 2.2vw, 1.8em);
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__text-block {
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 800px; /* Constrain content images */
  min-width: 200px; /* Minimum size requirement */
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-section {
  padding: 60px 20px;
  background-color: var(--background-color);
  color: var(--text-main-color);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: var(--text-main-color);
  background-color: #1a1a1a;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-question:hover {
  background-color: #2a2a2a;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-title {
  margin: 0;
  font-size: 1.1em;
  color: var(--text-main-color);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--primary-color);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-item.active .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--text-main-color);
  background-color: var(--card-bg);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-item.active .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px 25px;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-text {
  margin-bottom: 15px;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__cta-banner {
  text-align: center;
  padding: 80px 20px;
  background-color: var(--background-color);
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__banner-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-188jili__banner-text {
  font-size: clamp(1em, 1.5vw, 1.2em);
  color: var(--text-main-color);
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__hero-content {
    margin-top: -40px;
    padding: 15px;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__main-title {
    font-size: 2em;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__subtitle,
  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__text-block,
  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__list-item,
  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-text,
  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__banner-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__sub-section-title {
    font-size: 1.4em;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__btn-primary,
  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    min-width: unset;
  }

  /* Mobile image responsiveness */
  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__container,
  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__content-section,
  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-section,
  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__cta-banner {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-question {
    padding: 15px 20px;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-answer {
    padding: 0 20px;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-item.active .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-188jili__banner-title {
    font-size: 2em;
  }
}