/* style/news-regulatory-interpretation.css */
.page-news-regulatory-interpretation {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

.page-news-regulatory-interpretation__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news-regulatory-interpretation__hero-section {
  background: linear-gradient(135deg, #1A237E, #5f65a5);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.page-news-regulatory-interpretation__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFC107;
  font-weight: bold;
  line-height: 1.2;
}

.page-news-regulatory-interpretation__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-regulatory-interpretation__cta-button {
  display: inline-block;
  background-color: #FFC107;
  color: #1A237E;
  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-news-regulatory-interpretation__cta-button:hover {
  background-color: #e5ac00;
  transform: translateY(-2px);
}

.page-news-regulatory-interpretation__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-news-regulatory-interpretation__article-wrapper {
  display: flex;
  gap: 40px;
}

.page-news-regulatory-interpretation__article {
  flex: 3;
}

.page-news-regulatory-interpretation__sidebar {
  flex: 1;
  background-color: #f0f2f5;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-news-regulatory-interpretation__article-heading {
  font-size: 2.2em;
  color: #1A237E;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFC107;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-news-regulatory-interpretation__article-sub-heading {
  font-size: 1.6em;
  color: #1A237E;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-news-regulatory-interpretation__article p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-news-regulatory-interpretation__article ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-news-regulatory-interpretation__article ul li {
  margin-bottom: 8px;
  font-size: 1.05em;
  color: #555;
}

.page-news-regulatory-interpretation__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-news-regulatory-interpretation__cta-footer {
  text-align: center;
  background-color: #1A237E;
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-top: 50px;
}

.page-news-regulatory-interpretation__cta-footer p {
  font-size: 1.4em;
  margin-bottom: 25px;
  color: #fff;
}

.page-news-regulatory-interpretation__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-news-regulatory-interpretation__sidebar-card {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.page-news-regulatory-interpretation__sidebar-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-news-regulatory-interpretation__sidebar-title {
  font-size: 1.8em;
  color: #1A237E;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-news-regulatory-interpretation__sidebar ul {
  list-style: none;
  padding: 0;
}

.page-news-regulatory-interpretation__sidebar ul li {
  margin-bottom: 10px;
}

.page-news-regulatory-interpretation__sidebar ul li a {
  color: #5f65a5;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-news-regulatory-interpretation__sidebar ul li a:hover {
  color: #FFC107;
  text-decoration: underline;
}

.page-news-regulatory-interpretation__sidebar-button {
  display: block;
  background-color: #FFC107;
  color: #1A237E;
  padding: 12px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-news-regulatory-interpretation__sidebar-button:hover {
  background-color: #e5ac00;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-news-regulatory-interpretation__article-wrapper {
    flex-direction: column;
  }

  .page-news-regulatory-interpretation__sidebar {
    margin-top: 40px;
  }

  .page-news-regulatory-interpretation__hero-title {
    font-size: 2.5em;
  }

  .page-news-regulatory-interpretation__article-heading {
    font-size: 1.8em;
  }

  .page-news-regulatory-interpretation__article-sub-heading {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-news-regulatory-interpretation__hero-section {
    padding: 60px 0;
  }

  .page-news-regulatory-interpretation__hero-title {
    font-size: 2em;
  }

  .page-news-regulatory-interpretation__hero-description {
    font-size: 1em;
  }

  .page-news-regulatory-interpretation__content-section {
    padding: 40px 0;
  }

  .page-news-regulatory-interpretation__article-heading {
    font-size: 1.6em;
  }

  .page-news-regulatory-interpretation__article p,
  .page-news-regulatory-interpretation__article ul li {
    font-size: 0.95em;
  }

  .page-news-regulatory-interpretation__cta-footer p {
    font-size: 1.2em;
  }
}

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

  .page-news-regulatory-interpretation__hero-description {
    font-size: 0.9em;
  }

  .page-news-regulatory-interpretation__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-news-regulatory-interpretation__article-heading {
    font-size: 1.4em;
  }

  .page-news-regulatory-interpretation__sidebar-title {
    font-size: 1.5em;
  }
}