.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) {
		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;

	a {
		color: #f5f5f5;
		font-size: 16px;
		line-height: 1;
		text-decoration: none;
	}
}

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

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

.wa-astro-theme li {
	display: inline-block;
	font-size: 16px;
	margin: 0 16px 0;

	a {
		display: inline-block;
		font-size: inherit;
		margin: 0;
		padding: 1.5em 0 1.35em;
		text-transform: uppercase;
	}

	&:first-child {
		margin-left: 2em;
	}

	&: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;
}
