/* style/blog-how-to-win-big-in-zx88-game.css */

/* Body background color is assumed to be dark from shared.css (var(--bg-color) -> #08160F) */
.page-blog-how-to-win-big-in-zx88-game {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  line-height: 1.6;
  background-color: transparent; /* Rely on shared.css for body background */
}

.page-blog-how-to-win-big-in-zx88-game__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: 60px;
  background: linear-gradient(180deg, rgba(17, 168, 78, 0.1) 0%, rgba(8, 22, 15, 0.8) 100%);
  overflow: hidden;
}

.page-blog-how-to-win-big-in-zx88-game__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.page-blog-how-to-win-big-in-zx88-game__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-how-to-win-big-in-zx88-game__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-how-to-win-big-in-zx88-game__main-title {
  color: #F2C14E; /* Gold */
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  /* No fixed large font-size, rely on responsive scaling */
}

.page-blog-how-to-win-big-in-zx88-game__hero-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-how-to-win-big-in-zx88-game__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 255, 100, 0.3);
  border: none;
}

.page-blog-how-to-win-big-in-zx88-game__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 255, 100, 0.4);
}

.page-blog-how-to-win-big-in-zx88-game__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.page-blog-how-to-win-big-in-zx88-game__section-title {
  color: #F2C14E; /* Gold */
  font-size: 2.2em;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #2E7A4E; /* Border */
  padding-bottom: 15px;
}

.page-blog-how-to-win-big-in-zx88-game__paragraph {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
  font-size: 1.05em;
  text-align: justify;
}

.page-blog-how-to-win-big-in-zx88-game__sub-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.6em;
  margin-bottom: 15px;
  text-align: left;
}

.page-blog-how-to-win-big-in-zx88-game__image-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-blog-how-to-win-big-in-zx88-game__image-text-block:nth-child(odd) {
  flex-direction: row-reverse;
}

.page-blog-how-to-win-big-in-zx88-game__content-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

.page-blog-how-to-win-big-in-zx88-game__text-content {
  flex: 1;
}

.page-blog-how-to-win-big-in-zx88-game__cta-block {
  background-color: #0A4B2C; /* Deep Green */
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.page-blog-how-to-win-big-in-zx88-game__cta-text {
  color: #F2FFF6; /* Text Main */
  font-size: 1.3em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-win-big-in-zx88-game__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background: #11271B; /* Card BG */
  color: #2AD16F; /* Button gradient start color for contrast */
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-how-to-win-big-in-zx88-game__btn-secondary:hover {
  background: #2E7A4E; /* Border color on hover */
  color: #F2FFF6;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 255, 100, 0.2);
}

.page-blog-how-to-win-big-in-zx88-game__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-win-big-in-zx88-game__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-win-big-in-zx88-game__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  font-size: 1.15em;
  background-color: #11A84E; /* Main Color */
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-how-to-win-big-in-zx88-game__faq-item[open] > .page-blog-how-to-win-big-in-zx88-game__faq-question {
  background-color: #13994A; /* Darker green for open state */
}

.page-blog-how-to-win-big-in-zx88-game__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-win-big-in-zx88-game__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-how-to-win-big-in-zx88-game__faq-item[open] .page-blog-how-to-win-big-in-zx88-game__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-win-big-in-zx88-game__faq-answer {
  padding: 15px 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  background-color: #11271B; /* Card BG */
}

.page-blog-how-to-win-big-in-zx88-game__conclusion-section {
  text-align: center;
}

.page-blog-how-to-win-big-in-zx88-game__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-how-to-win-big-in-zx88-game__main-title {
    font-size: 2.8em;
  }
  .page-blog-how-to-win-big-in-zx88-game__section-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-win-big-in-zx88-game__sub-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-win-big-in-zx88-game {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-win-big-in-zx88-game__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-how-to-win-big-in-zx88-game__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-blog-how-to-win-big-in-zx88-game__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-how-to-win-big-in-zx88-game__btn-primary,
  .page-blog-how-to-win-big-in-zx88-game__btn-secondary {
    padding: 12px 25px;
    font-size: 0.95em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-win-big-in-zx88-game__section {
    padding: 30px 15px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-win-big-in-zx88-game__section-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-win-big-in-zx88-game__sub-title {
    font-size: 1.2em;
    text-align: center;
  }

  .page-blog-how-to-win-big-in-zx88-game__image-text-block {
    flex-direction: column !important;
    gap: 20px;
    margin-bottom: 30px;
  }

  .page-blog-how-to-win-big-in-zx88-game__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-win-big-in-zx88-game__text-content {
    text-align: center;
  }

  .page-blog-how-to-win-big-in-zx88-game__cta-block {
    padding: 25px 15px;
  }

  .page-blog-how-to-win-big-in-zx88-game__cta-text {
    font-size: 1.1em;
    margin-bottom: 15px;
  }

  .page-blog-how-to-win-big-in-zx88-game__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-win-big-in-zx88-game__faq-answer {
    padding: 10px 20px 15px;
  }

  .page-blog-how-to-win-big-in-zx88-game__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  /* Ensure all image containers are responsive */
  .page-blog-how-to-win-big-in-zx88-game__hero-image-wrapper,
  .page-blog-how-to-win-big-in-zx88-game__section,
  .page-blog-how-to-win-big-in-zx88-game__image-text-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-how-to-win-big-in-zx88-game__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-win-big-in-zx88-game__main-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-win-big-in-zx88-game__section-title {
    font-size: 1.4em;
  }
  .page-blog-how-to-win-big-in-zx88-game__btn-primary,
  .page-blog-how-to-win-big-in-zx88-game__btn-secondary {
    font-size: 0.9em;
  }
}