/* style/blog-f188-jackpot-latest-gameplay-analysis.css */

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

.page-blog-f188-jackpot-latest-gameplay-analysis {
  background-color: var(--background-main);
  color: var(--text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small decorative padding, body handles --header-offset */
  padding-bottom: 40px;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__hero-content {
  position: relative; /* Not absolute, for upper-image-lower-text */
  z-index: 1;
  max-width: 900px;
  margin-top: 20px; /* Space between image and content */
  padding: 0 20px;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__main-title {
  font-weight: bold;
  line-height: 1.2;
  color: var(--gold-color);
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  max-width: 100%;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__btn-primary,
.page-blog-f188-jackpot-latest-gameplay-analysis__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__btn-primary {
  background: var(--button-gradient);
  color: #ffffff; /* Button text always white */
  border: none;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(var(--primary-color), 0.4);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__btn-secondary {
  background: transparent;
  color: var(--glow-color);
  border: 2px solid var(--glow-color);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__btn-secondary:hover {
  background: var(--glow-color);
  color: var(--background-main);
  transform: translateY(-2px);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__section {
  padding: 60px 20px;
  border-bottom: 1px solid var(--divider-color);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__section:last-of-type {
  border-bottom: none;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__section-title {
  font-size: 2.5em;
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__sub-title {
  font-size: 1.8em;
  color: var(--glow-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__text-block {
  font-size: 1.1em;
  color: var(--text-main);
  margin-bottom: 20px;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__list,
.page-blog-f188-jackpot-latest-gameplay-analysis__numbered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-main);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__numbered-list {
  list-style-type: decimal;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: var(--text-main);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__list-item strong {
  color: var(--glow-color);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__image--center {
  margin-left: auto;
  margin-right: auto;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__image--right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  max-width: 50%;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__image--left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 50%;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__gameplay-mechanics::after,
.page-blog-f188-jackpot-latest-gameplay-analysis__special-features::after,
.page-blog-f188-jackpot-latest-gameplay-analysis__strategy-tips::after {
  content: '';
  display: block;
  clear: both;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__benefits-item {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__benefits-title {
  color: var(--gold-color);
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__benefits-description {
  color: var(--text-secondary);
  font-size: 1em;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__cta-buttons--bottom {
  margin-top: 40px;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__faq-section {
  background-color: var(--deep-green);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__faq-list {
  margin-top: 30px;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--glow-color);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__faq-item summary {
  list-style: none;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__faq-item[open] .page-blog-f188-jackpot-latest-gameplay-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: var(--text-secondary);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__faq-answer p {
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--text-secondary);
}

.page-blog-f188-jackpot-latest-gameplay-analysis__faq-answer a {
  color: var(--glow-color);
  text-decoration: underline;
}

.page-blog-f188-jackpot-latest-gameplay-analysis__conclusion-section {
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-f188-jackpot-latest-gameplay-analysis__main-title {
    font-size: 2.5em;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-f188-jackpot-latest-gameplay-analysis__hero-content {
    padding: 0 15px;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__main-title {
    font-size: 2em;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__description {
    font-size: 1em;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__btn-primary,
  .page-blog-f188-jackpot-latest-gameplay-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__section-title {
    font-size: 1.8em;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__sub-title {
    font-size: 1.5em;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__text-block,
  .page-blog-f188-jackpot-latest-gameplay-analysis__list-item,
  .page-blog-f188-jackpot-latest-gameplay-analysis__benefits-description {
    font-size: 1em;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 200px;
    min-height: 200px;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__image--right,
  .page-blog-f188-jackpot-latest-gameplay-analysis__image--left {
    max-width: 100% !important;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__benefits-list {
    grid-template-columns: 1fr;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__container,
  .page-blog-f188-jackpot-latest-gameplay-analysis__section {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__video-section {
    padding-top: 10px !important;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis__video-container,
  .page-blog-f188-jackpot-latest-gameplay-analysis__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-f188-jackpot-latest-gameplay-analysis video,
  .page-blog-f188-jackpot-latest-gameplay-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}