/**
 * Polylang-Sprachauswahl im Footer als <select> (.su-pll-lang-select)
 */

footer.footer_wrap select.su-pll-lang-select {
	display: block;
	width: 100%;
	max-width: min(100%, 22rem);
	margin: 0 0 0.75rem 0;
	padding: 0.65rem 2.25rem 0.65rem 0.85rem;
	font-family: inherit;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
	color: #0f172a;
	background-color: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 0.5rem;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.65rem center;
	background-size: 1rem 1rem;
	box-sizing: border-box;
	transition:
		border-color 0.15s ease,
		box-shadow 0.15s ease;
}

footer.footer_wrap select.su-pll-lang-select:hover,
footer.footer_wrap select.su-pll-lang-select:focus {
	border-color: #f0527b;
	outline: none;
	box-shadow: 0 0 0 3px rgba(240, 82, 123, 0.15);
}

footer.footer_wrap select.su-pll-lang-select:focus-visible {
	outline: 2px solid #f0527b;
	outline-offset: 2px;
}

@media (min-width: 768px) {
	footer.footer_wrap select.su-pll-lang-select {
		max-width: 16rem;
		margin-bottom: 0.5rem;
	}
}
