/* style/blog-yes8win-deposit-withdrawal-guide.css */
:root {
  --page-primary-color: #11A84E;
  --page-secondary-color: #22C768;
  --page-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --page-card-bg: #11271B;
  --page-background: #08160F;
  --page-text-main: #F2FFF6;
  --page-text-secondary: #A7D9B8;
  --page-border-color: #2E7A4E;
  --page-glow-color: #57E38D;
  --page-gold-color: #F2C14E;
  --page-divider-color: #1E3A2A;
  --page-deep-green-color: #0A4B2C;
}

.page-blog-yes8win-deposit-withdrawal-guide {
  background-color: var(--page-background);
  color: var(--page-text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 80px; /* Space for floating buttons */
}

.page-blog-yes8win-deposit-withdrawal-guide__hero-section {
  position: relative;
  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-yes8win-deposit-withdrawal-guide__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}

.page-blog-yes8win-deposit-withdrawal-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image slightly for text readability */
}

.page-blog-yes8win-deposit-withdrawal-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  max-width: 800px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-yes8win-deposit-withdrawal-guide__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--page-text-main);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-yes8win-deposit-withdrawal-guide__intro-text {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  color: var(--page-text-secondary);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.page-blog-yes8win-deposit-withdrawal-guide__btn-primary,
.page-blog-yes8win-deposit-withdrawal-guide__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-yes8win-deposit-withdrawal-guide__btn-primary {
  background: var(--page-button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-yes8win-deposit-withdrawal-guide__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-yes8win-deposit-withdrawal-guide__btn-secondary {
  background: transparent;
  color: var(--page-primary-color);
  border: 2px solid var(--page-primary-color);
}

.page-blog-yes8win-deposit-withdrawal-guide__btn-secondary:hover {
  background: var(--page-primary-color);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-yes8win-deposit-withdrawal-guide__content-area,
.page-blog-yes8win-deposit-withdrawal-guide__section-highlight,
.page-blog-yes8win-deposit-withdrawal-guide__faq-section,
.page-blog-yes8win-deposit-withdrawal-guide__conclusion-section {
  padding: 60px 20px;
  background-color: var(--page-background);
  color: var(--page-text-main);
}

.page-blog-yes8win-deposit-withdrawal-guide__section-highlight {
  background-color: var(--page-card-bg);
}

.page-blog-yes8win-deposit-withdrawal-guide__dark-section {
  background-color: var(--page-deep-green-color);
  color: var(--page-text-main);
}

.page-blog-yes8win-deposit-withdrawal-guide__section-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-yes8win-deposit-withdrawal-guide__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--page-gold-color);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-yes8win-deposit-withdrawal-guide__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--page-primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-yes8win-deposit-withdrawal-guide p {
  margin-bottom: 15px;
  color: var(--page-text-secondary);
  font-size: 1rem;
}

.page-blog-yes8win-deposit-withdrawal-guide p strong {
  color: var(--page-text-main);
}

.page-blog-yes8win-deposit-withdrawal-guide__list,
.page-blog-yes8win-deposit-withdrawal-guide__ordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-yes8win-deposit-withdrawal-guide__list-item {
  margin-bottom: 10px;
  color: var(--page-text-secondary);
  font-size: 1rem;
}

.page-blog-yes8win-deposit-withdrawal-guide__list-item strong {
  color: var(--page-text-main);
}

.page-blog-yes8win-deposit-withdrawal-guide__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

/* FAQ Section */
.page-blog-yes8win-deposit-withdrawal-guide__faq-item {
  background-color: var(--page-card-bg);
  border: 1px solid var(--page-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--page-text-main);
}

.page-blog-yes8win-deposit-withdrawal-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: bold;
  cursor: pointer;
  background-color: var(--page-card-bg);
  color: var(--page-text-main);
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  list-style: none; /* For details tag */
}

.page-blog-yes8win-deposit-withdrawal-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-yes8win-deposit-withdrawal-guide__faq-question:hover {
  background-color: var(--page-deep-green-color);
}

.page-blog-yes8win-deposit-withdrawal-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-yes8win-deposit-withdrawal-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--page-gold-color);
}

.page-blog-yes8win-deposit-withdrawal-guide__faq-answer {
  padding: 0 25px 20px;
  color: var(--page-text-secondary);
  font-size: 0.95rem;
}

.page-blog-yes8win-deposit-withdrawal-guide__faq-answer p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* Floating Buttons for Mobile */
.page-blog-yes8win-deposit-withdrawal-guide__floating-buttons {
  display: none; /* Hidden by default, shown on mobile */
}

/* Desktop specific styles */
@media (min-width: 769px) {
  .page-blog-yes8win-deposit-withdrawal-guide__hero-content {
    position: static;
    transform: none;
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .page-blog-yes8win-deposit-withdrawal-guide__hero-image-wrapper {
    display: none; /* Hide image wrapper on desktop if content is static */
  }

  .page-blog-yes8win-deposit-withdrawal-guide__hero-section {
    padding-top: 80px;
  }
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .page-blog-yes8win-deposit-withdrawal-guide__hero-content {
    padding: 15px;
  }

  .page-blog-yes8win-deposit-withdrawal-guide__main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .page-blog-yes8win-deposit-withdrawal-guide__intro-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-yes8win-deposit-withdrawal-guide__btn-primary,
  .page-blog-yes8win-deposit-withdrawal-guide__btn-secondary {
    padding: 12px 20px;
    font-size: 0.9rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-bottom: 10px;
  }

  .page-blog-yes8win-deposit-withdrawal-guide__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-yes8win-deposit-withdrawal-guide__sub-title {
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-yes8win-deposit-withdrawal-guide p,
  .page-blog-yes8win-deposit-withdrawal-guide__list-item {
    font-size: 0.95rem;
  }

  .page-blog-yes8win-deposit-withdrawal-guide__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-yes8win-deposit-withdrawal-guide__section-wrapper,
  .page-blog-yes8win-deposit-withdrawal-guide__content-area,
  .page-blog-yes8win-deposit-withdrawal-guide__section-highlight,
  .page-blog-yes8win-deposit-withdrawal-guide__faq-section,
  .page-blog-yes8win-deposit-withdrawal-guide__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-blog-yes8win-deposit-withdrawal-guide__hero-section {
    padding-top: 10px !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-yes8win-deposit-withdrawal-guide__hero-image-wrapper {
    height: 250px;
  }

  /* Floating Buttons */
  .page-blog-yes8win-deposit-withdrawal-guide__floating-buttons {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  }

  .page-blog-yes8win-deposit-withdrawal-guide__floating-btn {
    flex: 1;
    text-align: center;
    padding: 10px 5px;
    margin: 0 5px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    box-sizing: border-box;
  }

  .page-blog-yes8win-deposit-withdrawal-guide__floating-btn--register {
    background: var(--page-button-gradient);
    color: #ffffff;
  }

  .page-blog-yes8win-deposit-withdrawal-guide__floating-btn--login {
    background: var(--page-primary-color);
    color: #ffffff;
  }
}

/* Ensure links within content are visible */
.page-blog-yes8win-deposit-withdrawal-guide a {
  color: var(--page-gold-color);
  text-decoration: underline;
}

.page-blog-yes8win-deposit-withdrawal-guide a:hover {
  color: var(--page-glow-color);
}

/* Video container desktop width for flex */
.page-blog-yes8win-deposit-withdrawal-guide__video-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}