/*
Theme Name: Spira Serpe Child
Template: astra
Version: 1.0
*/

body {
  background-color: #000;
  color: #fff;
}

a {
  color: #fff;
  text-shadow: 0 0 2px #0ff, 0 0 2px #f0f;
}

/* Menu Astra centrato e responsive */
.ast-builder-menu .main-header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

/* ✅ Effetto glitch RGB statico sulle voci del menu */
.ast-builder-menu .main-header-menu .menu-link {
  color: white !important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-shadow:
    -1px 0 red,
     1px 0 cyan,
     0 1px blue;
}

/* Responsive mobile menu spacing */
@media (max-width: 921px) {
  .ast-builder-menu .main-header-menu {
    display: block;
    text-align: center;
  }

  .ast-builder-menu .main-header-menu li {
    margin-bottom: 1rem;
  }
}
