/* Only the translation control is added to plugin-owned Focus Mode. */
.abx-focus-language-host { display: none; }
.ayubhaedu-focus-toolbar .abx-focus-language-control {
	display: flex;
	align-items: center;
	max-width: 150px;
	min-height: 40px;
	padding: 3px 8px;
	border: 1px solid #d4dfcf;
	border-radius: 11px;
	background: #fff;
}
.ayubhaedu-focus-toolbar .abx-focus-language-control select,
.ayubhaedu-focus-toolbar .abx-focus-language-control .gt_selector {
	max-width: 132px;
	min-height: 31px;
	border: 0 !important;
	background: transparent !important;
	font-size: 12px;
	font-weight: 700;
}
@media (max-width: 680px) {
	.ayubhaedu-focus-toolbar .abx-focus-language-control { max-width: 50px; padding: 2px 5px; }
	.ayubhaedu-focus-toolbar .abx-focus-language-control select,
	.ayubhaedu-focus-toolbar .abx-focus-language-control .gt_selector { max-width: 38px; }
}
