.cid-u0fqD01znP {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Helvetica Neue', sans-serif;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 1px solid #444;
  padding-bottom: 0.5rem;
}

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

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #bbbbbb;
  text-decoration: underline;
}

.footer-copy {
  font-size: 0.95rem;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .footer-copy {
    text-align: right;
  }
}
