.page-blog-safe-deposits-withdrawals-bayvip-official {
  color: var(--text-main);
  background-color: var(--background);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-height: 700px; /* Limit height for aesthetic */
  overflow: hidden;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-safe-deposits-withdrawals-bayvip-official__hero-content {
  position: relative; /* Ensure content is above the image but not overlapping */
  z-index: 2;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--text-main);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__btn-primary,
.page-blog-safe-deposits-withdrawals-bayvip-official__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Break long words */
  text-align: center;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__btn-secondary {
  background-color: transparent;
  color: var(--text-main);
  border: 2px solid var(--border);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__section {
  padding: 40px 0;
  box-sizing: border-box;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__section-title {
  font-size: 2.2rem;
  color: var(--text-main);
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__sub-title {
  font-size: 1.6rem;
  color: var(--text-main);
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__text-block {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__ordered-list {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 30px;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: var(--text-secondary);
  font-size: 1rem;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__ordered-list .page-blog-safe-deposits-withdrawals-bayvip-official__list-item {
  display: list-item; /* Override flex for ordered list */
  margin-bottom: 20px;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__list-icon {
  width: 60px;
  height: 60px;
  min-width: 60px; /* Ensure minimum size */
  min-height: 60px; /* Ensure minimum size */
  margin-right: 15px;
  object-fit: contain;
  border-radius: 8px;
  background-color: var(--card-bg);
  padding: 10px;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__list-content {
  flex-grow: 1;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__list-title {
  font-size: 1.2rem;
  color: var(--text-main);
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-section {
  background-color: var(--card-bg);
  padding: 60px 0;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-list {
  margin-top: 30px;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-item {
  background-color: #11271B; /* Darker card BG for FAQ items */
  border: 1px solid var(--divider);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--text-main);
  background-color: #0A4B2C; /* Deep Green for summary */
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-qtext {
  flex-grow: 1;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
  color: var(--gold);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-item[open] .page-blog-safe-deposits-withdrawals-bayvip-official__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-answer {
  padding: 15px 25px 25px;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-answer p {
  margin-bottom: 0;
}

/* Ensure all images meet minimum size requirements */
.page-blog-safe-deposits-withdrawals-bayvip-official img {
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-safe-deposits-withdrawals-bayvip-official__main-title {
    font-size: clamp(2rem, 4vw, 3rem);
  }
  .page-blog-safe-deposits-withdrawals-bayvip-official__section-title {
    font-size: 1.8rem;
  }
  .page-blog-safe-deposits-withdrawals-bayvip-official__sub-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .page-blog-safe-deposits-withdrawals-bayvip-official__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__description,
  .page-blog-safe-deposits-withdrawals-bayvip-official__text-block,
  .page-blog-safe-deposits-withdrawals-bayvip-official__list-item p,
  .page-blog-safe-deposits-withdrawals-bayvip-official__faq-answer p {
    font-size: 15px;
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__section-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__sub-title {
    font-size: 1.3rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__btn-primary,
  .page-blog-safe-deposits-withdrawals-bayvip-official__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px;
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__container,
  .page-blog-safe-deposits-withdrawals-bayvip-official__section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important; /* Keep minimum size */
    min-height: 200px !important; /* Keep minimum size */
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__list-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__list-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-safe-deposits-withdrawals-bayvip-official__faq-answer {
    padding: 10px 20px 20px;
  }
}

/* Color Contrast and Theming */
.page-blog-safe-deposits-withdrawals-bayvip-official {
  color: var(--text-main);
  background-color: var(--background);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__hero-section {
  background-color: var(--background); /* Or a specific hero background */
}

.page-blog-safe-deposits-withdrawals-bayvip-official__introduction,
.page-blog-safe-deposits-withdrawals-bayvip-official__deposit-guide,
.page-blog-safe-deposits-withdrawals-bayvip-official__withdrawal-guide,
.page-blog-safe-deposits-withdrawals-bayvip-official__security-tips,
.page-blog-safe-deposits-withdrawals-bayvip-official__conclusion {
  background-color: var(--background);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-section {
  background-color: var(--card-bg);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__list-item p,
.page-blog-safe-deposits-withdrawals-bayvip-official__text-block {
  color: var(--text-secondary);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__list-title,
.page-blog-safe-deposits-withdrawals-bayvip-official__section-title,
.page-blog-safe-deposits-withdrawals-bayvip-official__sub-title,
.page-blog-safe-deposits-withdrawals-bayvip-official__faq-qtext {
  color: var(--text-main);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-item {
  background-color: var(--card-bg);
  border-color: var(--divider);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-item summary {
  background-color: var(--deep-green);
  color: var(--text-main);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-toggle {
  color: var(--gold);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__faq-answer {
  color: var(--text-secondary);
}

/* Specific element colors from palette */
.page-blog-safe-deposits-withdrawals-bayvip-official__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__btn-secondary {
  border-color: var(--border);
  color: var(--text-main);
}

.page-blog-safe-deposits-withdrawals-bayvip-official__list-icon {
  background-color: var(--card-bg);
}

/* Contrast fix classes (if needed) */
.page-blog-safe-deposits-withdrawals-bayvip-official__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-safe-deposits-withdrawals-bayvip-official__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}