footer {
  padding: 1rem 2rem;
  text-align: center;
  background: rgb(242, 243, 243);
  border-top: 1px solid #ffffff;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  z-index: 1;
  font-size: 0.9rem;
  color: #555;
}

/* Follow section */
.footer-follow {
  margin-bottom: 0.5rem;
}

.footer-follow .follow-label {
  font-weight: 600;
  margin-right: 0.5rem;
  color: #666;
}

.footer-follow a {
  margin: 0 0.5rem;
  color: #666;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.2s ease;
}

.footer-follow a svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.footer-follow a:hover {
  color: #000;
}

.footer-copy {
  font-size: 0.8rem;
  color: #888;
  margin-top: 0.5rem;
}
