
/* ================================
   METESCOPE – STANDARD BADGE
   ================================ */

.footer-powered {
  margin-top: 22px;
  text-align: center;
}

.metescope-badge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
}

.metescope-left {
  background: #ffffff;
  color: #000000;
  padding: 5px 7px;
  font-weight: 500;
}

.metescope-right {
  background: #000000;
  color: #ffffff;
  padding: 5px 9px;
  font-weight: 700;
}

.metescope-badge:hover {
  opacity: 0.9;
}

/* Maps section spacing fix */
.visit-map {
  margin-bottom: 32px;
}


/* Footer clean layout */
.footer-clean {
  text-align: center;
  padding: 24px 12px 18px;
}

.footer-copy {
  font-size: 13px;
  opacity: 0.75;
  margin-bottom: 6px;
}

.footer-links {
  font-size: 13px;
  margin-bottom: 12px;
}

.footer-links a {
  text-decoration: none;
  color: inherit;
}

.footer-links span {
  margin: 0 6px;
  opacity: 0.4;
}

