/* Shared site footer styles for both frontend and SME pages */
.footer {
  background-color: var(--primary-color, #2c3e50);
  color: #fff;
  padding: 40px 0;
}

.footer a,
.footer .text-light {
  color: rgba(255, 255, 255, 0.85) !important;
}

.footer a:hover,
.footer a:focus {
  color: #ffffff !important;
  text-decoration: underline;
}

.footer h5, .footer h6, .footer p { margin-bottom: 0.75rem; }

.footer .list-unstyled li { margin-bottom: .4rem; }

