/* style/blog-181bet-deposit-withdrawal-methods.css */
.page-blog-181bet-deposit-withdrawal-methods {
  font-family: 'Arial', sans-serif;
  color: var(--text-main-color, #F2FFF6); /* Default to light text for dark body background */
  background-color: var(--background-color, #08160F);
  line-height: 1.6;
}

.page-blog-181bet-deposit-withdrawal-methods__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  background-color: var(--background-color, #08160F);
  overflow: hidden;
}

.page-blog-181bet-deposit-withdrawal-methods__hero-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}

.page-blog-181bet-deposit-withdrawal-methods__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-181bet-deposit-withdrawal-methods__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-181bet-deposit-withdrawal-methods__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 30px;
}

.page-blog-181bet-deposit-withdrawal-methods__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-181bet-deposit-withdrawal-methods__btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-181bet-deposit-withdrawal-methods__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--background-color, #08160F);
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-181bet-deposit-withdrawal-methods__section-intro,
.page-blog-181bet-deposit-withdrawal-methods__article-section,
.page-blog-181bet-deposit-withdrawal-methods__conclusion-section {
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--card-bg-color, #11271B);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-181bet-deposit-withdrawal-methods__section-title {
  font-size: 2.2rem;
  color: var(--gold-color, #F2C14E);
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-181bet-deposit-withdrawal-methods__section-text {
  font-size: 1.1rem;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 20px;
}

.page-blog-181bet-deposit-withdrawal-methods__article-heading {
  font-size: 1.8rem;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 2px solid var(--divider-color, #1E3A2A);
  padding-bottom: 10px;
}

.page-blog-181bet-deposit-withdrawal-methods__article-subheading {
  font-size: 1.4rem;
  color: var(--text-main-color, #F2FFF6);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-181bet-deposit-withdrawal-methods__article-paragraph {
  font-size: 1rem;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 15px;
}

.page-blog-181bet-deposit-withdrawal-methods__ordered-list,
.page-blog-181bet-deposit-withdrawal-methods__unordered-list {
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-blog-181bet-deposit-withdrawal-methods__ordered-list li,
.page-blog-181bet-deposit-withdrawal-methods__unordered-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-181bet-deposit-withdrawal-methods__ordered-list li strong {
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-181bet-deposit-withdrawal-methods__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);
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

/* FAQ Section */
.page-blog-181bet-deposit-withdrawal-methods__faq-section {
  background-color: var(--deep-green-color, #0A4B2C);
  padding: 60px 20px;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color, #2E7A4E);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-181bet-deposit-withdrawal-methods__faq-heading {
  font-size: 2.2rem;
  color: var(--gold-color, #F2C14E);
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

.page-blog-181bet-deposit-withdrawal-methods__faq-item {
  background-color: var(--card-bg-color, #11271B);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-181bet-deposit-withdrawal-methods__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--text-main-color, #F2FFF6);
  cursor: pointer;
  background-color: var(--card-bg-color, #11271B);
  border-bottom: 1px solid var(--divider-color, #1E3A2A);
  list-style: none; /* For details/summary */
}

.page-blog-181bet-deposit-withdrawal-methods__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-181bet-deposit-withdrawal-methods__faq-qtext {
  flex-grow: 1;
}

.page-blog-181bet-deposit-withdrawal-methods__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--glow-color, #57E38D);
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-181bet-deposit-withdrawal-methods__faq-item[open] .page-blog-181bet-deposit-withdrawal-methods__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-181bet-deposit-withdrawal-methods__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: var(--text-secondary-color, #A7D9B8);
  border-top: 1px solid var(--divider-color, #1E3A2A);
}

.page-blog-181bet-deposit-withdrawal-methods__faq-answer p {
  margin-bottom: 0;
}

.page-blog-181bet-deposit-withdrawal-methods__cta-button {
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-181bet-deposit-withdrawal-methods {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-181bet-deposit-withdrawal-methods__hero-section {
    padding: 10px 15px 40px 15px;
  }

  .page-blog-181bet-deposit-withdrawal-methods__hero-image {
    max-height: 300px;
  }

  .page-blog-181bet-deposit-withdrawal-methods__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem); /* Adjust clamp for smaller screens */
  }

  .page-blog-181bet-deposit-withdrawal-methods__hero-description {
    font-size: 1rem;
  }

  .page-blog-181bet-deposit-withdrawal-methods__btn-primary {
    padding: 12px 25px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-181bet-deposit-withdrawal-methods__content-area {
    padding: 40px 15px;
  }

  .page-blog-181bet-deposit-withdrawal-methods__section-intro,
  .page-blog-181bet-deposit-withdrawal-methods__article-section,
  .page-blog-181bet-deposit-withdrawal-methods__conclusion-section,
  .page-blog-181bet-deposit-withdrawal-methods__faq-section {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto;
    margin-right: auto;
  }

  .page-blog-181bet-deposit-withdrawal-methods__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-181bet-deposit-withdrawal-methods__article-heading {
    font-size: 1.5rem;
  }

  .page-blog-181bet-deposit-withdrawal-methods__article-subheading {
    font-size: 1.2rem;
  }

  .page-blog-181bet-deposit-withdrawal-methods__article-paragraph,
  .page-blog-181bet-deposit-withdrawal-methods__ordered-list li,
  .page-blog-181bet-deposit-withdrawal-methods__unordered-list li {
    font-size: 0.95rem;
  }

  .page-blog-181bet-deposit-withdrawal-methods__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-181bet-deposit-withdrawal-methods__faq-heading {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-181bet-deposit-withdrawal-methods__faq-question {
    font-size: 1.05rem;
    padding: 15px 20px;
  }

  .page-blog-181bet-deposit-withdrawal-methods__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-181bet-deposit-withdrawal-methods__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}