.page-player-stories-lottery-win-share {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #1A202C; /* Main dark background */
  line-height: 1.6;
  overflow-x: hidden;
}

.page-player-stories-lottery-win-share__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-player-stories-lottery-win-share__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
  font-weight: bold;
  position: relative;
}

.page-player-stories-lottery-win-share__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-player-stories-lottery-win-share__hero {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1A202C 0%, #3a4a6b 100%); /* Dark gradient for depth */
  padding: 20px;
}

.page-player-stories-lottery-win-share__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  z-index: 1;
}

.page-player-stories-lottery-win-share__hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  max-width: 800px;
}

.page-player-stories-lottery-win-share__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main hero title */
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-player-stories-lottery-win-share__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #E0E0E0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-player-stories-lottery-win-share__button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-player-stories-lottery-win-share__button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-player-stories-lottery-win-share__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-player-stories-lottery-win-share__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-player-stories-lottery-win-share__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-player-stories-lottery-win-share__button--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
}

.page-player-stories-lottery-win-share__intro,
.page-player-stories-lottery-win-share__why-j88,
.page-player-stories-lottery-win-share__responsible-gaming,
.page-player-stories-lottery-win-share__cta,
.page-player-stories-lottery-win-share__faq {
  padding: 60px 0;
}

.page-player-stories-lottery-win-share__text-block {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 30px;
  color: #B0B0B0; /* Slightly lighter gray for body text */
}

.page-player-stories-lottery-win-share__image--center {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-player-stories-lottery-win-share__stories-grid {
  background-color: #1A202C;
  padding: 80px 0;
}

.page-player-stories-lottery-win-share__stories-grid .page-player-stories-lottery-win-share__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-player-stories-lottery-win-share__story-card {
  background-color: #2D3748; /* Slightly lighter dark for cards */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-player-stories-lottery-win-share__story-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6);
}

.page-player-stories-lottery-win-share__story-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-player-stories-lottery-win-share__story-title {
  font-size: 1.5em;
  color: #FFD700;
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-player-stories-lottery-win-share__story-excerpt {
  font-size: 0.95em;
  color: #B0B0B0;
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-player-stories-lottery-win-share__story-card .page-player-stories-lottery-win-share__button {
  margin: 0 20px 20px;
  align-self: flex-start;
}

.page-player-stories-lottery-win-share__why-j88 {
  background-color: #1A202C;
}

.page-player-stories-lottery-win-share__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-player-stories-lottery-win-share__feature-item {
  background-color: #2D3748;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-player-stories-lottery-win-share__feature-item:hover {
  transform: translateY(-5px);
}

.page-player-stories-lottery-win-share__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-player-stories-lottery-win-share__feature-title {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-player-stories-lottery-win-share__feature-description {
  font-size: 0.95em;
  color: #B0B0B0;
  text-align: justify;
}

.page-player-stories-lottery-win-share__responsible-gaming {
  background-color: #1A202C;
}

.page-player-stories-lottery-win-share__cta {
  background: linear-gradient(90deg, #1A202C, #3A4A6B);
  text-align: center;
  padding: 80px 0;
  border-radius: 10px;
  margin: 60px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-player-stories-lottery-win-share__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.3;
}

.page-player-stories-lottery-win-share__cta-description {
  font-size: 1.2em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-player-stories-lottery-win-share__faq {
  background-color: #1A202C;
  padding-bottom: 80px;
}

.page-player-stories-lottery-win-share__faq-item {
  background-color: #2D3748;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-player-stories-lottery-win-share__faq-question {
  font-size: 1.2em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
}

.page-player-stories-lottery-win-share__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-player-stories-lottery-win-share__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-player-stories-lottery-win-share__faq-answer {
  font-size: 1em;
  color: #B0B0B0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding-top: 0;
}

.page-player-stories-lottery-win-share__faq-answer.active {
  max-height: 200px; /* Adjust based on expected content length */
  padding-top: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-player-stories-lottery-win-share__hero-title {
    font-size: 3em;
  }
  .page-player-stories-lottery-win-share__hero-subtitle {
    font-size: 1.2em;
  }
  .page-player-stories-lottery-win-share__section-title {
    font-size: 2em;
  }
  .page-player-stories-lottery-win-share__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-player-stories-lottery-win-share__hero {
    height: 500px;
  }
  .page-player-stories-lottery-win-share__hero-title {
    font-size: 2.5em;
  }
  .page-player-stories-lottery-win-share__hero-subtitle {
    font-size: 1em;
  }
  .page-player-stories-lottery-win-share__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-player-stories-lottery-win-share__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-player-stories-lottery-win-share__stories-grid .page-player-stories-lottery-win-share__container,
  .page-player-stories-lottery-win-share__features-grid {
    grid-template-columns: 1fr;
  }
  .page-player-stories-lottery-win-share__story-image {
    height: 180px;
  }
  .page-player-stories-lottery-win-share__story-title {
    font-size: 1.3em;
  }
  .page-player-stories-lottery-win-share__cta-title {
    font-size: 1.8em;
  }
  .page-player-stories-lottery-win-share__cta-description {
    font-size: 1em;
  }
  .page-player-stories-lottery-win-share__faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-player-stories-lottery-win-share__hero {
    height: 400px;
  }
  .page-player-stories-lottery-win-share__hero-title {
    font-size: 2em;
  }
  .page-player-stories-lottery-win-share__hero-subtitle {
    font-size: 0.9em;
  }
  .page-player-stories-lottery-win-share__button {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-player-stories-lottery-win-share__button--secondary {
    margin-left: 0;
    margin-top: 0;
  }
  .page-player-stories-lottery-win-share__section-title {
    font-size: 1.8em;
  }
  .page-player-stories-lottery-win-share__cta-title {
    font-size: 1.5em;
  }
  .page-player-stories-lottery-win-share__cta-description {
    font-size: 0.9em;
  }
  .page-player-stories-lottery-win-share__text-block {
    font-size: 1em;
  }
  .page-player-stories-lottery-win-share__faq-question {
    font-size: 1em;
  }
}