/* style/blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide.css */
.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color for dark background */
  background-color: var(--background, #08160F); /* Main background color */
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding for first section */
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for readability */
  border-radius: 8px;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  color: var(--text-main, #F2FFF6);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__cta-button--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__cta-button--primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__cta-button--secondary {
  background: var(--card-bg, #11271B);
  color: var(--text-main, #F2FFF6);
  border: 2px solid var(--border, #2E7A4E);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__cta-button--secondary:hover {
  background: var(--deep-green, #0A4B2C);
  border-color: var(--glow, #57E38D);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__content-section {
  padding: 40px 0;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__dark-bg {
  background-color: var(--card-bg, #11271B);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__section-title {
  font-size: 2.2em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__subsection-title {
  font-size: 1.8em;
  color: var(--gold, #F2C14E);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__text-block {
  font-size: 1.05em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__image-wrapper {
  margin: 30px auto;
  text-align: center;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: block; /* Ensures proper width/height calculation */
  margin: 0 auto;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__ordered-list {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__list-item,
.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__ordered-list-item {
  margin-bottom: 10px;
}

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

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: var(--text-main, #F2FFF6);
  font-weight: bold;
  font-size: 1.1em;
  background-color: var(--deep-green, #0A4B2C);
  transition: background-color 0.3s ease;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-question:hover {
  background-color: var(--glow, #57E38D);
  color: #000;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  pointer-events: none; /* Prevent click on toggle icon from interfering with summary */
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-answer {
  padding: 0 25px;
  color: var(--text-secondary, #A7D9B8);
  font-size: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-item[open] .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding-top: 15px;
  padding-bottom: 25px;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-item[open] .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-question {
  background-color: var(--glow, #57E38D);
  color: #000;
}

/* Hide default details marker */
.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-item summary {
  list-style: none;
}

.page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__container {
    padding: 0 15px;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__hero-section {
    padding: 40px 0;
    padding-top: 10px !important; /* body already handles header-offset */
  }

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

  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__cta-button {
    padding: 12px 20px;
    font-size: 0.9em;
    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-safely-deposit-and-withdraw-on-cat368-complete-guide__cta-button--small {
    padding: 8px 15px;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__button-group {
    flex-direction: column;
    align-items: center;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__content-section {
    padding: 30px 0;
  }

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

  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__subsection-title {
    font-size: 1.4em;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__text-block,
  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__list-item,
  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__ordered-list-item {
    font-size: 0.95em;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__content-image {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__image-wrapper,
  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__hero-image-wrapper,
  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__hero-section,
  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__content-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

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

  .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-item[open] .page-blog-how-to-safely-deposit-and-withdraw-on-cat368-complete-guide__faq-answer {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}