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

.page-resources-sbet-latest-promotions-interpretation__hero-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
}

.page-resources-sbet-latest-promotions-interpretation__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}

.page-resources-sbet-latest-promotions-interpretation__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-sbet-latest-promotions-interpretation__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
}

.page-resources-sbet-latest-promotions-interpretation__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-resources-sbet-latest-promotions-interpretation__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-sbet-latest-promotions-interpretation__btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1.1em;
}

.page-resources-sbet-latest-promotions-interpretation__btn--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-sbet-latest-promotions-interpretation__btn--register:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.page-resources-sbet-latest-promotions-interpretation__btn--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-sbet-latest-promotions-interpretation__btn--login:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-sbet-latest-promotions-interpretation__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-sbet-latest-promotions-interpretation__container {
  padding: 0 15px;
}

.page-resources-sbet-latest-promotions-interpretation__heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-sbet-latest-promotions-interpretation__sub-heading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

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

.page-resources-sbet-latest-promotions-interpretation__list,
.page-resources-sbet-latest-promotions-interpretation__ordered-list {
  margin: 20px 0;
  padding-left: 25px;
}

.page-resources-sbet-latest-promotions-interpretation__list-item {
  margin-bottom: 10px;
}

.page-resources-sbet-latest-promotions-interpretation__link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-sbet-latest-promotions-interpretation__link:hover {
  text-decoration: underline;
}

.page-resources-sbet-latest-promotions-interpretation__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px 20px;
  text-align: center;
  margin-top: 50px;
  border-radius: 8px;
}

.page-resources-sbet-latest-promotions-interpretation__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
}

.page-resources-sbet-latest-promotions-interpretation__btn--claim {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-sbet-latest-promotions-interpretation__btn--claim:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-sbet-latest-promotions-interpretation__back-link-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-resources-sbet-latest-promotions-interpretation__back-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.page-resources-sbet-latest-promotions-interpretation__back-link:hover {
  background-color: #FCBC45;
  color: #000000;
}

@media (max-width: 768px) {
  .page-resources-sbet-latest-promotions-interpretation__hero-title {
    font-size: 2.2em;
  }

  .page-resources-sbet-latest-promotions-interpretation__hero-description {
    font-size: 1em;
  }

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

  .page-resources-sbet-latest-promotions-interpretation__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-sbet-latest-promotions-interpretation__heading {
    font-size: 1.8em;
  }

  .page-resources-sbet-latest-promotions-interpretation__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-sbet-latest-promotions-interpretation__article-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-sbet-latest-promotions-interpretation__cta-text {
    font-size: 1.2em;
  }
}