/* style/blog-how-to-use-7ball-code-secure-deposits-withdrawals.css */

/* Base styles for the page */
.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Hero Section */
.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  overflow: hidden;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__hero-content {
  max-width: 900px;
  margin: 20px auto 0;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-size: clamp(2rem, 5vw, 3rem); /* Use clamp for H1 */
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__intro-text {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

/* CTA Buttons */
.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__btn-primary,
.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__btn-secondary {
  background-color: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__btn-secondary:hover {
  background-color: rgba(46, 122, 78, 0.2); /* Deep Green with opacity */
}

/* Content Area */
.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__section-title {
  color: #F2C14E; /* Gold */
  font-size: 2.2em;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #1E3A2A; /* Divider */
  padding-bottom: 10px;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__sub-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__sub-title-small {
  color: #57E38D; /* Glow */
  font-size: 1.2em;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__paragraph {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__paragraph a,
.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__list a {
  color: #2AD16F; /* Bright green for links */
  text-decoration: underline;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__paragraph a:hover,
.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__list a:hover {
  color: #13994A;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__list li {
  margin-bottom: 8px;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
  object-fit: cover;
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__card {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__card .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__sub-title {
  color: #F2C14E; /* Gold for card titles */
  margin-top: 0;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__card .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__paragraph {
  color: #A7D9B8; /* Text Secondary */
}

/* FAQ Section */
.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  font-size: 1.1em;
  position: relative;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green hover */
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E; /* Gold */
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-item[open] .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-answer {
  padding: 0 25px 18px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-answer p {
  margin-bottom: 0;
}

.page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__hero-section {
    padding: 10px 15px 30px;
  }

  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem); /* Adjust H1 for mobile */
  }

  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__intro-text {
    font-size: 1em;
  }

  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__btn-primary,
  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__content-area {
    padding: 20px 15px;
  }

  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__sub-title-small {
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  /* Mobile image responsiveness */
  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important; /* Ensure min size on mobile as well */
    min-height: 200px !important;
  }

  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__hero-image-wrapper,
  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__container,
  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__card,
  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-item,
  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }

  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-item summary {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-use-7ball-code-secure-deposits-withdrawals__faq-answer {
    padding: 0 20px 15px;
  }
}