.seha-store-switcher {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
}

.seha-store-switcher__link {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: var(--wp--preset--color--base, #fff);
	font-size: 0.8rem;
	text-decoration: none;
	opacity: 0.7;
}

.seha-store-switcher__flag {
	font-size: 0.95rem;
	line-height: 1;
}

.seha-store-switcher__link.is-active {
	opacity: 1;
	font-weight: 600;
}

.seha-store-switcher__sep {
	color: var(--wp--preset--color--base, #fff);
	font-size: 0.8rem;
	opacity: 0.4;
}
