/* style/blog-shbet0-casino-safe-deposits-withdrawals.css */

/* Base styles for the page */
.page-blog-shbet0-casino-safe-deposits-withdrawals {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Hero Section */
.page-blog-shbet0-casino-safe-deposits-withdrawals__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px; /* Space for content below image */
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit hero image height */
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__hero-content {
  max-width: 900px;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  text-align: center;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size for H1 */
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__intro-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

/* CTA Buttons */
.page-blog-shbet0-casino-safe-deposits-withdrawals__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__cta-buttons--center {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__btn-primary,
.page-blog-shbet0-casino-safe-deposits-withdrawals__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Break long words */
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border: none;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__btn-secondary {
  background: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #ffffff;
  transform: translateY(-2px);
}

/* Content Area */
.page-blog-shbet0-casino-safe-deposits-withdrawals__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__dark-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  color: #F2C14E; /* Gold */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__text-block {
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__text-block a {
  color: #2AD16F; /* Highlight links */
  text-decoration: underline;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__text-block a:hover {
  color: #57E38D;
}

/* Method Cards */
.page-blog-shbet0-casino-safe-deposits-withdrawals__method-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__method-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__card-title {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__card-text {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__card-list {
  list-style: decimal;
  margin-left: 20px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__card-list li {
  margin-bottom: 8px;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__card-list li strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__card-footer {
  font-style: italic;
  color: #57E38D; /* Glow */
  font-size: 0.95em;
  margin-top: 15px;
}

/* Withdrawal Guide */
.page-blog-shbet0-casino-safe-deposits-withdrawals__withdrawal-guide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__guide-step {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__step-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #57E38D);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__step-title {
  font-size: 1.4em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__step-text {
  color: #A7D9B8; /* Text Secondary */
}

/* Tips List */
.page-blog-shbet0-casino-safe-deposits-withdrawals__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__tips-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__tips-title {
  font-size: 1.4em;
  color: #2AD16F; /* Button primary start color */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__tips-text {
  color: #A7D9B8; /* Text Secondary */
}

/* FAQ Section */
.page-blog-shbet0-casino-safe-deposits-withdrawals__faq-list {
  margin-top: 40px;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #1E3A2A; /* Divider */
  border-bottom: 1px solid #2E7A4E; /* Border */
  transition: background-color 0.3s ease;
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details */
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__faq-qtext {
  flex-grow: 1;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #57E38D; /* Glow */
  margin-left: 15px;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__faq-answer {
  padding: 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.05em;
  background-color: #11271B; /* Card BG */
}

/* For non-details FAQ, use JS to toggle max-height */
.page-blog-shbet0-casino-safe-deposits-withdrawals__faq-item:not(details) .page-blog-shbet0-casino-safe-deposits-withdrawals__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__faq-item.active:not(details) .page-blog-shbet0-casino-safe-deposits-withdrawals__faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding-top: 20px;
  padding-bottom: 20px;
  transition: max-height 0.5s ease-in, padding 0.5s ease-in;
}

.page-blog-shbet0-casino-safe-deposits-withdrawals__faq-item.active:not(details) .page-blog-shbet0-casino-safe-deposits-withdrawals__faq-toggle {
  content: '−';
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-shbet0-casino-safe-deposits-withdrawals__hero-content {
    max-width: 768px;
  }
  .page-blog-shbet0-casino-safe-deposits-withdrawals__content-area {
    padding: 40px 15px;
  }
  .page-blog-shbet0-casino-safe-deposits-withdrawals__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }
  .page-blog-shbet0-casino-safe-deposits-withdrawals__section-title {
    font-size: clamp(1.6em, 4vw, 2em);
  }
}

@media (max-width: 768px) {
  .page-blog-shbet0-casino-safe-deposits-withdrawals {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__hero-section {
    padding-bottom: 40px;
    padding-top: 10px !important;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__intro-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__cta-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__btn-primary,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__btn-secondary,
  .page-blog-shbet0-casino-safe-deposits-withdrawals a[class*="button"],
  .page-blog-shbet0-casino-safe-deposits-withdrawals a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__content-area {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__section-title {
    font-size: clamp(1.5em, 5vw, 2em);
    margin-bottom: 25px;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__method-card-grid,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__withdrawal-guide {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__card-image,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__step-icon,
  .page-blog-shbet0-casino-safe-deposits-withdrawals img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__method-card,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__guide-step,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__tips-item,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__faq-item {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-shbet0-casino-safe-deposits-withdrawals__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-shbet0-casino-safe-deposits-withdrawals__hero-section {
    padding-bottom: 30px;
  }
  .page-blog-shbet0-casino-safe-deposits-withdrawals__main-title {
    font-size: clamp(1.6em, 7vw, 2.2em);
  }
  .page-blog-shbet0-casino-safe-deposits-withdrawals__intro-description {
    font-size: 0.95em;
  }
  .page-blog-shbet0-casino-safe-deposits-withdrawals__section-title {
    font-size: clamp(1.3em, 6vw, 1.8em);
  }
  .page-blog-shbet0-casino-safe-deposits-withdrawals__card-title,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__step-title,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__tips-title {
    font-size: 1.3em;
  }
  .page-blog-shbet0-casino-safe-deposits-withdrawals__text-block,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__card-text,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__step-text,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__tips-text,
  .page-blog-shbet0-casino-safe-deposits-withdrawals__faq-answer {
    font-size: 0.9em;
  }
}