/* ======================================================
   ✅ Global Footer CSS (from splashbook.css)
====================================================== */

.site-footer {
  background: #7a4aa3;
  color: white;
  padding: 40px 25px;
  text-align: center;
  font-family: "poppins-semibold";
}

.footer-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-desc {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  opacity: 0.95;
  font-style: italic;
}

.footer-links-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .footer-links-row {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-col h3 {
  color: #f3e588;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  margin: 5px 0px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.footer-bottom {
  font-size: 12px;
  opacity: 0.9;
  line-height: 1.6;
}

.footer-bottom a {
  color: #f3e588;
}
