/* Shared footer style */
.slo-footer{
  text-align:center;
  color:#f5f5f5;
  opacity:.85;
  font-size:.9rem;
  margin-top:4rem;
  padding:1rem 0;
  background-color:#0f1115; /* ensure dark background behind the text */
}
