.page-resources-ph-love-industry-news {
  color: #333333; /* Default text color for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-ph-love-industry-news__hero-section {
  background-color: #000000; /* Main color */
  color: #FFFFFF;
  padding: 80px 20px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-ph-love-industry-news__hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-resources-ph-love-industry-news__back-link {
  display: inline-block;
  color: #FCBC45;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-ph-love-industry-news__back-link:hover {
  color: #FFFFFF;
}

.page-resources-ph-love-industry-news__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login color for emphasis */
}

.page-resources-ph-love-industry-news__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}

.page-resources-ph-love-industry-news__hero-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-ph-love-industry-news__article-content {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-ph-love-industry-news__section {
  margin-bottom: 40px;
}

.page-resources-ph-love-industry-news__section-title {
  font-size: 2em;
  color: #000000;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-ph-love-industry-news__paragraph {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-ph-love-industry-news__article-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px; /* Ensure images don't exceed content width */
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-ph-love-industry-news__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px;
  font-size: 1.1em;
}

.page-resources-ph-love-industry-news__button--download {
  background-color: #FCBC45; /* Login color */
  color: #000000;
}

.page-resources-ph-love-industry-news__button--download:hover {
  background-color: #e0a53b;
}

.page-resources-ph-love-industry-news__cta-buttons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-ph-love-industry-news__button--register {
  background-color: #FFFFFF; /* Register color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-ph-love-industry-news__button--register:hover {
  background-color: #FCBC45;
  color: #FFFFFF;
}

.page-resources-ph-love-industry-news__button--login {
  background-color: #FCBC45; /* Login color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-ph-love-industry-news__button--login:hover {
  background-color: #e0a53b;
  color: #FFFFFF;
}

.page-resources-ph-love-industry-news__related-resources {
  background-color: #f8f8f8;
  padding: 40px 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.page-resources-ph-love-industry-news__resource-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-ph-love-industry-news__resource-item {
  margin-bottom: 10px;
}

.page-resources-ph-love-industry-news__resource-item a {
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-ph-love-industry-news__resource-item a:hover {
  color: #FCBC45;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-ph-love-industry-news__main-title {
    font-size: 2em;
  }

  .page-resources-ph-love-industry-news__intro-text,
  .page-resources-ph-love-industry-news__paragraph {
    font-size: 1em;
  }

  .page-resources-ph-love-industry-news__section-title {
    font-size: 1.6em;
  }

  .page-resources-ph-love-industry-news__hero-section {
    padding: 60px 15px 30px;
  }

  .page-resources-ph-love-industry-news__article-content {
    padding: 0 15px;
  }

  .page-resources-ph-love-industry-news__button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-resources-ph-love-industry-news__cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Ensure images are responsive and do not overflow */
  .page-resources-ph-love-industry-news img {
    max-width: 100%;
    height: auto;
  }
}