/* style/blog-how-to-win-f888-jackpot.css */

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

.page-blog-how-to-win-f888-jackpot {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--f888-text-main);
  background-color: var(--f888-background);
}

.page-blog-how-to-win-f888-jackpot__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px; /* Add some spacing below content */
}

.page-blog-how-to-win-f888-jackpot__hero-image-wrapper {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-how-to-win-f888-jackpot__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-win-f888-jackpot__hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 20px;
  max-width: 900px;
  margin-top: -150px; /* Pull content up over the image for visual hierarchy */
  background-color: var(--f888-card-bg); /* Dark background for text readability */
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--f888-border-color);
}

.page-blog-how-to-win-f888-jackpot__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: bold;
  color: var(--f888-gold-color);
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-how-to-win-f888-jackpot__description {
  font-size: 1.1em;
  color: var(--f888-text-secondary);
  margin-bottom: 30px;
}

.page-blog-how-to-win-f888-jackpot__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-how-to-win-f888-jackpot__btn-primary,
.page-blog-how-to-win-f888-jackpot__btn-secondary {
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-win-f888-jackpot__btn-primary {
  background: var(--f888-button-gradient);
  color: var(--f888-text-main);
  border: none;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-how-to-win-f888-jackpot__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-how-to-win-f888-jackpot__btn-secondary {
  background-color: transparent;
  color: var(--f888-secondary-color);
  border: 2px solid var(--f888-secondary-color);
}

.page-blog-how-to-win-f888-jackpot__btn-secondary:hover {
  background-color: var(--f888-secondary-color);
  color: var(--f888-background);
  transform: translateY(-2px);
}

.page-blog-how-to-win-f888-jackpot__content-section {
  padding: 60px 0;
}

.page-blog-how-to-win-f888-jackpot__dark-bg {
  background-color: var(--f888-card-bg);
}

.page-blog-how-to-win-f888-jackpot__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-win-f888-jackpot__section-title {
  font-size: 2.5em;
  color: var(--f888-primary-color);
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 8px rgba(17, 168, 78, 0.3);
  font-weight: bold;
}

.page-blog-how-to-win-f888-jackpot__sub-title {
  font-size: 1.8em;
  color: var(--f888-gold-color);
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--f888-divider-color);
  padding-bottom: 10px;
}

.page-blog-how-to-win-f888-jackpot__text-block {
  font-size: 1.05em;
  color: var(--f888-text-secondary);
  margin-bottom: 20px;
}

.page-blog-how-to-win-f888-jackpot__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--f888-text-secondary);
}

.page-blog-how-to-win-f888-jackpot__list-item {
  margin-bottom: 10px;
  color: var(--f888-text-secondary);
}

.page-blog-how-to-win-f888-jackpot__list-item strong {
  color: var(--f888-gold-color);
}

.page-blog-how-to-win-f888-jackpot__image-in-content {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--f888-border-color);
}

.page-blog-how-to-win-f888-jackpot__faq-section {
  padding: 60px 0;
  background-color: var(--f888-background);
}

.page-blog-how-to-win-f888-jackpot__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-how-to-win-f888-jackpot__faq-item {
  background-color: var(--f888-card-bg);
  border-radius: 8px;
  border: 1px solid var(--f888-border-color);
  overflow: hidden;
}

.page-blog-how-to-win-f888-jackpot__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.15em;
  font-weight: bold;
  color: var(--f888-primary-color);
  cursor: pointer;
  background-color: var(--f888-deep-green);
  border-bottom: 1px solid var(--f888-divider-color);
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.page-blog-how-to-win-f888-jackpot__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-win-f888-jackpot__faq-item[open] .page-blog-how-to-win-f888-jackpot__faq-question {
  border-bottom: 1px solid var(--f888-border-color);
}

.page-blog-how-to-win-f888-jackpot__faq-qtext {
  flex-grow: 1;
  color: var(--f888-text-main);
}

.page-blog-how-to-win-f888-jackpot__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  color: var(--f888-gold-color);
}

.page-blog-how-to-win-f888-jackpot__faq-answer {
  padding: 15px 20px;
  font-size: 1em;
  color: var(--f888-text-secondary);
}

.page-blog-how-to-win-f888-jackpot__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-how-to-win-f888-jackpot__hero-section {
    padding-bottom: 20px;
  }

  .page-blog-how-to-win-f888-jackpot__hero-image-wrapper {
    height: 400px;
  }

  .page-blog-how-to-win-f888-jackpot__hero-content {
    margin-top: -100px;
    padding: 15px;
    border-radius: 8px;
  }

  .page-blog-how-to-win-f888-jackpot__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-how-to-win-f888-jackpot__description {
    font-size: 1em;
  }

  .page-blog-how-to-win-f888-jackpot__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-blog-how-to-win-f888-jackpot__btn-primary,
  .page-blog-how-to-win-f888-jackpot__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
    font-size: 0.95em;
  }

  .page-blog-how-to-win-f888-jackpot__content-section,
  .page-blog-how-to-win-f888-jackpot__faq-section,
  .page-blog-how-to-win-f888-jackpot__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-how-to-win-f888-jackpot__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-how-to-win-f888-jackpot__sub-title {
    font-size: 1.5em;
  }

  .page-blog-how-to-win-f888-jackpot__text-block,
  .page-blog-how-to-win-f888-jackpot__list-item,
  .page-blog-how-to-win-f888-jackpot__faq-answer p {
    font-size: 0.95em;
  }

  .page-blog-how-to-win-f888-jackpot__image-in-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  .page-blog-how-to-win-f888-jackpot__container {
    padding: 0 15px;
  }

  .page-blog-how-to-win-f888-jackpot img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-how-to-win-f888-jackpot__section,
  .page-blog-how-to-win-f888-jackpot__card,
  .page-blog-how-to-win-f888-jackpot__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-win-f888-jackpot__hero-image-wrapper {
    height: 300px;
  }
  .page-blog-how-to-win-f888-jackpot__hero-content {
    margin-top: -80px;
  }
  .page-blog-how-to-win-f888-jackpot__faq-question {
    font-size: 1em;
  }
}