.wa-astrolabe-wrapper {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  max-width: calc(100% - 32px);
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 667px) {
  .wa-astrolabe-wrapper {
    bottom: 32px;
  }
}

.wa-astro-theme {
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #0a0118;
  border: solid 1px #39373e;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wa-astro-theme a {
  color: #f5f5f5;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.wa-astro-dark-ice-theme {
  background-color: hsla(0, 0%, 20%, 0.4);
  border: initial;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.wa-astro-light-theme {
  background-color: #e6e7ed;
  border: solid 1px #d6d8df;
}
.wa-astro-light-theme a {
  color: #333;
}

.wa-astro-theme li {
  display: inline-block;
  font-size: 16px;
  margin: 0 16px 0;
}
.wa-astro-theme li a {
  display: inline-block;
  font-size: inherit;
  margin: 0;
  padding: 1.5em 0 1.35em;
  text-transform: uppercase;
}
.wa-astro-theme li:first-child {
  margin-left: 2em;
}
.wa-astro-theme li:last-child {
  margin-right: 2em;
}

.wa-astro-fixed-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wa-astro-fade {
  pointer-events: none;
  opacity: 0;
}