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

.page-resources-latest-gambling-promotions-analysis__hero-section {
  background-color: #0A2463;
  color: #FFFFFF;
  padding: var(--header-offset, 120px) 20px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.page-resources-latest-gambling-promotions-analysis__hero-content {
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}

.page-resources-latest-gambling-promotions-analysis__hero-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-latest-gambling-promotions-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-latest-gambling-promotions-analysis__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-latest-gambling-promotions-analysis__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-latest-gambling-promotions-analysis__button--primary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-resources-latest-gambling-promotions-analysis__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-latest-gambling-promotions-analysis__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-latest-gambling-promotions-analysis__button--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
}

.page-resources-latest-gambling-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.page-resources-latest-gambling-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-latest-gambling-promotions-analysis__content-area {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-resources-latest-gambling-promotions-analysis__article-toc {
  background-color: #f9f9f9;
  border-left: 5px solid #0A2463;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.page-resources-latest-gambling-promotions-analysis__toc-title {
  font-size: 1.5em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-latest-gambling-promotions-analysis__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-latest-gambling-promotions-analysis__toc-list li {
  margin-bottom: 10px;
}

.page-resources-latest-gambling-promotions-analysis__toc-link {
  color: #0A2463;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-resources-latest-gambling-promotions-analysis__toc-link:hover {
  color: #FFD700;
}

.page-resources-latest-gambling-promotions-analysis__article {
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-latest-gambling-promotions-analysis__heading-2 {
  font-size: 2em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-latest-gambling-promotions-analysis__heading-3 {
  font-size: 1.5em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-latest-gambling-promotions-analysis__paragraph {
  margin-bottom: 20px;
}

.page-resources-latest-gambling-promotions-analysis__keyword-highlight {
  color: #0A2463;
  font-weight: bold;
}

.page-resources-latest-gambling-promotions-analysis__text-link {
  color: #0A2463;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-latest-gambling-promotions-analysis__text-link:hover {
  color: #FFD700;
}

.page-resources-latest-gambling-promotions-analysis__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-resources-latest-gambling-promotions-analysis__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-latest-gambling-promotions-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-latest-gambling-promotions-analysis__list-item {
  margin-bottom: 10px;
}

.page-resources-latest-gambling-promotions-analysis__list-strong {
  color: #0A2463;
}

.page-resources-latest-gambling-promotions-analysis__button--inline {
  margin-top: 20px;
}

.page-resources-latest-gambling-promotions-analysis__call-to-action {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 30px;
  text-align: center;
  margin: 40px 0;
  border-radius: 10px;
}

.page-resources-latest-gambling-promotions-analysis__call-to-action-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-resources-latest-gambling-promotions-analysis__call-to-action-description {
  font-size: 1.1em;
  margin-bottom: 25px;
}

.page-resources-latest-gambling-promotions-analysis__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.page-resources-latest-gambling-promotions-analysis__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-latest-gambling-promotions-analysis__faq-answer {
  font-size: 1em;
  margin-bottom: 0;
}

.page-resources-latest-gambling-promotions-analysis__back-link-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .page-resources-latest-gambling-promotions-analysis__content-area {
    grid-template-columns: 250px 1fr; /* Sidebar for TOC */
  }
  .page-resources-latest-gambling-promotions-analysis__article-toc {
    position: sticky;
    top: calc(var(--header-offset, 120px) + 20px); /* Adjust for sticky header */
    align-self: start;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .page-resources-latest-gambling-promotions-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-latest-gambling-promotions-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-latest-gambling-promotions-analysis__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-latest-gambling-promotions-analysis__button {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-latest-gambling-promotions-analysis__content-area {
    padding: 0 15px;
  }

  .page-resources-latest-gambling-promotions-analysis__article-image,
  .page-resources-latest-gambling-promotions-analysis__hero-image {
    max-width: 100%;
    height: auto;
  }

  /* Ensure content images do not cause horizontal scroll */
  .page-resources-latest-gambling-promotions-analysis img {
    max-width: 100%;
    height: auto;
  }
}