.page-industry-news-regulations {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a2e; /* Inherited from body via shared.css */
}

.page-industry-news-regulations__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: #1a1a2e; /* Ensure dark background for hero */
  overflow: hidden;
}

.page-industry-news-regulations__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-industry-news-regulations__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-industry-news-regulations__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
}

.page-industry-news-regulations__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #26A9E0;
  line-height: 1.2;
}

.page-industry-news-regulations__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-industry-news-regulations__section {
  padding: 60px 20px;
}

.page-industry-news-regulations__content-area {
  max-width: 1200px;
  margin: 0 auto;
}

.page-industry-news-regulations__dark-bg {
  background-color: #1a1a2e;
  color: #ffffff;
}

.page-industry-news-regulations__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-industry-news-regulations__section-title {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0; /* Brand color for titles */
}

.page-industry-news-regulations__dark-bg .page-industry-news-regulations__section-title {
  color: #26A9E0;
}

.page-industry-news-regulations__light-bg .page-industry-news-regulations__section-title {
  color: #26A9E0;
}

.page-industry-news-regulations__subsection-title {
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-industry-news-regulations__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-industry-news-regulations__highlight {
  color: #26A9E0;
  font-weight: bold;
}

.page-industry-news-regulations__inline-link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-industry-news-regulations__inline-link:hover {
  color: #EA7C07;
  text-decoration: none;
}

.page-industry-news-regulations__btn-primary,
.page-industry-news-regulations__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
}

.page-industry-news-regulations__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-industry-news-regulations__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-industry-news-regulations__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-industry-news-regulations__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-industry-news-regulations__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-industry-news-regulations__two-column-layout {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-industry-news-regulations__two-column-layout--reversed {
  flex-direction: row-reverse;
}

.page-industry-news-regulations__text-block {
  flex: 1;
}

.page-industry-news-regulations__image-block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-industry-news-regulations__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-industry-news-regulations__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-industry-news-regulations__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-industry-news-regulations__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-industry-news-regulations__news-card {
  background-color: #f9f9f9;
  color: #333333;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-industry-news-regulations__news-card:hover {
  transform: translateY(-5px);
}

.page-industry-news-regulations__news-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-industry-news-regulations__news-title {
  font-size: 1.4em;
  padding: 15px 20px 10px;
  color: #26A9E0;
}

.page-industry-news-regulations__card-link {
  text-decoration: none;
  color: #26A9E0;
}

.page-industry-news-regulations__card-link:hover {
  color: #1e87b7;
  text-decoration: underline;
}

.page-industry-news-regulations__news-excerpt {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #555555;
}

.page-industry-news-regulations__faq-list {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-industry-news-regulations__faq-item {
  background-color: #f9f9f9;
  color: #333333;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.page-industry-news-regulations__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #e0e0e0;
  color: #333333;
  border-bottom: 1px solid #d0d0d0;
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.page-industry-news-regulations__faq-question::-webkit-details-marker {
  display: none;
}

.page-industry-news-regulations__faq-question:hover {
  background-color: #d5d5d5;
}

.page-industry-news-regulations__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-industry-news-regulations__faq-answer {
  padding: 15px 25px;
  font-size: 1.1em;
  line-height: 1.6;
  color: #555555;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-industry-news-regulations__hero-title {
    font-size: 2.5em;
  }

  .page-industry-news-regulations__section-title {
    font-size: 2em;
  }

  .page-industry-news-regulations__two-column-layout {
    flex-direction: column;
  }

  .page-industry-news-regulations__two-column-layout--reversed {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-industry-news-regulations__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-industry-news-regulations__hero-title {
    font-size: 2em;
  }

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

  .page-industry-news-regulations__section {
    padding: 40px 15px;
  }

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

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

  .page-industry-news-regulations__paragraph,
  .page-industry-news-regulations__list-item,
  .page-industry-news-regulations__news-excerpt,
  .page-industry-news-regulations__faq-answer {
    font-size: 1em;
  }

  .page-industry-news-regulations__btn-primary,
  .page-industry-news-regulations__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }

  .page-industry-news-regulations__cta-center .page-industry-news-regulations__btn-secondary {
    margin-left: 0;
    margin-right: 0;
  }

  .page-industry-news-regulations__news-grid {
    grid-template-columns: 1fr;
  }

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

  .page-industry-news-regulations__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  /* Mobile Images & Videos */
  .page-industry-news-regulations img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-industry-news-regulations__section,
  .page-industry-news-regulations__card,
  .page-industry-news-regulations__container,
  .page-industry-news-regulations__hero-section,
  .page-industry-news-regulations__content-area,
  .page-industry-news-regulations__two-column-layout,
  .page-industry-news-regulations__news-grid,
  .page-industry-news-regulations__news-card,
  .page-industry-news-regulations__faq-list,
  .page-industry-news-regulations__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-industry-news-regulations__hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-industry-news-regulations__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

  .page-industry-news-regulations__btn-primary,
  .page-industry-news-regulations__btn-secondary {
    padding: 12px 20px;
  }
}