.chiefs-country-switcher {
	color: white;
	margin-bottom: 10px;
	text-align: center;
}

.chiefs-country-switcher h5 {
	font-weight: 700;
	margin-bottom: 6px;
}

.chiefs-country-switcher select {
	padding: 6px;
}

@media (max-width: 768px) {
	.chiefs-country-switcher form {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
