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

.page-blog-fishing-game-withdrawal-platforms__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-fishing-game-withdrawal-platforms__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, relying on shared body padding-top */
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.page-blog-fishing-game-withdrawal-platforms__hero-image-container {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-fishing-game-withdrawal-platforms__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-fishing-game-withdrawal-platforms__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-fishing-game-withdrawal-platforms__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive H1 font size */
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-fishing-game-withdrawal-platforms__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-fishing-game-withdrawal-platforms__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-fishing-game-withdrawal-platforms__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-fishing-game-withdrawal-platforms__btn-primary,
.page-blog-fishing-game-withdrawal-platforms__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow long words to break */
  box-sizing: border-box;
  max-width: 300px; /* Limit button width */
  text-align: center;
}

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

.page-blog-fishing-game-withdrawal-platforms__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-fishing-game-withdrawal-platforms__btn-secondary {
  background: #11271B; /* Card BG */
  color: #2AD16F; /* Button color for secondary, using a brighter green */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-fishing-game-withdrawal-platforms__btn-secondary:hover {
  background: #2E7A4E; /* Border color on hover */
  color: #F2FFF6; /* Text Main */
}

.page-blog-fishing-game-withdrawal-platforms__section-title {
  font-size: 2.2em;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
  font-weight: bold;
}

.page-blog-fishing-game-withdrawal-platforms__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-fishing-game-withdrawal-platforms__introduction-section,
.page-blog-fishing-game-withdrawal-platforms__top-platforms-section,
.page-blog-fishing-game-withdrawal-platforms__safety-guide-section,
.page-blog-fishing-game-withdrawal-platforms__strategy-section,
.page-blog-fishing-game-withdrawal-platforms__withdrawal-issues-section,
.page-blog-fishing-game-withdrawal-platforms__faq-section,
.page-blog-fishing-game-withdrawal-platforms__conclusion-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-fishing-game-withdrawal-platforms__top-platforms-section .page-blog-fishing-game-withdrawal-platforms__container,
.page-blog-fishing-game-withdrawal-platforms__withdrawal-issues-section .page-blog-fishing-game-withdrawal-platforms__container {
  padding: 0 20px;
}

.page-blog-fishing-game-withdrawal-platforms__platform-grid,
.page-blog-fishing-game-withdrawal-platforms__issue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-fishing-game-withdrawal-platforms__platform-card,
.page-blog-fishing-game-withdrawal-platforms__issue-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-fishing-game-withdrawal-platforms__platform-card:hover,
.page-blog-fishing-game-withdrawal-platforms__issue-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.page-blog-fishing-game-withdrawal-platforms__platform-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-fishing-game-withdrawal-platforms__card-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-fishing-game-withdrawal-platforms__card-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-fishing-game-withdrawal-platforms__safety-content {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 30px;
}

.page-blog-fishing-game-withdrawal-platforms__safety-image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.page-blog-fishing-game-withdrawal-platforms__safety-text {
  flex: 1;
}

.page-blog-fishing-game-withdrawal-platforms__safety-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-fishing-game-withdrawal-platforms__safety-list li {
  background-color: #11271B; /* Card BG */
  border-left: 4px solid #2AD16F; /* Button color for secondary */
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.05em;
}

.page-blog-fishing-game-withdrawal-platforms__safety-list li strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-fishing-game-withdrawal-platforms__strategy-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-fishing-game-withdrawal-platforms__strategy-list li {
  background-color: #11271B; /* Card BG */
  border-bottom: 1px solid #2E7A4E; /* Border */
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.05em;
}

.page-blog-fishing-game-withdrawal-platforms__strategy-list li strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-fishing-game-withdrawal-platforms__faq-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 30px;
}

.page-blog-fishing-game-withdrawal-platforms__faq-image-container {
  flex: 1;
  max-width: 50%;
}

