.page-resources-happybingo-latest-promotions-analysis {
  color: #333333; /* Dark text for light body background */
}

.page-resources-happybingo-latest-promotions-analysis__hero-section {
  padding-top: var(--header-offset, 120px);
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 60px;
}

.page-resources-happybingo-latest-promotions-analysis__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-happybingo-latest-promotions-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #FCBC45;
}

.page-resources-happybingo-latest-promotions-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-resources-happybingo-latest-promotions-analysis__hero-image {
  margin-bottom: 40px;
}

.page-resources-happybingo-latest-promotions-analysis__hero-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}

.page-resources-happybingo-latest-promotions-analysis__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-happybingo-latest-promotions-analysis__cta-button:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-happybingo-latest-promotions-analysis__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-happybingo-latest-promotions-analysis__overview-section,
.page-resources-happybingo-latest-promotions-analysis__details-section,
.page-resources-happybingo-latest-promotions-analysis__how-to-claim-section,
.page-resources-happybingo-latest-promotions-analysis__terms-section,
.page-resources-happybingo-latest-promotions-analysis__why-choose-section,
.page-resources-happybingo-latest-promotions-analysis__cta-section--bottom,
.page-resources-happybingo-latest-promotions-analysis__related-resources {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-resources-happybingo-latest-promotions-analysis__overview-section {
  background-color: #f8f8f8;
}

.page-resources-happybingo-latest-promotions-analysis__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 700;
}

