.page-resources-18jl-news {
  color: #000000; /* Dark text for light body background */
}

.page-resources-18jl-news__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
  background-color: #000000; /* Dark background for hero section */
}

.page-resources-18jl-news__hero-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-18jl-news__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly dim image for text readability, not color change */
}

.page-resources-18jl-news__hero-content {
  position: absolute;
  text-align: center;
  color: #FFFFFF;
  padding: 20px;
  max-width: 800px;
  z-index: 1;
}

.page-resources-18jl-news__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Gold for emphasis */
}

.page-resources-18jl-news__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.5;
}

.page-resources-18jl-news__hero-cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color for CTA */
  color: #000000; /* Dark text for gold button */
  padding: 15px 40px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-18jl-news__hero-cta-button:hover {
  background-color: #FFFFFF; /* White on hover */
  color: #000000;
}

.page-resources-18jl-news__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF; /* White background for content area */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-18jl-news__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-18jl-news__back-link:hover {
  color: #FCBC45;
}

.page-resources-18jl-news__article-main-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
}

.page-resources-18jl-news__article-intro,
.page-resources-18jl-news__article-paragraph {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-18jl-news__article-subtitle {
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000000;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-18jl-news__article-sub-heading {
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000000;
}

.page-resources-18jl-news__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure images are not too small */
  min-height: 200px;
}

.page-resources-18jl-news__article-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-18jl-news__article-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-18jl-news__inline-cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  margin-top: 15px;
  margin-bottom: 25px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-18jl-news__inline-cta-button:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.page-resources-18jl-news__text-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-18jl-news__text-link:hover {
  color: #000000;
}

.page-resources-18jl-news__faq-item {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  background-color: #f9f9f9;
}

.page-resources-18jl-news__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-18jl-news__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-resources-18jl-news__final-cta {
  text-align: center;
  margin-top: 50px;
  padding: 40px 20px;
  background-color: #000000; /* Main color for final CTA */
  color: #FFFFFF;
  border-radius: 8px;
}

.page-resources-18jl-news__final-cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-18jl-news__final-cta-button {
  display: inline-block;
  background-color: #FFFFFF; /* Register button color for CTA */
  color: #000000; /* Dark text for white button */
  padding: 18px 50px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-18jl-news__final-cta-button:hover {
  background-color: #FCBC45; /* Gold on hover */
  color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-18jl-news__hero-title {
    font-size: 2.2em;
  }

  .page-resources-18jl-news__hero-description {
    font-size: 1em;
  }

  .page-resources-18jl-news__hero-cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }

  .page-resources-18jl-news__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-18jl-news__article-main-title {
    font-size: 2em;
  }

  .page-resources-18jl-news__article-subtitle {
    font-size: 1.5em;
  }

  .page-resources-18jl-news__article-sub-heading {
    font-size: 1.3em;
  }

  .page-resources-18jl-news__article-intro,
  .page-resources-18jl-news__article-paragraph,
  .page-resources-18jl-news__article-list li,
  .page-resources-18jl-news__faq-answer {
    font-size: 0.95em;
  }

  /* Ensure content images do not overflow on mobile */
  .page-resources-18jl-news__article-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-18jl-news__hero-section {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header offset */
  }
}

@media (max-width: 480px) {
  .page-resources-18jl-news__hero-title {
    font-size: 1.8em;
  }

  .page-resources-18jl-news__hero-description {
    font-size: 0.9em;
  }

  .page-resources-18jl-news__hero-cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }

  .page-resources-18jl-news__final-cta-text {
    font-size: 1.2em;
  }

  .page-resources-18jl-news__final-cta-button {
    padding: 15px 30px;
    font-size: 1em;
  }
}