/* Sustainability Posts List Styles */

.spl-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0;
  font-family: Arial, sans-serif;
}

.spl-item {
  border-bottom: 1px solid #333;
  padding-bottom: 1.5rem;
}

.spl-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5rem;
    color: white;
}

.spl-title a {
 
    text-decoration: underline !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: Inter !important;
 color: #fff !important;
  text-decoration: underline !important;
}

.spl-title a:hover {
  color:#81CB74;
}

.spl-excerpt {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}