.page-resources-fa88-newest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-resources-fa88-newest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-fa88-newest-promotions-analysis__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px);
  padding-bottom: 60px;
  background-color: #26A9E0;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

.page-resources-fa88-newest-promotions-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  font-weight: bold;
}

.page-resources-fa88-newest-promotions-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-fa88-newest-promotions-analysis__btn-primary {
  display: inline-block;
  background-color: #EA7C07; /* Login color for primary action */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-fa88-newest-promotions-analysis__btn-primary:hover {
  background-color: #d16b06;
}

.page-resources-fa88-newest-promotions-analysis__btn-secondary {
  display: inline-block;
  background-color: #FFFFFF;
  color: #26A9E0;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid #26A9E0;
}

.page-resources-fa88-newest-promotions-analysis__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-fa88-newest-promotions-analysis__video-section {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  background-color: #f5f5f5;
  text-align: center;
}

.page-resources-fa88-newest-promotions-analysis__video-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #26A9E0;
}

.page-resources-fa88-newest-promotions-analysis__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto 30px auto;
  border-radius: 10px;
}

.page-resources-fa88-newest-promotions-analysis__video-wrapper .page-resources-fa88-newest-promotions-analysis__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-resources-fa88-newest-promotions-analysis__video-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.page-resources-fa88-newest-promotions-analysis__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    pointer-events: none; /* Allow click on the link, not overlay */
}

.page-resources-fa88-newest-promotions-analysis__video-link:hover .page-resources-fa88-newest-promotions-analysis__video-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.page-resources-fa88-newest-promotions-analysis__play-button {
    font-size: 5em;
    color: #FFFFFF;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.page-resources-fa88-newest-promotions-analysis__video-link:hover .page-resources-fa88-newest-promotions-analysis__play-button {
    opacity: 1;
}

.page-resources-fa88-newest-promotions-analysis__video-description {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto;
  color: #555555;
}

.page-resources-fa88-newest-promotions-analysis__content-area {
  padding: 80px 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-fa88-newest-promotions-analysis__section-block {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}

.page-resources-fa88-newest-promotions-analysis__section-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-resources-fa88-newest-promotions-analysis__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-fa88-newest-promotions-analysis__subsection-title {
  font-size: 1.8em;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-fa88-newest-promotions-analysis__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-fa88-newest-promotions-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-fa88-newest-promotions-analysis__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-resources-fa88-newest-promotions-analysis__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  display: block;
  object-fit: cover;
}

/* FAQ Styles */
.page-resources-fa88-newest-promotions-analysis__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-resources-fa88-newest-promotions-analysis__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  color: #26A9E0;
}

.page-resources-fa88-newest-promotions-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-fa88-newest-promotions-analysis__faq-qtext {
  flex-grow: 1;
  padding-right: 15px;
}

.page-resources-fa88-newest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
}

.page-resources-fa88-newest-promotions-analysis__faq-item[open] .page-resources-fa88-newest-promotions-analysis__faq-toggle {
  content: '−';
}

.page-resources-fa88-newest-promotions-analysis__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1.1em;
  color: #555555;
}

.page-resources-fa88-newest-promotions-analysis__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
}

.page-resources-fa88-newest-promotions-analysis__faq-cta {
  margin-top: 30px;
  text-align: center;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-fa88-newest-promotions-analysis__hero-title {
    font-size: 2.8em;
  }

  .page-resources-fa88-newest-promotions-analysis__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-fa88-newest-promotions-analysis__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    min-height: 350px;
  }

  .page-resources-fa88-newest-promotions-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-resources-fa88-newest-promotions-analysis__hero-description,
  .page-resources-fa88-newest-promotions-analysis__text-block,
  .page-resources-fa88-newest-promotions-analysis__list-item,
  .page-resources-fa88-newest-promotions-analysis__video-description,
  .page-resources-fa88-newest-promotions-analysis__faq-answer {
    font-size: 1em;
  }

  .page-resources-fa88-newest-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-fa88-newest-promotions-analysis__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-fa88-newest-promotions-analysis__container {
    padding: 0 15px;
  }

  /* Images responsive */
  .page-resources-fa88-newest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Video responsive */
  .page-resources-fa88-newest-promotions-analysis video,
  .page-resources-fa88-newest-promotions-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-fa88-newest-promotions-analysis__video-section,
  .page-resources-fa88-newest-promotions-analysis__video-container,
  .page-resources-fa88-newest-promotions-analysis__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }

  /* Buttons responsive */
  .page-resources-fa88-newest-promotions-analysis__btn-primary,
  .page-resources-fa88-newest-promotions-analysis__btn-secondary,
  .page-resources-fa88-newest-promotions-analysis a[class*="button"],
  .page-resources-fa88-newest-promotions-analysis a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .page-resources-fa88-newest-promotions-analysis__faq-question {
    font-size: 1.1em;
  }
  .page-resources-fa88-newest-promotions-analysis__faq-toggle {
    font-size: 1.2em;
  }
  .page-resources-fa88-newest-promotions-analysis__faq-cta {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-resources-fa88-newest-promotions-analysis__hero-title {
    font-size: 1.8em;
  }

  .page-resources-fa88-newest-promotions-analysis__section-title {
    font-size: 1.5em;
  }

  .page-resources-fa88-newest-promotions-analysis__subsection-title {
    font-size: 1.3em;
  }
  .page-resources-fa88-newest-promotions-analysis__play-button {
    font-size: 3em;
  }
}