/* Site footer — search home + info pages */
.site-footer {
  margin-top: auto;
  border-top: 1px solid #e2e8f0;
  background: #f0f4f8;
  padding: 20px 20px 16px;
  text-align: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.footer-nav a {
  font-size: 13px;
  color: #5f6368;
  text-decoration: none;
  font-family: "Noto Sans Bengali", arial, sans-serif;
  transition: color 0.15s;
}

.footer-nav a:hover {
  color: #006a4e;
}

.footer-copy {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #5f6368;
  font-family: "Noto Sans Bengali", arial, sans-serif;
}

.powered-by {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.powered-by-label {
  font-size: 12px;
  color: #5f6368;
  font-family: arial, sans-serif;
}

.powered-by-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.powered-by-brand:hover {
  opacity: 0.85;
}

.powered-by-logo {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.powered-by-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: arial, sans-serif;
}

.powered-by-name .brand { color: #006a4e; }
.powered-by-name .tld { color: #cc0000; }

/* Search home: subtle footer on centered layout */
.page:not(.has-results) .site-footer {
  background: transparent;
  border-top: none;
}

.page:not(.has-results) .site-footer .footer-nav a {
  color: #70757a;
}
