.page-xo-so-lottery-play-details {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #1A1A1A;
  line-height: 1.6;
}

.page-xo-so-lottery-play-details-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-xo-so-lottery-play-details-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-xo-so-lottery-play-details-section:last-of-type {
  border-bottom: none;
}

.page-xo-so-lottery-play-details h1,
.page-xo-so-lottery-play-details h2 {
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-xo-so-lottery-play-details h1 {
  font-size: 3.2em;
  margin-top: 0;
  margin-bottom: 20px;
}

.page-xo-so-lottery-play-details h2 {
  font-size: 2.5em;
  margin-top: 40px;
}

.page-xo-so-lottery-play-details h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-xo-so-lottery-play-details p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #D0D0D0;
}

.page-xo-so-lottery-play-details a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-xo-so-lottery-play-details a:hover {
  color: #FFF;
}

.page-xo-so-lottery-play-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-xo-so-lottery-play-details ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  color: #D0D0D0;
}

.page-xo-so-lottery-play-details ul li::before {
  content: '⚡'; /* Unicode lightning bolt for effect */
  color: #FFD700;
  position: absolute;
  left: 0;
  font-size: 1.2em;
  line-height: 1;
}

.page-xo-so-lottery-play-details-cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-xo-so-lottery-play-details-cta-button:hover {
  background: #E6C200;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-xo-so-lottery-play-details-button {
  display: inline-block;
  padding: 10px 25px;
  background: #FFD700;
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}

.page-xo-so-lottery-play-details-button:hover {
  background: #E6C200;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.5);
}

.page-xo-so-lottery-play-details-center-button {
  text-align: center;
  margin-top: 40px;
}

/* Hero Section */
.page-xo-so-lottery-play-details-hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
  overflow: hidden;
}

.page-xo-so-lottery-play-details-hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-xo-so-lottery-play-details-hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-xo-so-lottery-play-details-hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-xo-so-lottery-play-details-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-xo-so-lottery-play-details-hero-content h1 {
  color: #FFD700;
  font-size: 3.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.page-xo-so-lottery-play-details-hero-content p {
  font-size: 1.4em;
  color: #E0E0E0;
  max-width: 800px;
  margin: 0 auto 40px auto;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Feature Grid */
.page-xo-so-lottery-play-details-feature-grid,
.page-xo-so-lottery-play-details-game-grid,
.page-xo-so-lottery-play-details-steps-grid,
.page-xo-so-lottery-play-details-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-xo-so-lottery-play-details-feature-item,
.page-xo-so-lottery-play-details-game-item,
.page-xo-so-lottery-play-details-step-item,
.page-xo-so-lottery-play-details-promo-item {
  background-color: #2A2A2A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-xo-so-lottery-play-details-feature-item:hover,
.page-xo-so-lottery-play-details-game-item:hover,
.page-xo-so-lottery-play-details-step-item:hover,
.page-xo-so-lottery-play-details-promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-xo-so-lottery-play-details-feature-item img,
.page-xo-so-lottery-play-details-step-item img,
.page-xo-so-lottery-play-details-promo-item img,
.page-xo-so-lottery-play-details-game-item img {
  max-width: 100%;
  height: 250px; /* Enforce minimum height */
  width: auto; /* Allow width to adjust */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-xo-so-lottery-play-details-feature-item h3,
.page-xo-so-lottery-play-details-game-item h3,
.page-xo-so-lottery-play-details-step-item h3,
.page-xo-so-lottery-play-details-promo-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-xo-so-lottery-play-details-feature-item p,
.page-xo-so-lottery-play-details-game-item p,
.page-xo-so-lottery-play-details-step-item p,
.page-xo-so-lottery-play-details-promo-item p {
  font-size: 1em;
  color: #C0C0C0;
}

.page-xo-so-lottery-play-details-game-item ul {
  text-align: left;
  padding-left: 20px;
}

.page-xo-so-lottery-play-details-game-item ul li::before {
  content: '✓';
  color: #FFD700;
  left: 0;
}

/* FAQ Section */
.page-xo-so-lottery-play-details-faq-list {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #333333;
  border: 1px solid #444444;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.faq-question:hover {
  background: #4A4A4A;
  border-color: #FFD700;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  color: #E0E0E0;
  text-align: left;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFF;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #2A2A2A;
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 25px;
  border-top: 1px solid #444444;
}

.faq-answer p {
  color: #C0C0C0;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-xo-so-lottery-play-details-hero-content h1 {
    font-size: 3em;
  }
  .page-xo-so-lottery-play-details h2 {
    font-size: 2.2em;
  }
  .page-xo-so-lottery-play-details h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-xo-so-lottery-play-details-section {
    padding: 40px 0;
  }
  .page-xo-so-lottery-play-details-hero-section {
    padding: 60px 15px;
  }
  .page-xo-so-lottery-play-details-hero-content h1 {
    font-size: 2.5em;
  }
  .page-xo-so-lottery-play-details-hero-content p {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  .page-xo-so-lottery-play-details-cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-xo-so-lottery-play-details h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-xo-so-lottery-play-details h3 {
    font-size: 1.4em;
  }
  .page-xo-so-lottery-play-details p {
    font-size: 1em;
  }
  .page-xo-so-lottery-play-details ul li {
    padding-left: 20px;
  }
  .page-xo-so-lottery-play-details ul li::before {
    font-size: 1em;
  }
  .page-xo-so-lottery-play-details-feature-grid,
  .page-xo-so-lottery-play-details-game-grid,
  .page-xo-so-lottery-play-details-steps-grid,
  .page-xo-so-lottery-play-details-promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-xo-so-lottery-play-details-feature-item,
  .page-xo-so-lottery-play-details-game-item,
  .page-xo-so-lottery-play-details-step-item,
  .page-xo-so-lottery-play-details-promo-item {
    padding: 25px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-xo-so-lottery-play-details-hero-image img {
    border-radius: 8px;
  }
  .page-xo-so-lottery-play-details-hero-content h1 {
    font-size: 2em;
  }
  .page-xo-so-lottery-play-details-hero-content p {
    font-size: 0.9em;
  }
  .page-xo-so-lottery-play-details h2 {
    font-size: 1.5em;
  }
  .page-xo-so-lottery-play-details h3 {
    font-size: 1.2em;
  }
  .page-xo-so-lottery-play-details-cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-xo-so-lottery-play-details-button {
    padding: 8px 20px;
    font-size: 0.9em;
  }
}