.page-industry-news-regulatory-updates {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

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

.page-industry-news-regulatory-updates__hero-section {
  background: linear-gradient(135deg, #003366, #001a33);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-industry-news-regulatory-updates__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-industry-news-regulatory-updates__hero-title .highlight {
  color: #FFCC00;
}

.page-industry-news-regulatory-updates__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-industry-news-regulatory-updates__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  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: 2px solid #FFCC00;
}

.page-industry-news-regulatory-updates__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
  color: #001a33;
}

.page-industry-news-regulatory-updates__intro-section,
.page-industry-news-regulatory-updates__main-content {
  padding: 60px 0;
  background-color: #f9f9f9;
  color: #333;
}

.page-industry-news-regulatory-updates__section-title,
.page-industry-news-regulatory-updates__article-title {
  color: #003366;
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.page-industry-news-regulatory-updates__section-title::after,
.page-industry-news-regulatory-updates__article-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #FFCC00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-industry-news-regulatory-updates__article-title {
  font-size: 1.8em;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-industry-news-regulatory-updates__article-title::after {
  margin: 10px 0 0 0;
}

.page-industry-news-regulatory-updates__main-content {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.page-industry-news-regulatory-updates__main-content > .page-industry-news-regulatory-updates__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.page-industry-news-regulatory-updates__article {
  flex: 3;
  min-width: 60%;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-industry-news-regulatory-updates__sidebar {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

.page-industry-news-regulatory-updates__article ul,
.page-industry-news-regulatory-updates__article ol {
  margin-bottom: 15px;
  padding-left: 25px;
  color: #444;
}

.page-industry-news-regulatory-updates__article li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-industry-news-regulatory-updates__article li strong {
  color: #003366;
}

.page-industry-news-regulatory-updates__article .keyword-emphasis {
  color: #CC0000;
  font-weight: bold;
}

.page-industry-news-regulatory-updates__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-industry-news-regulatory-updates__promo-box {
  background-color: #003366;
  color: #fff;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-industry-news-regulatory-updates__promo-title {
  font-size: 1.5em;
  color: #FFCC00;
  margin-bottom: 15px;
}

.page-industry-news-regulatory-updates__promo-box p {
  font-size: 1em;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-industry-news-regulatory-updates__promo-button {
  display: block;
  background-color: #FFCC00;
  color: #003366;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFCC00;
}

.page-industry-news-regulatory-updates__promo-button:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
  color: #001a33;
}

.page-industry-news-regulatory-updates__promo-image {
  max-width: 80px;
  height: auto;
  margin-top: 20px;
}

.page-industry-news-regulatory-updates__floating-promo-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 51, 102, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  z-index: 1000;
}

.page-industry-news-regulatory-updates__floating-promo-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.page-industry-news-regulatory-updates__floating-promo-item:hover {
  background-color: rgba(255, 204, 0, 0.2);
}

.page-industry-news-regulatory-updates__floating-icon {
  font-size: 1.5em;
}

.page-industry-news-regulatory-updates__floating-text {
  font-weight: bold;
  font-size: 0.95em;
  color: #FFCC00;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-industry-news-regulatory-updates__main-content > .page-industry-news-regulatory-updates__container {
    flex-direction: column;
  }

  .page-industry-news-regulatory-updates__article,
  .page-industry-news-regulatory-updates__sidebar {
    flex: none;
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 768px) {
  .page-industry-news-regulatory-updates__hero-title {
    font-size: 2.5em;
  }

  .page-industry-news-regulatory-updates__hero-subtitle {
    font-size: 1.1em;
  }

  .page-industry-news-regulatory-updates__section-title {
    font-size: 1.8em;
  }

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

  .page-industry-news-regulatory-updates__hero-section {
    padding: 80px 0;
  }
}

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

  .page-industry-news-regulatory-updates__hero-subtitle {
    font-size: 1em;
  }

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

  .page-industry-news-regulatory-updates__intro-section,
  .page-industry-news-regulatory-updates__main-content {
    padding: 30px 0;
  }

  .page-industry-news-regulatory-updates__floating-promo-menu {
    flex-direction: row;
    bottom: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    gap: 5px;
    padding: 5px;
  }

  .page-industry-news-regulatory-updates__floating-promo-item {
    flex: 1;
    justify-content: center;
    padding: 8px;
  }

  .page-industry-news-regulatory-updates__floating-text {
    display: none;
  }
}