.cjls-switcher {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 24px;
}

.cjls-btn {
	cursor: pointer;
	padding: 8px 18px;
	border-radius: 999px;
	border: 1.5px solid #d8dde3;
	background: #fff;
	color: #1f2937;
	font-weight: 600;
	font-size: 14px;
	font-family: inherit;
	line-height: 1.4;
}

.cjls-btn:hover {
	border-color: #9aa4b2;
}

.cjls-btn.is-active {
	background: #16324f;
	border-color: #16324f;
	color: #fff;
}

/* Hidden by default; JS reveals the active language on load to avoid a flash of all languages. */
.cjls-block[data-cjls-block] {
	display: none;
}

.cjls-block[data-cjls-block].is-visible {
	display: block;
}

.cjls-block[dir='rtl'] {
	text-align: right;
}