.page-blog-fishing-game-withdrawal-platforms__faq-illustration {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.page-blog-fishing-game-withdrawal-platforms__faq-list {
  flex: 1;
  width: 100%;
}

.page-blog-fishing-game-withdrawal-platforms__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-fishing-game-withdrawal-platforms__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  background-color: #11271B; /* Card BG */
  list-style: none; /* For details/summary */
}

.page-blog-fishing-game-withdrawal-platforms__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-fishing-game-withdrawal-platforms__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #2AD16F;
}

.page-blog-fishing-game-withdrawal-platforms__faq-item[open] .page-blog-fishing-game-withdrawal-platforms__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-fishing-game-withdrawal-platforms__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-blog-fishing-game-withdrawal-platforms__faq-item[open] .page-blog-fishing-game-withdrawal-platforms__faq-answer {
  max-height: 500px; /* Arbitrary large value for expansion */
  padding-top: 10px;
}

.page-blog-fishing-game-withdrawal-platforms__faq-answer p {
  margin: 0;
}

/* General image responsiveness */
.page-blog-fishing-game-withdrawal-platforms img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-fishing-game-withdrawal-platforms__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-fishing-game-withdrawal-platforms__hero-section {
    padding-top: 10px !important; /* Small top padding for hero on mobile */
    padding-bottom: 30px;
  }

  .page-blog-fishing-game-withdrawal-platforms__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-fishing-game-withdrawal-platforms__description {
    font-size: 1em;
  }

  .page-blog-fishing-game-withdrawal-platforms__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-fishing-game-withdrawal-platforms__btn-primary,
  .page-blog-fishing-game-withdrawal-platforms__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-blog-fishing-game-withdrawal-platforms__section-title {
    font-size: 1.8em;
    padding-top: 30px;
  }

  .page-blog-fishing-game-withdrawal-platforms__introduction-section,
  .page-blog-fishing-game-withdrawal-platforms__top-platforms-section,
  .page-blog-fishing-game-withdrawal-platforms__safety-guide-section,
  .page-blog-fishing-game-withdrawal-platforms__strategy-section,
  .page-blog-fishing-game-withdrawal-platforms__withdrawal-issues-section,
  .page-blog-fishing-game-withdrawal-platforms__faq-section,
  .page-blog-fishing-game-withdrawal-platforms__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-fishing-game-withdrawal-platforms__platform-grid,
  .page-blog-fishing-game-withdrawal-platforms__issue-grid {
    grid-template-columns: 1fr; /* Single column for cards */
    gap: 20px;
    padding: 0 15px;
  }

  .page-blog-fishing-game-withdrawal-platforms__platform-card,
  .page-blog-fishing-game-withdrawal-platforms__issue-card {
    padding: 20px;
  }

  .page-blog-fishing-game-withdrawal-platforms__safety-content,
  .page-blog-fishing-game-withdrawal-platforms__faq-content {
    flex-direction: column;
    gap: 30px;
  }

  .page-blog-fishing-game-withdrawal-platforms__safety-image,
  .page-blog-fishing-game-withdrawal-platforms__faq-image-container {
    max-width: 100%;
    order: -1; /* Image first on mobile */
  }

  .page-blog-fishing-game-withdrawal-platforms__safety-list li,
  .page-blog-fishing-game-withdrawal-platforms__strategy-list li {
    font-size: 1em;
    padding: 12px;
  }

  .page-blog-fishing-game-withdrawal-platforms__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-fishing-game-withdrawal-platforms__faq-answer {
    font-size: 0.95em;
    padding: 0 20px 15px;
  }

  /* General image responsiveness for mobile */
  .page-blog-fishing-game-withdrawal-platforms img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-fishing-game-withdrawal-platforms__section,
  .page-blog-fishing-game-withdrawal-platforms__card,
  .page-blog-fishing-game-withdrawal-platforms__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important; /* Ensure no horizontal scroll */
  }

  .page-blog-fishing-game-withdrawal-platforms__platform-grid,
  .page-blog-fishing-game-withdrawal-platforms__issue-grid {
    overflow-x: hidden !important;
  }
}