.footer {
  background-color: #fff;
  font-size: 0.9rem;
}

.footer-logo {
  font-weight: 600;
  letter-spacing: 0.2em;
}

.social-icons a {
  color: #111;
  font-size: 1.1rem;
  margin: 0 6px;
}

.social-icons a:hover {
  opacity: 0.6;
}

.subscribe-form input {
  border-radius: 0;
}

.subscribe-form button {
  border-radius: 0;
  padding: 0 1.5rem;
}

.footer-links h6 {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  cursor: pointer;
}

.footer a {
  text-decoration: none;
  color: #666;
  font-size: 0.75rem;
}

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