/* style/industry-news-caxeng-regulation.css */
.page-industry-news-caxeng-regulation {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F8F8F8; /* Light text for dark background */
  background-color: #0A2239; /* Main dark blue background */
}

.page-industry-news-caxeng-regulation__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-industry-news-caxeng-regulation__hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #2a4a6b 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  border-bottom: 5px solid #FFD700;
}

.page-industry-news-caxeng-regulation__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-industry-news-caxeng-regulation__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #F8F8F8;
}

.page-industry-news-caxeng-regulation__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A2239; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-industry-news-caxeng-regulation__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-industry-news-caxeng-regulation__cta-button--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-industry-news-caxeng-regulation__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-industry-news-caxeng-regulation__content-section {
  padding: 60px 0;
}

.page-industry-news-caxeng-regulation__article-body {
  background-color: #1a3c5a; /* Slightly lighter dark blue for content */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-industry-news-caxeng-regulation__article-body p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-industry-news-caxeng-regulation__article-body .highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-industry-news-caxeng-regulation__section-title {
  font-size: 2.2em;
  color: #FFD700; /* Gold for section titles */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-industry-news-caxeng-regulation__subsection-title {
  font-size: 1.6em;
  color: #F8F8F8;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-industry-news-caxeng-regulation__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-industry-news-caxeng-regulation__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-industry-news-caxeng-regulation__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-industry-news-caxeng-regulation__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-industry-news-caxeng-regulation__image-caption {
  font-style: italic;
  font-size: 0.9em;
  color: #b0b0b0;
  margin-top: 10px;
}

.page-industry-news-caxeng-regulation__faq-item {
  background-color: #2a4a6b;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
}

.page-industry-news-caxeng-regulation__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-industry-news-caxeng-regulation__faq-answer {
  font-size: 1.05em;
  color: #E0E0E0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-industry-news-caxeng-regulation__hero-title {
    font-size: 2.5em;
  }

  .page-industry-news-caxeng-regulation__hero-description {
    font-size: 1.1em;
  }

  .page-industry-news-caxeng-regulation__section-title {
    font-size: 1.8em;
  }

  .page-industry-news-caxeng-regulation__subsection-title {
    font-size: 1.4em;
  }

  .page-industry-news-caxeng-regulation__article-body {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .page-industry-news-caxeng-regulation__hero-title {
    font-size: 2em;
  }

  .page-industry-news-caxeng-regulation__hero-description {
    font-size: 1em;
  }

  .page-industry-news-caxeng-regulation__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-industry-news-caxeng-regulation__section-title {
    font-size: 1.6em;
  }

  .page-industry-news-caxeng-regulation__subsection-title {
    font-size: 1.2em;
  }

  .page-industry-news-caxeng-regulation__article-body {
    padding: 15px;
  }
}