.page-industry-news-regulatory-changes {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey for body text on dark background */
  background-color: #0F1D2F; /* Darker background */
}

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

.page-industry-news-regulatory-changes .hero-section {
  background: linear-gradient(135deg, #1A2E47, #0F1D2F);
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-industry-news-regulatory-changes .hero-section h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-industry-news-regulatory-changes .hero-section p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-industry-news-regulatory-changes .cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E47;
  padding: 15px 30px;
  border-radius: 5px;
  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-regulatory-changes .cta-button:hover {
  background-color: #E5C100;
  transform: translateY(-2px);
}

.page-industry-news-regulatory-changes .content-section {
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.page-industry-news-regulatory-changes .content-section .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.page-industry-news-regulatory-changes .article-content {
  flex: 3;
  min-width: 70%;
  padding-right: 20px;
}

.page-industry-news-regulatory-changes .sidebar-cta {
  flex: 1;
  min-width: 250px;
  background-color: #1A2E47;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: flex-start; /* Stick to the top */
}

.page-industry-news-regulatory-changes .sidebar-cta h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
  text-align: center;
}

.page-industry-news-regulatory-changes .sidebar-cta p {
  font-size: 1.05em;
  color: #CCCCCC;
  text-align: center;
}

.page-industry-news-regulatory-changes .sidebar-cta .cta-button {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.page-industry-news-regulatory-changes .sidebar-cta .cta-button.primary {
  background-color: #FFD700;
  color: #1A2E47;
}

.page-industry-news-regulatory-changes .sidebar-cta .cta-button.secondary {
  background-color: #3A506B;
  color: #FFFFFF;
}

.page-industry-news-regulatory-changes .sidebar-cta .cta-button.secondary:hover {
  background-color: #4A607C;
}

.page-industry-news-regulatory-changes .sidebar-cta .cta-button.tertiary {
  background-color: #5F738C;
  color: #FFFFFF;
}

.page-industry-news-regulatory-changes .sidebar-cta .cta-button.tertiary:hover {
  background-color: #6F839C;
}

.page-industry-news-regulatory-changes h2 {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-industry-news-regulatory-changes h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-industry-news-regulatory-changes h4 {
  font-size: 1.4em;
  color: #FFD700;
  margin-top: 25px;
  margin-bottom: 10px;
}

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

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

.page-industry-news-regulatory-changes ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-industry-news-regulatory-changes a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-industry-news-regulatory-changes a:hover {
  color: #E5C100;
  text-decoration: underline;
}

.page-industry-news-regulatory-changes .content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-industry-news-regulatory-changes .faq-section {
  margin-top: 40px;
}

.page-industry-news-regulatory-changes .faq-item {
  background-color: #1A2E47;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-industry-news-regulatory-changes .faq-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-industry-news-regulatory-changes .faq-item p {
  color: #CCCCCC;
  font-size: 1.05em;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-industry-news-regulatory-changes .content-section .container {
    flex-direction: column;
  }

  .page-industry-news-regulatory-changes .article-content {
    padding-right: 0;
    min-width: 100%;
  }

  .page-industry-news-regulatory-changes .sidebar-cta {
    min-width: 100%;
    margin-top: 40px;
  }

  .page-industry-news-regulatory-changes .hero-section h1 {
    font-size: 2.5em;
  }

  .page-industry-news-regulatory-changes h2 {
    font-size: 2em;
  }

  .page-industry-news-regulatory-changes h3 {
    font-size: 1.6em;
  }
}

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

  .page-industry-news-regulatory-changes .hero-section h1 {
    font-size: 2em;
  }

  .page-industry-news-regulatory-changes .hero-section p {
    font-size: 1em;
  }

  .page-industry-news-regulatory-changes .cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-industry-news-regulatory-changes h2 {
    font-size: 1.8em;
  }

  .page-industry-news-regulatory-changes h3 {
    font-size: 1.4em;
  }

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