#results_processing {
	height: 70px;
}

#select-realm-container {
	display: flex;
}

#select-realm-container .realm-label {
	align-self: center;
	margin-right: 4px;
}


/* Armagedon brand on the armory home page */
.armagedon-home-link {
	display: none;
}

.armory-home-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 1.75rem;
	text-align: center;
}

.armory-home-brand {
	display: block;
	width: min(359px, 100%);
	margin-bottom: 0.75rem;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.armory-home-brand:hover,
.armory-home-brand:focus {
	filter: drop-shadow(0 0 12px rgba(255, 122, 24, 0.5));
	transform: scale(1.02);
	outline: none;
}

.armory-home-brand img {
	display: block;
	width: 100%;
	height: auto;
}

.armory-home-header .title {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.armory-home-brand {
		width: min(300px, 100%);
	}
}
