.alt-switcher-btn{
  display:inline-block;
  padding:.65rem 1rem;
  border-radius:9999px;
  border:1px solid rgba(0,0,0,.1);
  text-decoration:none;
  font-weight:600;
  line-height:1;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}
.alt-switcher-btn:hover{ transform:translateY(-1px); }
