.page-resources-jili77-latest-update {
  color: #333333; /* Dark text for light body background #f4f4f4 */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-jili77-latest-update__hero-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-jili77-latest-update__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.page-resources-jili77-latest-update__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px;
}

.page-resources-jili77-latest-update__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff; /* White text over dark/rich image */
  padding: 20px;
  background: rgba(0, 0, 128, 0.6); /* Auxiliary color with transparency */
  border-radius: 10px;
  max-width: 80%;
}

.page-resources-jili77-latest-update__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700; /* Main color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-weight: bold;
}

.page-resources-jili77-latest-update__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jili77-latest-update__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Main color for button */
  color: #000080; /* Auxiliary color for button text */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
}

.page-resources-jili77-latest-update__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-jili77-latest-update__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.page-resources-jili77-latest-update__article-container {
  flex: 3;
  min-width: 0;
  max-width: 100%;
}

.page-resources-jili77-latest-update__article {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 0 auto;
}

.page-resources-jili77-latest-update__section-title {
  font-size: 2.2em;
  color: #000080; /* Auxiliary color for main section titles */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 3px solid #FFD700; /* Main color for accent */
  padding-bottom: 10px;
}

.page-resources-jili77-latest-update__sub-section-title {
  font-size: 1.8em;
  color: #000080; /* Auxiliary color for sub-section titles */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-jili77-latest-update__paragraph {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-jili77-latest-update__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-jili77-latest-update__numbered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-jili77-latest-update__list-item {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.page-resources-jili77-latest-update__inline-link {
  color: #000080; /* Auxiliary color for inline links */
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-jili77-latest-update__inline-link:hover {
  color: #FFD700; /* Main color on hover */
}

.page-resources-jili77-latest-update__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jili77-latest-update__button {
  display: inline-block;
  background-color: #000080; /* Auxiliary color for buttons */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-jili77-latest-update__button--center {
  display: block;
  margin: 30px auto;
  text-align: center;
}

.page-resources-jili77-latest-update__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
  background-color: #FFD700; /* Main color for primary button */
  color: #000080;
}

.page-resources-jili77-latest-update__button--large:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-jili77-latest-update__button--secondary {
  background-color: transparent;
  color: #000080;
  border: 2px solid #000080;
}

.page-resources-jili77-latest-update__button--secondary:hover {
  background-color: #000080;
  color: #ffffff;
  transform: translateY(-3px);
}

.page-resources-jili77-latest-update__button:hover {
  background-color: #000066;
  transform: translateY(-3px);
}

.page-resources-jili77-latest-update__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-jili77-latest-update__faq-question {
  font-size: 1.3em;
  color: #000080; /* Auxiliary color for FAQ questions */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-jili77-latest-update__faq-answer {
  font-size: 1.1em;
  color: #555555;
}

.page-resources-jili77-latest-update__sidebar {
  flex: 1;
  min-width: 280px;
  padding-left: 20px;
  box-sizing: border-box;
}

.page-resources-jili77-latest-update__sidebar-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-jili77-latest-update__sidebar-title {
  font-size: 1.6em;
  color: #000080; /* Auxiliary color for sidebar titles */
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700; /* Main color for accent */
  padding-bottom: 10px;
}

.page-resources-jili77-latest-update__sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-jili77-latest-update__sidebar-list-item {
  margin-bottom: 10px;
}

.page-resources-jili77-latest-update__sidebar-link {
  color: #333333;
  text-decoration: none;
  font-size: 1.1em;
  display: block;
  padding: 8px 0;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.page-resources-jili77-latest-update__sidebar-link:hover {
  color: #FFD700; /* Main color on hover */
  background-color: #f9f9f9;
  padding-left: 5px;
}

.page-resources-jili77-latest-update__sidebar-cta {
  background-color: #000080; /* Auxiliary color for CTA background */
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-jili77-latest-update__sidebar-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jili77-latest-update__sidebar-cta-title {
  font-size: 1.8em;
  color: #FFD700; /* Main color for CTA title */
  margin-bottom: 10px;
}

.page-resources-jili77-latest-update__sidebar-cta-description {
  font-size: 1.1em;
  margin-bottom: 25px;
}

.page-resources-jili77-latest-update__sidebar-cta-button {
  display: inline-block;
  background-color: #FFD700; /* Main color for CTA button */
  color: #000080;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-jili77-latest-update__sidebar-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-jili77-latest-update__return-link-container {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-jili77-latest-update__return-link {
  display: inline-block;
  color: #000080; /* Auxiliary color for return link */
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 2px solid #000080;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-jili77-latest-update__return-link:hover {
  background-color: #000080;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-jili77-latest-update__hero-title {
    font-size: 2.2em;
  }
  .page-resources-jili77-latest-update__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-jili77-latest-update__hero-content {
    max-width: 90%;
  }

  .page-resources-jili77-latest-update__hero-title {
    font-size: 1.8em;
  }

  .page-resources-jili77-latest-update__hero-description {
    font-size: 1em;
  }

  .page-resources-jili77-latest-update__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-jili77-latest-update__content-area {
    flex-direction: column;
    padding: 20px 15px;
  }

  .page-resources-jili77-latest-update__article-container {
    flex: none;
    width: 100%;
    order: 2;
  }

  .page-resources-jili77-latest-update__sidebar {
    flex: none;
    width: 100%;
    padding-left: 0;
    order: 1;
  }

  .page-resources-jili77-latest-update__section-title {
    font-size: 1.8em;
  }

  .page-resources-jili77-latest-update__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-jili77-latest-update__paragraph,
  .page-resources-jili77-latest-update__list-item,
  .page-resources-jili77-latest-update__faq-answer {
    font-size: 1em;
  }

  .page-resources-jili77-latest-update__article-image,
  .page-resources-jili77-latest-update__sidebar-image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .page-resources-jili77-latest-update__hero-title {
    font-size: 1.5em;
  }

  .page-resources-jili77-latest-update__hero-description {
    font-size: 0.9em;
  }

  .page-resources-jili77-latest-update__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-jili77-latest-update__hero-content {
    padding: 15px;
  }

  .page-resources-jili77-latest-update__section-title {
    font-size: 1.5em;
  }

  .page-resources-jili77-latest-update__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-jili77-latest-update__faq-question {
    font-size: 1.1em;
  }

  .page-resources-jili77-latest-update__sidebar-title,
  .page-resources-jili77-latest-update__sidebar-cta-title {
    font-size: 1.4em;
  }

  .page-resources-jili77-latest-update__button--large {
    padding: 14px 25px;
    font-size: 1.1em;
  }
  .page-resources-jili77-latest-update__button--secondary {
    font-size: 1em;
  }
}