.page-resources-happybingo-latest-promotions-analysis__section-description {
  font-size: 1.1em;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-happybingo-latest-promotions-analysis__promo-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-happybingo-latest-promotions-analysis__category-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-happybingo-latest-promotions-analysis__category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-happybingo-latest-promotions-analysis__category-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-resources-happybingo-latest-promotions-analysis__category-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-happybingo-latest-promotions-analysis__category-text {
  font-size: 1em;
  line-height: 1.5;
  color: #555555;
}

.page-resources-happybingo-latest-promotions-analysis__promo-article {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.page-resources-happybingo-latest-promotions-analysis__article-title {
  font-size: 2em;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-resources-happybingo-latest-promotions-analysis__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-resources-happybingo-latest-promotions-analysis__promo-article p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444444;
}

.page-resources-happybingo-latest-promotions-analysis__article-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-happybingo-latest-promotions-analysis__article-button:hover {
  background-color: #e0a53b;
}

.page-resources-happybingo-latest-promotions-analysis__claim-steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-happybingo-latest-promotions-analysis__claim-steps li {
  background-color: #fff;
  border-left: 5px solid #FCBC45;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.04);
}

.page-resources-happybingo-latest-promotions-analysis__step-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-happybingo-latest-promotions-analysis__step-title + p {
  color: #555555;
}

.page-resources-happybingo-latest-promotions-analysis__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-happybingo-latest-promotions-analysis__terms-list li {
  background-color: #fcfcfc;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.page-resources-happybingo-latest-promotions-analysis__term-title {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 8px;
}

.page-resources-happybingo-latest-promotions-analysis__term-title + p {
  color: #555555;
}

.page-resources-happybingo-latest-promotions-analysis__advantages-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-happybingo-latest-promotions-analysis__advantages-list li {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-happybingo-latest-promotions-analysis__advantages-list li:hover {
  transform: translateY(-5px);
}

.page-resources-happybingo-latest-promotions-analysis__advantage-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-happybingo-latest-promotions-analysis__advantage-title + p {
  color: #555555;
}

.page-resources-happybingo-latest-promotions-analysis__why-choose-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-resources-happybingo-latest-promotions-analysis__cta-section--bottom {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
}

.page-resources-happybingo-latest-promotions-analysis__cta-container {
  padding: 60px 20px;
}

.page-resources-happybingo-latest-promotions-analysis__cta-section--bottom .page-resources-happybingo-latest-promotions-analysis__section-title {
  color: #FCBC45;
}

.page-resources-happybingo-latest-promotions-analysis__cta-section--bottom .page-resources-happybingo-latest-promotions-analysis__section-description {
  color: #f0f0f0;
}

.page-resources-happybingo-latest-promotions-analysis__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-happybingo-latest-promotions-analysis__cta-button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-happybingo-latest-promotions-analysis__cta-button--register:hover {
  background-color: #f0f0f0;
}

.page-resources-happybingo-latest-promotions-analysis__cta-button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-happybingo-latest-promotions-analysis__cta-button--login:hover {
  background-color: #e0a53b;
}

.page-resources-happybingo-latest-promotions-analysis__related-resources {
  background-color: #f8f8f8;
  text-align: center;
}

.page-resources-happybingo-latest-promotions-analysis__resource-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.page-resources-happybingo-latest-promotions-analysis__resource-list li a {
  display: block;
  background-color: #000000;
  color: #FFFFFF;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-happybingo-latest-promotions-analysis__resource-list li a:hover {
  background-color: #FCBC45;
  color: #000000;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-happybingo-latest-promotions-analysis__hero-title {
    font-size: 3em;
  }
  .page-resources-happybingo-latest-promotions-analysis__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-happybingo-latest-promotions-analysis__hero-section {
    padding-top: var(--header-offset, 120px);
    padding: 40px 15px;
  }
  .page-resources-happybingo-latest-promotions-analysis__hero-title {
    font-size: 2.5em;
  }
  .page-resources-happybingo-latest-promotions-analysis__hero-description {
    font-size: 1em;
  }
  .page-resources-happybingo-latest-promotions-analysis__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-happybingo-latest-promotions-analysis__overview-section,
  .page-resources-happybingo-latest-promotions-analysis__details-section,
  .page-resources-happybingo-latest-promotions-analysis__how-to-claim-section,
  .page-resources-happybingo-latest-promotions-analysis__terms-section,
  .page-resources-happybingo-latest-promotions-analysis__why-choose-section,
  .page-resources-happybingo-latest-promotions-analysis__cta-section--bottom,
  .page-resources-happybingo-latest-promotions-analysis__related-resources {
    padding: 40px 0;
  }
  .page-resources-happybingo-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }
  .page-resources-happybingo-latest-promotions-analysis__section-description {
    font-size: 0.95em;
  }
  .page-resources-happybingo-latest-promotions-analysis__promo-categories {
    grid-template-columns: 1fr;
  }
  .page-resources-happybingo-latest-promotions-analysis__promo-article {
    padding: 25px;
  }
  .page-resources-happybingo-latest-promotions-analysis__article-title {
    font-size: 1.5em;
  }
  .page-resources-happybingo-latest-promotions-analysis__article-button {
    width: 100%;
  }
  .page-resources-happybingo-latest-promotions-analysis__claim-steps li,
  .page-resources-happybingo-latest-promotions-analysis__terms-list li {
    padding: 15px;
  }
  .page-resources-happybingo-latest-promotions-analysis__step-title,
  .page-resources-happybingo-latest-promotions-analysis__term-title,
  .page-resources-happybingo-latest-promotions-analysis__advantage-title {
    font-size: 1.2em;
  }
  .page-resources-happybingo-latest-promotions-analysis__advantages-list {
    grid-template-columns: 1fr;
  }
  .page-resources-happybingo-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-happybingo-latest-promotions-analysis__cta-button--register,
  .page-resources-happybingo-latest-promotions-analysis__cta-button--login {
    width: 100%;
  }
  .page-resources-happybingo-latest-promotions-analysis__container {
    padding: 0 15px;
  }
  /* Mobile content area images must not overflow */
  .page-resources-happybingo-latest-promotions-analysis img {
    max-width: 100%;
    height: auto;
  }
}

/* Ensure content area images are never smaller than 200px (desktop) */
.page-resources-happybingo-latest-promotions-analysis__hero-image img,
.page-resources-happybingo-latest-promotions-analysis__category-card img,
.page-resources-happybingo-latest-promotions-analysis__article-image,
.page-resources-happybingo-latest-promotions-analysis__why-choose-image {
  min-width: 200px;
  min-height: 200px;
}

/* No filter on images */
.page-resources-happybingo-latest-promotions-analysis img {
  filter: none;
}