/**
 * Firefly child theme – footer
 * Use with Beaver Themer footer; legal links, copyright, region selector
 */

.fl-themer-layout-footer.ff-themer-footer,
.ff-themer-footer {
  background-color: var(--ff-primary);
  color: var(--ff-white);
  padding: 2rem 2rem 1.5rem;
}

.ff-footer-links-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.ff-footer-links-row a,
.ff-footer-link {
  font-family: var(--ff-body);
  font-size: 0.875rem;
  color: var(--ff-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ff-footer-links-row a:hover,
.ff-footer-link:hover {
  color: var(--ff-white);
}

.ff-footer-copyright-row {
  text-align: center;
  font-family: var(--ff-body);
  font-size: 0.8125rem;
  color: var(--ff-muted);
}

.ff-region-selector {
  font-size: 0.875rem;
  color: var(--ff-muted);
}
