.header-inner,
.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

#theme-toggle {
	background: none;
	border: none;
	font-size: 1.25rem;
	cursor: pointer;
	color: inherit;
}

.footer-inner p {
	font-size: 0.85rem;
	opacity: 0.75;
}

.footer-inner a {
	color: inherit;
}
