/* === TradeHive Footer (plugin) === */
.th-footer {
  background: #f8f9fa;
  border-top: 1px solid #d0d7de;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.th-footer-col h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
}

.th-footer-brand .custom-logo,
.th-footer-logo img {
  max-width: 170px;
  height: auto;
}

.th-footer-site-name {
  font-weight: 700;
  font-size: 20px;
}

.th-footer-about {
  margin-top: 10px;
  color: #444;
  font-style: italic;
}

.th-footer-links ul,
.th-footer-legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.th-footer-links li,
.th-footer-legal li {
  margin: 6px 0;
}

.th-footer a {
  color: #222;
  text-decoration: none;
}

.th-footer a:hover {
  text-decoration: underline;
}

.th-footer-copy {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #e2e6ea;
  color: #666;
}
