.page-blog-unlocking-best-of-okjl {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-unlocking-best-of-okjl__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding for the first section */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page-blog-unlocking-best-of-okjl__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-unlocking-best-of-okjl__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px 40px;
  width: 100%;
}

.page-blog-unlocking-best-of-okjl__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2C14E;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-unlocking-best-of-okjl__main-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #E5E5E5;
}

.page-blog-unlocking-best-of-okjl__hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-unlocking-best-of-okjl__content-section {
  padding: 40px 20px;
  background-color: #0A0A0A;
}

.page-blog-unlocking-best-of-okjl__container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #111111;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-blog-unlocking-best-of-okjl__section-title {
  color: #F2C14E;
  font-size: 2.2em;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #3A2A12;
  padding-bottom: 15px;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.4);
}

.page-blog-unlocking-best-of-okjl__sub-title {
  color: #FFD36B;
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 4px solid #F2C14E;
  padding-left: 10px;
}

.page-blog-unlocking-best-of-okjl__paragraph {
  margin-bottom: 20px;
  color: #FFF6D6;
  font-size: 1.05em;
}

.page-blog-unlocking-best-of-okjl__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
  object-fit: cover;
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-unlocking-best-of-okjl__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-unlocking-best-of-okjl__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-unlocking-best-of-okjl__link {
  color: #FFD36B;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-unlocking-best-of-okjl__link:hover {
  color: #F2C14E;
  text-decoration: underline;
}

.page-blog-unlocking-best-of-okjl__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-unlocking-best-of-okjl__button--primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
}

.page-blog-unlocking-best-of-okjl__button--primary:hover {
  background: linear-gradient(180deg, #FFE08A 0%, #E8AD2A 100%);
  box-shadow: 0 6px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-unlocking-best-of-okjl__button--secondary {
  background-color: #3A2A12;
  color: #FFD36B;
  border: 1px solid #FFD36B;
}

.page-blog-unlocking-best-of-okjl__button--secondary:hover {
  background-color: #4A3A22;
  color: #F2C14E;
  border-color: #F2C14E;
  box-shadow: 0 4px 10px rgba(255, 211, 107, 0.2);
}

.page-blog-unlocking-best-of-okjl__cta-section {
  background-color: #111111;
  padding: 60px 20px;
  text-align: center;
  border-top: 1px solid #3A2A12;
}

.page-blog-unlocking-best-of-okjl__cta-title {
  color: #F2C14E;
  font-size: 2.5em;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-unlocking-best-of-okjl__cta-description {
  font-size: 1.2em;
  color: #E5E5E5;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-unlocking-best-of-okjl__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .page-blog-unlocking-best-of-okjl__hero-content {
    padding: 0 15px 30px;
  }

  .page-blog-unlocking-best-of-okjl__main-title {
    font-size: 1.8em;
  }

  .page-blog-unlocking-best-of-okjl__main-description {
    font-size: 1em;
  }

  .page-blog-unlocking-best-of-okjl__hero-buttons,
  .page-blog-unlocking-best-of-okjl__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-unlocking-best-of-okjl__button {
    width: 100%;
    max-width: 300px; /* Limit button width on small screens */
    margin: 0 auto;
  }

  .page-blog-unlocking-best-of-okjl__section-title {
    font-size: 1.8em;
  }

  .page-blog-unlocking-best-of-okjl__sub-title {
    font-size: 1.4em;
  }

  .page-blog-unlocking-best-of-okjl__container {
    padding: 20px;
  }

  .page-blog-unlocking-best-of-okjl__image {
    max-width: 100%;
    height: auto;
  }

  .page-blog-unlocking-best-of-okjl__cta-title {
    font-size: 2em;
  }

  .page-blog-unlocking-best-of-okjl__cta-description {
    font-size: 1.1em;
  }

  /* Ensure content images do not overflow horizontally */
  .page-blog-unlocking-best-of-okjl img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-unlocking-best-of-okjl__main-title {
    font-size: 1.5em;
  }

  .page-blog-unlocking-best-of-okjl__section-title {
    font-size: 1.5em;
  }

  .page-blog-unlocking-best-of-okjl__cta-title {
    font-size: 1.8em;
  }
}