.page-resources-latest-betting-tech-trends {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-latest-betting-tech-trends__hero-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #0A2342;
}

.page-resources-latest-betting-tech-trends__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-resources-latest-betting-tech-trends__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
  z-index: 1;
}

.page-resources-latest-betting-tech-trends__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #F2C94C;
  line-height: 1.2;
}

.page-resources-latest-betting-tech-trends__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-latest-betting-tech-trends__hero-button {
  display: inline-block;
  background-color: #F2C94C;
  color: #0A2342;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-latest-betting-tech-trends__hero-button:hover {
  background-color: #e0b83e;
}

.page-resources-latest-betting-tech-trends__article-section {
  padding: 60px 20px;
  background-color: #ffffff;
}

.page-resources-latest-betting-tech-trends__article-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-resources-latest-betting-tech-trends__back-link {
  color: #0A2342;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

.page-resources-latest-betting-tech-trends__back-link:hover {
  text-decoration: underline;
}

.page-resources-latest-betting-tech-trends__article-content h2 {
  font-size: 2.2em;
  color: #0A2342;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #F2C94C;
  padding-bottom: 10px;
}

.page-resources-latest-betting-tech-trends__article-content h3 {
  font-size: 1.8em;
  color: #0A2342;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-latest-betting-tech-trends__article-content p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-latest-betting-tech-trends__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-latest-betting-tech-trends__cta-section {
  text-align: center;
  background-color: #0A2342;
  padding: 40px;
  border-radius: 8px;
  margin-top: 50px;
  color: #ffffff;
}

.page-resources-latest-betting-tech-trends__cta-section p {
  font-size: 1.5em;
  margin-bottom: 25px;
  color: #f0f0f0;
}

.page-resources-latest-betting-tech-trends__cta-button {
  display: inline-block;
  background-color: #F2C94C;
  color: #0A2342;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  margin: 0 10px;
}

.page-resources-latest-betting-tech-trends__cta-button:hover {
  background-color: #e0b83e;
}

.page-resources-latest-betting-tech-trends__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #F2C94C;
  color: #F2C94C;
}

.page-resources-latest-betting-tech-trends__cta-button--secondary:hover {
  background-color: rgba(242, 201, 76, 0.1);
}

.page-resources-latest-betting-tech-trends__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.page-resources-latest-betting-tech-trends__related-title {
  font-size: 1.8em;
  color: #0A2342;
  margin-bottom: 20px;
}

.page-resources-latest-betting-tech-trends__related-list {
  list-style: none;
  padding: 0;
}

.page-resources-latest-betting-tech-trends__related-list li {
  margin-bottom: 10px;
}

.page-resources-latest-betting-tech-trends__related-list a {
  color: #0A2342;
  text-decoration: none;
  font-size: 1.1em;
}

.page-resources-latest-betting-tech-trends__related-list a:hover {
  text-decoration: underline;
  color: #F2C94C;
}

@media (max-width: 1024px) {
  .page-resources-latest-betting-tech-trends__hero-title {
    font-size: 2.8em;
  }
  .page-resources-latest-betting-tech-trends__hero-description {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-latest-betting-tech-trends__hero-title {
    font-size: 2.2em;
  }
  .page-resources-latest-betting-tech-trends__hero-description {
    font-size: 1em;
  }
  .page-resources-latest-betting-tech-trends__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-latest-betting-tech-trends__article-content h2 {
    font-size: 1.8em;
  }
  .page-resources-latest-betting-tech-trends__article-content h3 {
    font-size: 1.5em;
  }
  .page-resources-latest-betting-tech-trends__article-content p {
    font-size: 1em;
  }
  .page-resources-latest-betting-tech-trends__cta-section p {
    font-size: 1.2em;
  }
  .page-resources-latest-betting-tech-trends__cta-button {
    width: 100%;
    margin: 10px 0;
  }
  .page-resources-latest-betting-tech-trends__article-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-latest-betting-tech-trends__hero-title {
    font-size: 1.8em;
  }
  .page-resources-latest-betting-tech-trends__hero-description {
    font-size: 0.9em;
  }
  .page-resources-latest-betting-tech-trends__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-latest-betting-tech-trends__article-section {
    padding: 30px 15px;
  }
  .page-resources-latest-betting-tech-trends__cta-section {
    padding: 30px 15px;
  }
}