/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Sélecteur de langue mobile - affiché avant le burger */
.mobile-lang-switcher {
	display: none;
}

@media (max-width: 1023px) {
	.mmb-container {
		display: flex !important;
		align-items: center;
	}

	.mobile-lang-switcher {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-right: 12px;
	}

	.mobile-lang-switcher .lang-btn {
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		text-decoration: none;
		color: inherit;
		opacity: 0.45;
		transition: opacity 0.2s;
	}

	.mobile-lang-switcher .lang-btn.lang-active {
		opacity: 1;
	}

	.mobile-lang-switcher .lang-btn:hover {
		opacity: 1;
	}

	.mobile-lang-switcher .lang-sep {
		font-size: 11px;
		opacity: 0.25;
	}
}