/* Wing It One World — Footer-only metallic styling (updated bronze-silver-gold gradient) */
.wioo-footer{
  background:#000;
  padding:16px 12px;
  border-top:1px solid #1a1a1a;
  text-align:center;
}
.wioo-footer-row{
  display:flex;
  gap:8px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
}
.wioo-label{ opacity:.7; font-size:12px; margin-right:6px; }
.wioo-sep{ opacity:.6; font-weight:400; }

.wioo-footer a {
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(
    90deg,
    #8C5A2B 0%,
    #A97142 22%,
    #C0C0C0 50%,
    #E6C200 78%,
    #D4AF37 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 4px rgba(212, 175, 55, 0.22);
  transition: opacity .2s ease, text-shadow .2s ease;
}
.wioo-footer a:hover {
  opacity: 0.96;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.45);
}

.wioo-footer .wioo-disclosure{
  opacity:.45;
  font-size:10.5px;
  margin-top:2px;
}
