#interwiki .side-block {
	background: #aaa1;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-family: serif;
	font-size: 1rem;
	padding: 1rem;
}
#interwiki .heading {
	border: none;
	color: inherit;
	font-size: inherit;
	font-weight: 400;
	padding: 0;
	margin: 1rem 0;
}
#interwiki .menu-item {
	margin: 0;
}
#interwiki .menu-item img {
	display: none;
}
#interwiki .menu-item a {
	background: #aaa2;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	margin: .25rem .25rem 0;
	padding: .5rem;
}
#interwiki .menu-item a:hover {
	text-decoration: none;
}
#interwiki .menu-item a::after {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	transition: width 1s ease-in-out;
	width: 0;
}
#interwiki .menu-item a:hover::after {
	width: 100%;
}
