.v-footer {
  width: 100%;
  padding: 12px 0;
  background: #1a1024; /* dark purple */
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.v-footer-inner {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

  gap: 14px !important;
  font-size: 9px !important;
  letter-spacing: 0.06em !important;
  color: #ffffff !important;
  text-transform: uppercase !important;

  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;

  scrollbar-width: none; /* Firefox */
}

.v-footer-inner::-webkit-scrollbar {
  display: none; /* Safari + Chrome */
}

.v-footer-item {
  display: inline-flex !important;
  align-items: center;
  white-space: nowrap;
}

.v-footer-inner a {
  color: #ffffff !important;
  text-decoration: none;
  transition: opacity .2s ease;
}

.v-footer-inner a:hover {
  opacity: 0.6;
}
