/* style/blog-how-to-securely-withdraw-from-jb88-code.css */
.page-blog-how-to-securely-withdraw-from-jb88-code {
  color: var(--text-main, #F2FFF6); /* Default text color for the page */
  background-color: var(--bg-dark, #08160F); /* Ensure dark background for the main content area */
}

.page-blog-how-to-securely-withdraw-from-jb88-code__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: var(--bg-dark, #08160F);
}

.page-blog-how-to-securely-withdraw-from-jb88-code__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__hero-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__main-title {
  color: var(--text-main, #F2FFF6);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-how-to-securely-withdraw-from-jb88-code__subtitle {
  color: var(--text-secondary, #A7D9B8);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-securely-withdraw-from-jb88-code__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__section-title {
  color: var(--text-main, #F2FFF6);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__sub-section-title {
  color: var(--text-main, #F2FFF6);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__text-block {
  color: var(--text-secondary, #A7D9B8);
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-securely-withdraw-from-jb88-code__list-item {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__list-item strong {
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-securely-withdraw-from-jb88-code__sub-list {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 5px;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__sub-list-item {
  margin-bottom: 5px;
  line-height: 1.5;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__image-wrapper {
  margin: 30px auto;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-how-to-securely-withdraw-from-jb88-code__image {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__video-wrapper {
  margin: 40px auto;
  max-width: 100%;
  width: 100%; /* Ensure width is 100% for desktop */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  border: 2px solid var(--glow, #57E38D);
}

.page-blog-how-to-securely-withdraw-from-jb88-code__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__video-caption {
  text-align: center;
  color: var(--text-secondary, #A7D9B8);
  font-style: italic;
  margin-top: 15px;
  font-size: 0.95rem;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: var(--text-main, #F2FFF6);
  font-weight: 600;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.page-blog-how-to-securely-withdraw-from-jb88-code__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-securely-withdraw-from-jb88-code__faq-question:hover {
  background-color: rgba(var(--deep-green-rgb, 10, 75, 44), 0.5);
}

.page-blog-how-to-securely-withdraw-from-jb88-code__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--glow, #57E38D);
}

.page-blog-how-to-securely-withdraw-from-jb88-code__faq-item[open] .page-blog-how-to-securely-withdraw-from-jb88-code__faq-toggle {
  content: '−';
}

.page-blog-how-to-securely-withdraw-from-jb88-code__faq-answer {
  color: var(--text-secondary, #A7D9B8);
  padding: 0 25px 20px;
  line-height: 1.7;
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-securely-withdraw-from-jb88-code__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__section-title {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__sub-section-title {
    font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-securely-withdraw-from-jb88-code {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body handles --header-offset */
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__hero-content {
    padding: 15px;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__main-title {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
    margin-bottom: 10px;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__subtitle {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__cta-button,
  .page-blog-how-to-securely-withdraw-from-jb88-code__btn-primary {
    padding: 12px 25px;
    font-size: 0.95rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__content-area {
    padding: 20px 15px;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__sub-section-title {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__text-block,
  .page-blog-how-to-securely-withdraw-from-jb88-code__list-item,
  .page-blog-how-to-securely-withdraw-from-jb88-code__sub-list-item,
  .page-blog-how-to-securely-withdraw-from-jb88-code__faq-answer {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__image-wrapper,
  .page-blog-how-to-securely-withdraw-from-jb88-code__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden !important;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code video,
  .page-blog-how-to-securely-withdraw-from-jb88-code__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__list {
    margin-left: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-securely-withdraw-from-jb88-code__main-title {
    font-size: clamp(1.6rem, 7vw, 2.5rem);
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__section-title {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
  }

  .page-blog-how-to-securely-withdraw-from-jb88-code__sub-section-title {
    font-size: clamp(1rem, 5vw, 1.3rem);
  }
}