.polylang-shortcode-switcher {
	max-width: 320px;
}

.polylang-shortcode-switcher__select {
	padding: 0 2em 0 1em;
	box-sizing: border-box;
	font: inherit;
	border: 1px solid #d0d7de;
	border-radius: 6px;
	background-color: #fff;
	color: inherit;
}

.polylang-shortcode-switcher__select option {
	padding: 0 2em 0 1em;
}

@media (max-width: 767px) {
	.polylang-shortcode-switcher {
		max-width: 100%;
	}

	.polylang-shortcode-switcher__select {
		font-size: 16px;
	}
}
