.sdg-highlight {
  border-left: 5px solid #2c7be5;
  background: #f8fbff;
  padding: 16px;
  margin: 20px 0;
  border-radius: 8px;
}

.sdg-header {
  font-weight: 600;
  font-size: 16px;
  color: #1f3c88;
  margin-bottom: 10px;
}

.sdg-content {
  text-align: center;
}

.sdg-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.sdg-footer {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
  text-align: center;
}
