.page-resources-latest-news-mnl77 {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #FFFFFF;
}

.page-resources-latest-news-mnl77__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
  color: #FFFFFF;
  padding: 0;
  text-align: center;
}

.page-resources-latest-news-mnl77__hero-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.page-resources-latest-news-mnl77__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-resources-latest-news-mnl77__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-latest-news-mnl77__hero-title {
  font-size: clamp(2em, 5vw, 3.5em);
  margin-bottom: 20px;
  font-weight: bold;
  color: #FCBC45; /* Login color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-latest-news-mnl77__hero-description {
  font-size: clamp(1em, 2vw, 1.2em);
  max-width: 800px;
  margin-bottom: 30px;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-latest-news-mnl77__hero-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-resources-latest-news-mnl77__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-latest-news-mnl77__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-latest-news-mnl77__button--register:hover {
  background-color: #FCBC45;
  color: #FFFFFF;
  border-color: #FCBC45;
  transform: translateY(-2px);
}

.page-resources-latest-news-mnl77__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-latest-news-mnl77__button--login:hover {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
  transform: translateY(-2px);
}

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

.page-resources-latest-news-mnl77__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 3px solid #FCBC45;
  padding-bottom: 15px;
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.page-resources-latest-news-mnl77__news-article {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.page-resources-latest-news-mnl77__news-article:last-of-type {
  border-bottom: none;
  margin-bottom: 30px;
}

.page-resources-latest-news-mnl77__article-image {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-latest-news-mnl77__article-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-latest-news-mnl77__article-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-latest-news-mnl77__article-title a:hover {
  color: #FCBC45;
}

.page-resources-latest-news-mnl77__article-meta {
  font-size: 0.9em;
  color: #666666;
  margin-bottom: 20px;
}

.page-resources-latest-news-mnl77__article-text {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333333;
  text-align: justify;
}

.page-resources-latest-news-mnl77__read-more {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-latest-news-mnl77__read-more:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.page-resources-latest-news-mnl77__back-link-container {
  text-align: center;
  margin-top: 40px;
}

.page-resources-latest-news-mnl77__back-link {
  font-size: 1.2em;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-latest-news-mnl77__back-link:hover {
  color: #000000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-latest-news-mnl77__hero-title {
    font-size: 2.2em;
  }

  .page-resources-latest-news-mnl77__hero-description {
    font-size: 1em;
  }

  .page-resources-latest-news-mnl77__hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-latest-news-mnl77__button {
    width: 100%;
    padding: 10px 15px;
    font-size: 1em;
  }

  .page-resources-latest-news-mnl77__content-area {
    padding: 15px;
    margin: 20px auto;
  }

  .page-resources-latest-news-mnl77__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-resources-latest-news-mnl77__article-title {
    font-size: 1.5em;
  }

  .page-resources-latest-news-mnl77__article-text {
    font-size: 1em;
  }

  /* Ensure content area images do not overflow */
  .page-resources-latest-news-mnl77 img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-latest-news-mnl77__hero-title {
    font-size: 1.8em;
  }

  .page-resources-latest-news-mnl77__hero-description {
    font-size: 0.9em;
  }

  .page-resources-latest-news-mnl77__section-title {
    font-size: 1.8em;
  }

  .page-resources-latest-news-mnl77__article-title {
    font-size: 1.3em;
  }
}