.site-footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Roboto', sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 200px;
  margin: 10px 20px;
}

.footer-section h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left; /* säkerställer vänsterjustering */
}

.footer-section p,
.footer-section ul,
.footer-section li,
.footer-section a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  list-style: none;
  margin: 5px 0;
}

.footer-section a:hover {
  text-decoration: underline;
}

/* 🔹 Nytt: vänsterjustera länkarna och ta bort indrag */
.footer-section ul {
  padding-left: 0;  /* tar bort standardindrag */
  margin-left: 0;   /* tar bort extra vänstermarginal */
}

.footer-section li {
  text-align: left; /* tvingar vänsterjustering av text */
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #ccc;
}
