.page-blog-the-latest-bonuses-at-8jili-ph {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
}

.page-blog-the-latest-bonuses-at-8jili-ph__hero-section {
  padding-top: 10px; /* Small top padding to respect shared header */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-the-latest-bonuses-at-8jili-ph__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Ensure minimum size */
  max-height: 675px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -80px; /* Pull content slightly over the image for visual flow, but not overlapping text on image */
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #0A0A0A 0%, rgba(10, 10, 10, 0.8) 100%);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-blog-the-latest-bonuses-at-8jili-ph__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFD36B;
  margin-bottom: 20px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__intro-text {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #E5E5E5;
}

.page-blog-the-latest-bonuses-at-8jili-ph__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-the-latest-bonuses-at-8jili-ph__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  min-width: 150px;
  text-align: center;
}

.page-blog-the-latest-bonuses-at-8jili-ph__button--primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #0A0A0A;
  box-shadow: 0 4px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-the-latest-bonuses-at-8jili-ph__button--primary:hover {
  background: linear-gradient(180deg, #FFE58A 0%, #EAA824 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 211, 107, 0.6);
}

.page-blog-the-latest-bonuses-at-8jili-ph__button--secondary {
  background-color: transparent;
  border: 2px solid #F2C14E;
  color: #F2C14E;
}

.page-blog-the-latest-bonuses-at-8jili-ph__button--secondary:hover {
  background-color: #F2C14E;
  color: #0A0A0A;
  transform: translateY(-2px);
}

.page-blog-the-latest-bonuses-at-8jili-ph__content-section,
.page-blog-the-latest-bonuses-at-8jili-ph__bonus-types,
.page-blog-the-latest-bonuses-at-8jili-ph__tips-section,
.page-blog-the-latest-bonuses-at-8jili-ph__cta-section,
.page-blog-the-latest-bonuses-at-8jili-ph__related-posts {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-the-latest-bonuses-at-8jili-ph__section-title {
  font-size: 2.5em;
  color: #F2C14E;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-blog-the-latest-bonuses-at-8jili-ph__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD36B;
  border-radius: 2px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__section-paragraph {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E5E5E5;
}

.page-blog-the-latest-bonuses-at-8jili-ph__bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__bonus-card {
  background-color: #111111;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #3A2A12;
}

.page-blog-the-latest-bonuses-at-8jili-ph__bonus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5), 0 0 15px #FFD36B;
}

.page-blog-the-latest-bonuses-at-8jili-ph__bonus-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__bonus-card-title {
  font-size: 1.5em;
  color: #FFD36B;
  padding: 15px 20px 5px;
  text-align: center;
}

.page-blog-the-latest-bonuses-at-8jili-ph__bonus-card-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #B0B0B0;
  padding: 0 20px 20px;
  text-align: center;
}

.page-blog-the-latest-bonuses-at-8jili-ph__steps-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__steps-image {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  min-height: 200px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__steps-list {
  flex: 1;
  min-width: 300px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-the-latest-bonuses-at-8jili-ph__steps-list li {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.6;
  color: #E5E5E5;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-the-latest-bonuses-at-8jili-ph__step-number {
  font-size: 1.5em;
  font-weight: bold;
  color: #FFD36B;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-blog-the-latest-bonuses-at-8jili-ph__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__tips-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__tips-list li {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-left: 5px solid #F2C14E;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.6;
  color: #E5E5E5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-the-latest-bonuses-at-8jili-ph__tip-highlight {
  color: #FFD36B;
}

.page-blog-the-latest-bonuses-at-8jili-ph__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__blog-card {
  background-color: #111111;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #3A2A12;
}

.page-blog-the-latest-bonuses-at-8jili-ph__blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5), 0 0 15px #F2C14E;
}

.page-blog-the-latest-bonuses-at-8jili-ph__blog-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-the-latest-bonuses-at-8jili-at-8jili-ph__blog-card-title {
  font-size: 1.4em;
  padding: 15px 20px 5px;
}

.page-blog-the-latest-bonuses-at-8jili-at-8jili-ph__blog-card-title a {
  color: #FFD36B;
  text-decoration: none;
}

.page-blog-the-latest-bonuses-at-8jili-at-8jili-ph__blog-card-title a:hover {
  color: #F2C14E;
  text-decoration: underline;
}

.page-blog-the-latest-bonuses-at-8jili-ph__blog-card-excerpt {
  font-size: 0.95em;
  line-height: 1.6;
  color: #B0B0B0;
  padding: 0 20px 15px;
}

.page-blog-the-latest-bonuses-at-8jili-ph__blog-card-link {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 20px 20px;
  background-color: #F2C14E;
  color: #0A0A0A;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-the-latest-bonuses-at-8jili-ph__blog-card-link:hover {
  background-color: #FFD36B;
}

.page-blog-the-latest-bonuses-at-8jili-ph__view-all-container {
  text-align: center;
  margin-top: 50px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-the-latest-bonuses-at-8jili-ph__hero-content {
    padding: 30px 15px;
    margin-top: -50px;
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__intro-text {
    font-size: 1em;
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__button {
    width: 100%;
    max-width: 280px;
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__section-title {
    font-size: 2em;
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__content-section,
  .page-blog-the-latest-bonuses-at-8jili-ph__bonus-types,
  .page-blog-the-latest-bonuses-at-8jili-ph__tips-section,
  .page-blog-the-latest-bonuses-at-8jili-ph__cta-section,
  .page-blog-the-latest-bonuses-at-8jili-ph__related-posts {
    padding: 40px 15px;
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__bonus-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__steps-container {
    flex-direction: column;
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__steps-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__steps-list li {
    font-size: 1em;
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__blog-grid {
    grid-template-columns: 1fr;
  }

  /* Ensure all content images in mobile are responsive and not smaller than 200px display */
  .page-blog-the-latest-bonuses-at-8jili-ph img {
    max-width: 100%;
    height: auto;
  }

  .page-blog-the-latest-bonuses-at-8jili-ph__bonus-card-image,
  .page-blog-the-latest-bonuses-at-8jili-ph__steps-image,
  .page-blog-the-latest-bonuses-at-8jili-ph__blog-card-image {
    min-width: 200px; /* Enforce minimum display size for images */
    min-height: 200px;
  }
}