/* style/blog-safe-efficient-deposits-withdrawals-b52.css */

/* Base styles for the page */
.page-blog-safe-efficient-deposits-withdrawals-b52 {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

/* Hero Section */
.page-blog-safe-efficient-deposits-withdrawals-b52__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 700px; /* Limit hero image height */
  margin-bottom: 20px;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  padding: 0 20px;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.page-blog-safe-efficient-deposits-withdrawals-b52__lead-paragraph {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

/* Content Area */
.page-blog-safe-efficient-deposits-withdrawals-b52__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F; /* Background */
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #2E7A4E; /* Border */
  padding-bottom: 15px;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__sub-section-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__text-block {
  margin-bottom: 30px;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__paragraph {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-safe-efficient-deposits-withdrawals-b52__list,
.page-blog-safe-efficient-deposits-withdrawals-b52__ordered-list {
  list-style-position: inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-safe-efficient-deposits-withdrawals-b52__list li,
.page-blog-safe-efficient-deposits-withdrawals-b52__ordered-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  max-width: 1000px;
}

/* Video Section */
.page-blog-safe-efficient-deposits-withdrawals-b52__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: #08160F; /* Background */
  margin-bottom: 30px;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__video-container {
  position: relative;
  width: 100%; /* Must have width: 100% on desktop */
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  cursor: pointer;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Call to Action Buttons */
.page-blog-safe-efficient-deposits-withdrawals-b52__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__btn-primary,
.page-blog-safe-efficient-deposits-withdrawals-b52__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 10px rgba(0, 255, 100, 0.4);
}

.page-blog-safe-efficient-deposits-withdrawals-b52__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 255, 100, 0.6);
}

.page-blog-safe-efficient-deposits-withdrawals-b52__btn-secondary {
  background: #11271B; /* Card BG */
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.page-blog-safe-efficient-deposits-withdrawals-b52__btn-secondary:hover {
  transform: translateY(-3px);
  background: #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

/* FAQ Section */
.page-blog-safe-efficient-deposits-withdrawals-b52__faq-list {
  margin-top: 30px;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  position: relative;
  user-select: none;
}

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

.page-blog-safe-efficient-deposits-withdrawals-b52__faq-qtext {
  flex-grow: 1;
  padding-right: 15px;
}

.page-blog-safe-efficient-deposits-withdrawals-b52__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #57E38D; /* Glow */
}

.page-blog-safe-efficient-deposits-withdrawals-b52__faq-item[open] .page-blog-safe-efficient-deposits-withdrawals-b52__faq-toggle {
  color: #F2FFF6; /* Text Main */
}

.page-blog-safe-efficient-deposits-withdrawals-b52__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-safe-efficient-deposits-withdrawals-b52 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-safe-efficient-deposits-withdrawals-b52__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-safe-efficient-deposits-withdrawals-b52__main-title {
    font-size: 2rem;
  }

  .page-blog-safe-efficient-deposits-withdrawals-b52__lead-paragraph {
    font-size: 1rem;
  }

  .page-blog-safe-efficient-deposits-withdrawals-b52__content-area,
  .page-blog-safe-efficient-deposits-withdrawals-b52__video-section {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .page-blog-safe-efficient-deposits-withdrawals-b52__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-safe-efficient-deposits-withdrawals-b52__sub-section-title {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  /* Image responsiveness */
  .page-blog-safe-efficient-deposits-withdrawals-b52 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-safe-efficient-deposits-withdrawals-b52__hero-image,
  .page-blog-safe-efficient-deposits-withdrawals-b52__image-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Video responsiveness */
  .page-blog-safe-efficient-deposits-withdrawals-b52 video,
  .page-blog-safe-efficient-deposits-withdrawals-b52__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-safe-efficient-deposits-withdrawals-b52__video-section,
  .page-blog-safe-efficient-deposits-withdrawals-b52__video-container,
  .page-blog-safe-efficient-deposits-withdrawals-b52__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-blog-safe-efficient-deposits-withdrawals-b52__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  /* Button responsiveness */
  .page-blog-safe-efficient-deposits-withdrawals-b52__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-safe-efficient-deposits-withdrawals-b52__btn-primary,
  .page-blog-safe-efficient-deposits-withdrawals-b52__btn-secondary,
  .page-blog-safe-efficient-deposits-withdrawals-b52 a[class*="button"],
  .page-blog-safe-efficient-deposits-withdrawals-b52 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  .page-blog-safe-efficient-deposits-withdrawals-b52__faq-item summary {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-safe-efficient-deposits-withdrawals-b52__faq-answer {
    padding: 0 15px 15px;
  }
}