.page-blog-cash-out-slots-withdrawal-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-cash-out-slots-withdrawal-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-cash-out-slots-withdrawal-guide__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  padding-bottom: 40px;
  text-align: center;
  background-color: #08160F; /* Background */
}

.page-blog-cash-out-slots-withdrawal-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

.page-blog-cash-out-slots-withdrawal-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-cash-out-slots-withdrawal-guide__hero-content {
  max-width: 800px;
  padding: 20px;
}

.page-blog-cash-out-slots-withdrawal-guide__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-blog-cash-out-slots-withdrawal-guide__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-cash-out-slots-withdrawal-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-cash-out-slots-withdrawal-guide__btn-primary,
.page-blog-cash-out-slots-withdrawal-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-cash-out-slots-withdrawal-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-cash-out-slots-withdrawal-guide__btn-primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-cash-out-slots-withdrawal-guide__btn-secondary {
  background-color: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D; /* Glow */
}

.page-blog-cash-out-slots-withdrawal-guide__btn-secondary:hover {
  transform: translateY(-2px);
  background-color: rgba(87, 227, 141, 0.1);
}

.page-blog-cash-out-slots-withdrawal-guide__btn-center {
  margin: 30px auto;
  display: block;
  max-width: 300px;
}

.page-blog-cash-out-slots-withdrawal-guide__content-block {
  padding: 40px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-cash-out-slots-withdrawal-guide__content-block:last-of-type {
  border-bottom: none;
}

.page-blog-cash-out-slots-withdrawal-guide__section-title {
  font-size: 2.2em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-cash-out-slots-withdrawal-guide__paragraph {
  font-size: 1.05em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 1em;
  text-align: justify;
}

.page-blog-cash-out-slots-withdrawal-guide__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-cash-out-slots-withdrawal-guide__process-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-blog-cash-out-slots-withdrawal-guide__process-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-cash-out-slots-withdrawal-guide__process-step-title {
  font-size: 1.5em;
  color: #57E38D; /* Glow */
  margin-top: 0;
  margin-bottom: 15px;
}

.page-blog-cash-out-slots-withdrawal-guide__methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-cash-out-slots-withdrawal-guide__method-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-cash-out-slots-withdrawal-guide__method-title {
  font-size: 1.4em;
  color: #F2C14E; /* Gold */
  margin-top: 0;
  margin-bottom: 15px;
}

.page-blog-cash-out-slots-withdrawal-guide__method-features {
  list-style-type: disc;
  margin-left: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-cash-out-slots-withdrawal-guide__method-features li {
  margin-bottom: 8px;
}

.page-blog-cash-out-slots-withdrawal-guide__conditions-list,
.page-blog-cash-out-slots-withdrawal-guide__tips-list,
.page-blog-cash-out-slots-withdrawal-guide__platform-criteria {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-blog-cash-out-slots-withdrawal-guide__condition-item,
.page-blog-cash-out-slots-withdrawal-guide__tip-item,
.page-blog-cash-out-slots-withdrawal-guide__criteria-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-cash-out-slots-withdrawal-guide__condition-title,
.page-blog-cash-out-slots-withdrawal-guide__tip-title,
.page-blog-cash-out-slots-withdrawal-guide__criteria-title {
  font-size: 1.5em;
  color: #57E38D; /* Glow */
  margin-top: 0;
  margin-bottom: 15px;
}

.page-blog-cash-out-slots-withdrawal-guide__issue-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-cash-out-slots-withdrawal-guide__issue-card {
  background-color: #11271B; /* Card BG */\  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-cash-out-slots-withdrawal-guide__issue-title {
  font-size: 1.4em;
  color: #F2C14E; /* Gold */
  margin-top: 0;
  margin-bottom: 15px;
}

.page-blog-cash-out-slots-withdrawal-guide__faq-list {
  margin-top: 30px;
}

.page-blog-cash-out-slots-withdrawal-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-cash-out-slots-withdrawal-guide__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #57E38D; /* Glow */
  position: relative;
  user-select: none;
}

.page-blog-cash-out-slots-withdrawal-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-cash-out-slots-withdrawal-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-cash-out-slots-withdrawal-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  width: 20px;
  text-align: center;
  color: #F2C14E; /* Gold */
}

.page-blog-cash-out-slots-withdrawal-guide__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-cash-out-slots-withdrawal-guide__main-title {
    font-size: 2.8em;
  }
  .page-blog-cash-out-slots-withdrawal-guide__section-title {
    font-size: 2em;
  }
  .page-blog-cash-out-slots-withdrawal-guide__container {
    padding: 20px 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-cash-out-slots-withdrawal-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-cash-out-slots-withdrawal-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-blog-cash-out-slots-withdrawal-guide__hero-content {
    padding: 15px;
  }

  .page-blog-cash-out-slots-withdrawal-guide__main-title {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .page-blog-cash-out-slots-withdrawal-guide__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-cash-out-slots-withdrawal-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-cash-out-slots-withdrawal-guide__btn-primary,
  .page-blog-cash-out-slots-withdrawal-guide__btn-secondary {
    padding: 12px 20px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-cash-out-slots-withdrawal-guide__btn-center {
    max-width: 100%;
    margin: 20px auto;
    padding: 0 15px;
  }

  .page-blog-cash-out-slots-withdrawal-guide__container {
    padding: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-cash-out-slots-withdrawal-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-cash-out-slots-withdrawal-guide__paragraph {
    font-size: 0.95em;
  }

  .page-blog-cash-out-slots-withdrawal-guide__content-image {
    margin: 20px auto;
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }

  .page-blog-cash-out-slots-withdrawal-guide__process-item,
  .page-blog-cash-out-slots-withdrawal-guide__method-card,
  .page-blog-cash-out-slots-withdrawal-guide__condition-item,
  .page-blog-cash-out-slots-withdrawal-guide__tip-item,
  .page-blog-cash-out-slots-withdrawal-guide__criteria-item,
  .page-blog-cash-out-slots-withdrawal-guide__issue-card {
    padding: 20px;
    margin-bottom: 15px;
  }

  .page-blog-cash-out-slots-withdrawal-guide__process-step-title,
  .page-blog-cash-out-slots-withdrawal-guide__method-title,
  .page-blog-cash-out-slots-withdrawal-guide__condition-title,
  .page-blog-cash-out-slots-withdrawal-guide__tip-title,
  .page-blog-cash-out-slots-withdrawal-guide__criteria-title,
  .page-blog-cash-out-slots-withdrawal-guide__issue-title {
    font-size: 1.3em;
    margin-bottom: 10px;
  }

  .page-blog-cash-out-slots-withdrawal-guide__methods-grid,
  .page-blog-cash-out-slots-withdrawal-guide__issue-cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .page-blog-cash-out-slots-withdrawal-guide__faq-item summary {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-cash-out-slots-withdrawal-guide__faq-answer {
    padding: 0 20px 15px;
  }
}