/* style/blog-how-to-deposit-withdraw-pu88-win.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-blog-how-to-deposit-withdraw-pu88-win {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-blog-how-to-deposit-withdraw-pu88-win a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-how-to-deposit-withdraw-pu88-win a:hover {
  text-decoration: underline;
}

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

.page-blog-how-to-deposit-withdraw-pu88-win__section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
  line-height: 1.2;
}

.page-blog-how-to-deposit-withdraw-pu88-win__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-how-to-deposit-withdraw-pu88-win__text-block {
  font-size: 1em;
  margin-bottom: 15px;
}

.page-blog-how-to-deposit-withdraw-pu88-win__list,
.page-blog-how-to-deposit-withdraw-pu88-win__numbered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-blog-how-to-deposit-withdraw-pu88-win__list-item {
  margin-bottom: 10px;
}

/* Hero Section */
.page-blog-how-to-deposit-withdraw-pu88-win__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #0a0a0a; /* Ensure dark background for hero */
  color: #ffffff;
  text-align: center;
}

.page-blog-how-to-deposit-withdraw-pu88-win__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

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

.page-blog-how-to-deposit-withdraw-pu88-win__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-deposit-withdraw-pu88-win__hero-title {
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-blog-how-to-deposit-withdraw-pu88-win__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-how-to-deposit-withdraw-pu88-win__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-deposit-withdraw-pu88-win__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-deposit-withdraw-pu88-win__btn-primary:hover {
  background-color: #1e87b3;
  transform: translateY(-2px);
}

/* Section backgrounds for contrast */
.page-blog-how-to-deposit-withdraw-pu88-win__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
  padding: 60px 0;
}

.page-blog-how-to-deposit-withdraw-pu88-win__light-bg {
  background-color: #1a1a1a; /* Slightly lighter dark for contrast */
  color: #ffffff;
  padding: 60px 0;
}

.page-blog-how-to-deposit-withdraw-pu88-win__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-blog-how-to-deposit-withdraw-pu88-win__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-deposit-withdraw-pu88-win__faq-item {
  background: rgba(255, 255, 255, 0.08); /* Semi-transparent white on dark */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-how-to-deposit-withdraw-pu88-win__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-deposit-withdraw-pu88-win__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-blog-how-to-deposit-withdraw-pu88-win__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-how-to-deposit-withdraw-pu88-win__faq-item[open] .page-blog-how-to-deposit-withdraw-pu88-win__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-deposit-withdraw-pu88-win__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 0.95em;
  color: #f0f0f0;
}

.page-blog-how-to-deposit-withdraw-pu88-win__faq-answer p {
  margin-bottom: 10px;
}

/* Remove default details marker */
.page-blog-how-to-deposit-withdraw-pu88-win__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-blog-how-to-deposit-withdraw-pu88-win__faq-item summary {
  list-style: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .page-blog-how-to-deposit-withdraw-pu88-win {
    font-size: 16px;
    line-height: 1.6;
  }

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

  .page-blog-how-to-deposit-withdraw-pu88-win__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-deposit-withdraw-pu88-win__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-deposit-withdraw-pu88-win__container {
    padding: 0 15px;
  }

  /* Images responsive */
  .page-blog-how-to-deposit-withdraw-pu88-win img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  /* Containers responsive */
  .page-blog-how-to-deposit-withdraw-pu88-win__section,
  .page-blog-how-to-deposit-withdraw-pu88-win__card,
  .page-blog-how-to-deposit-withdraw-pu88-win__container,
  .page-blog-how-to-deposit-withdraw-pu88-win__hero-section,
  .page-blog-how-to-deposit-withdraw-pu88-win__introduction-section,
  .page-blog-how-to-deposit-withdraw-pu88-win__deposit-guide-section,
  .page-blog-how-to-deposit-withdraw-pu88-win__withdraw-guide-section,
  .page-blog-how-to-deposit-withdraw-pu88-win__security-section,
  .page-blog-how-to-deposit-withdraw-pu88-win__tips-section,
  .page-blog-how-to-deposit-withdraw-pu88-win__faq-section,
  .page-blog-how-to-deposit-withdraw-pu88-win__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

  /* Buttons responsive */
  .page-blog-how-to-deposit-withdraw-pu88-win__cta-button,
  .page-blog-how-to-deposit-withdraw-pu88-win__btn-primary {
    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-how-to-deposit-withdraw-pu88-win__hero-content {
    padding: 0 15px;
  }

  .page-blog-how-to-deposit-withdraw-pu88-win__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-blog-how-to-deposit-withdraw-pu88-win__faq-answer {
    padding: 0 15px 15px 15px;
  }
}