/* style/blog-ok789-win-latest-promotions-analysis.css */
.page-blog-ok789-win-latest-promotions-analysis {
  color: #ffffff; /* Body background is dark, so text should be light */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Rely on shared body background */
}

.page-blog-ok789-win-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-ok789-win-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-height: 700px; /* Limit hero image height */
}

.page-blog-ok789-win-latest-promotions-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
  margin-top: 200px; /* Push content below the image top */
}

.page-blog-ok789-win-latest-promotions-analysis__main-title {
  font-size: clamp(2em, 4vw, 3em); /* Responsive H1 font size */
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-ok789-win-latest-promotions-analysis__description {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-ok789-win-latest-promotions-analysis__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-ok789-win-latest-promotions-analysis__btn-primary,
.page-blog-ok789-win-latest-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-ok789-win-latest-promotions-analysis__btn-primary {
  background: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-ok789-win-latest-promotions-analysis__btn-primary:hover {
  background-color: #1a8ccb;
  transform: translateY(-2px);
}

.page-blog-ok789-win-latest-promotions-analysis__btn-secondary {
  background: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-ok789-win-latest-promotions-analysis__btn-secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-blog-ok789-win-latest-promotions-analysis__btn-inline {
    width: auto;
    margin: 10px 5px;
}

.page-blog-ok789-win-latest-promotions-analysis__video-section {
  width: 100%;
  padding: 10px 20px 60px; /* Small top padding */
  box-sizing: border-box;
  text-align: center;
}

.page-blog-ok789-win-latest-promotions-analysis__video-container {
  width: 100%;
  max-width: 1000px; /* Max width for video */
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-ok789-win-latest-promotions-analysis__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.page-blog-ok789-win-latest-promotions-analysis__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-bottom: 20px;
  border-radius: 10px;
}

.page-blog-ok789-win-latest-promotions-analysis__video-link-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-blog-ok789-win-latest-promotions-analysis__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.page-blog-ok789-win-latest-promotions-analysis__video-caption {
  font-size: 0.95em;
  color: #cccccc;
}

.page-blog-ok789-win-latest-promotions-analysis__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-ok789-win-latest-promotions-analysis__text-block {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 1em;
}

.page-blog-ok789-win-latest-promotions-analysis__text-block a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-blog-ok789-win-latest-promotions-analysis__text-block a:hover {
    color: #1a8ccb;
}

.page-blog-ok789-win-latest-promotions-analysis__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-ok789-win-latest-promotions-analysis__sub-title {
  font-size: clamp(1.4em, 2.5vw, 2em);
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-ok789-win-latest-promotions-analysis__list-item {
  color: #ffffff;
  margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: disc;
}

.page-blog-ok789-win-latest-promotions-analysis__list-item strong {
  color: #26A9E0;
}

.page-blog-ok789-win-latest-promotions-analysis__faq-list {
  margin-top: 30px;
}

.page-blog-ok789-win-latest-promotions-analysis__faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-ok789-win-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 600;
  color: #FFFFFF;
  user-select: none;
}

.page-blog-ok789-win-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-ok789-win-latest-promotions-analysis__faq-item summary {
    list-style: none;
}

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

.page-blog-ok789-win-latest-promotions-analysis__faq-item[open] .page-blog-ok789-win-latest-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-ok789-win-latest-promotions-analysis__faq-answer {
  padding: 15px 20px;
  font-size: 0.95em;
  color: #e0e0e0;
}

.page-blog-ok789-win-latest-promotions-analysis__faq-answer p {
    margin-bottom: 10px;
}

.page-blog-ok789-win-latest-promotions-analysis__faq-answer a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-blog-ok789-win-latest-promotions-analysis__cta-buttons--bottom {
  margin-top: 50px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-ok789-win-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-ok789-win-latest-promotions-analysis__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-ok789-win-latest-promotions-analysis__hero-image {
    max-height: 400px;
  }

  .page-blog-ok789-win-latest-promotions-analysis__hero-content {
    padding: 15px;
    margin-top: 150px;
  }

  .page-blog-ok789-win-latest-promotions-analysis__main-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-blog-ok789-win-latest-promotions-analysis__description {
    font-size: 0.95em;
    margin-bottom: 20px;
  }

  .page-blog-ok789-win-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-ok789-win-latest-promotions-analysis__btn-primary,
  .page-blog-ok789-win-latest-promotions-analysis__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-blog-ok789-win-latest-promotions-analysis__btn-inline {
    margin: 5px 0;
  }

  .page-blog-ok789-win-latest-promotions-analysis__video-section {
    padding: 10px 15px 40px;
  }

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

  .page-blog-ok789-win-latest-promotions-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-ok789-win-latest-promotions-analysis__content-area {
    padding: 20px 15px;
  }

  .page-blog-ok789-win-latest-promotions-analysis__section-title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }

  .page-blog-ok789-win-latest-promotions-analysis__sub-title {
    font-size: 1.2em;
    margin-top: 30px;
  }

  .page-blog-ok789-win-latest-promotions-analysis__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-ok789-win-latest-promotions-analysis__faq-question {
    padding: 12px 15px;
    font-size: 0.95em;
  }

  .page-blog-ok789-win-latest-promotions-analysis__faq-answer {
    padding: 12px 15px;
  }
}