.page-industry-insights-latest-regulations {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

.page-industry-insights-latest-regulations .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-industry-insights-latest-regulations-hero {
  background: linear-gradient(135deg, #0056B3, #4d89ca);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-industry-insights-latest-regulations-hero h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFC107;
}

.page-industry-insights-latest-regulations-hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-industry-insights-latest-regulations .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-industry-insights-latest-regulations .btn-primary {
  background-color: #FFC107;
  color: #0056B3;
}

.page-industry-insights-latest-regulations .btn-primary:hover {
  background-color: #e6b000;
  color: #003e8c;
}

.page-industry-insights-latest-regulations .btn-secondary {
  background-color: #0056B3;
  color: #ffffff;
  border: 2px solid #FFC107;
}

.page-industry-insights-latest-regulations .btn-secondary:hover {
  background-color: #003e8c;
  border-color: #e6b000;
}

.page-industry-insights-latest-regulations-introduction,
.page-industry-insights-latest-regulations-key-changes,
.page-industry-insights-latest-regulations-impact,
.page-industry-insights-latest-regulations-shbet-commitment,
.page-industry-insights-latest-regulations-related-articles {
  padding: 60px 0;
}

.page-industry-insights-latest-regulations h2 {
  font-size: 2.5em;
  color: #0056B3;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-industry-insights-latest-regulations h2::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #FFC107;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.page-industry-insights-latest-regulations h3 {
  font-size: 1.8em;
  color: #0056B3;
  margin-bottom: 20px;
}

.page-industry-insights-latest-regulations p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-industry-insights-latest-regulations .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-industry-insights-latest-regulations .small-img {
  max-width: 150px;
  display: block;
  margin: 20px auto;
}

.page-industry-insights-latest-regulations .regulation-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-industry-insights-latest-regulations .regulation-card h3 {
  color: #0056B3;
  font-size: 1.4em;
  margin-top: 0;
}

.page-industry-insights-latest-regulations .regulation-card p {
  font-size: 1em;
  color: #666;
}

.page-industry-insights-latest-regulations .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.page-industry-insights-latest-regulations .col-md-4,
.page-industry-insights-latest-regulations .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .page-industry-insights-latest-regulations .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page-industry-insights-latest-regulations .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.page-industry-insights-latest-regulations ul {
  list-style: none;
  padding: 0;
}

.page-industry-insights-latest-regulations ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFC107"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-industry-insights-latest-regulations .commitment-item {
  text-align: center;
  padding: 30px 20px;
  background-color: #eaf4ff; /* Light blue from primary color */
  border-radius: 8px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-industry-insights-latest-regulations .commitment-item img {
  max-width: 80px;
  margin: 0 auto 20px;
}

.page-industry-insights-latest-regulations .commitment-item h4 {
  color: #0056B3;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-industry-insights-latest-regulations .commitment-item p {
  font-size: 1em;
  color: #333;
}

.page-industry-insights-latest-regulations-call-to-action {
  background-color: #0056B3;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-industry-insights-latest-regulations-call-to-action h2 {
  color: #FFC107;
}

.page-industry-insights-latest-regulations-call-to-action p {
  color: #ffffff;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-industry-insights-latest-regulations .article-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  overflow: hidden;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}

.page-industry-insights-latest-regulations .article-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-industry-insights-latest-regulations .article-card h3 {
  font-size: 1.5em;
  margin: 20px 20px 10px;
  color: #0056B3;
  flex-grow: 1;
}

.page-industry-insights-latest-regulations .article-card h3 a {
  text-decoration: none;
  color: #0056B3;
  transition: color 0.3s ease;
}

.page-industry-insights-latest-regulations .article-card h3 a:hover {
  color: #FFC107;
}

.page-industry-insights-latest-regulations .article-card p {
  font-size: 0.95em;
  color: #666;
  margin: 0 20px 15px;
}

.page-industry-insights-latest-regulations .article-card .read-more {
  display: block;
  text-align: right;
  padding: 15px 20px;
  color: #0056B3;
  text-decoration: none;
  font-weight: bold;
  border-top: 1px solid #eee;
  transition: color 0.3s ease;
}

.page-industry-insights-latest-regulations .article-card .read-more:hover {
  color: #FFC107;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-industry-insights-latest-regulations-hero h1 {
    font-size: 2.5em;
  }
  .page-industry-insights-latest-regulations h2 {
    font-size: 2em;
  }
  .page-industry-insights-latest-regulations h3 {
    font-size: 1.5em;
  }
  .page-industry-insights-latest-regulations .col-md-4, .page-industry-insights-latest-regulations .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .page-industry-insights-latest-regulations-hero {
    padding: 60px 0;
  }
  .page-industry-insights-latest-regulations-hero h1 {
    font-size: 2em;
  }
  .page-industry-insights-latest-regulations-hero p {
    font-size: 1em;
  }
  .page-industry-insights-latest-regulations-introduction,
  .page-industry-insights-latest-regulations-key-changes,
  .page-industry-insights-latest-regulations-impact,
  .page-industry-insights-latest-regulations-shbet-commitment,
  .page-industry-insights-latest-regulations-related-articles {
    padding: 40px 0;
  }
  .page-industry-insights-latest-regulations h2 {
    font-size: 1.8em;
  }
  .page-industry-insights-latest-regulations .regulation-card,
  .page-industry-insights-latest-regulations .commitment-item,
  .page-industry-insights-latest-regulations .article-card {
    height: auto;
  }
}