/* ViraTranslate — ön yüz stilleri. */

.agt-switcher {
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
}

/* Açılır menü */
.agt-switcher--dropdown .agt-switcher__select {
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
}

/* Liste ve bayraklar */
.agt-switcher--list,
.agt-switcher--flags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.agt-switcher__item {
	margin: 0;
}

.agt-switcher__item a {
	text-decoration: none;
	padding: 2px 6px;
	border-radius: 4px;
}

.agt-switcher__item.is-current a {
	font-weight: 700;
	background: rgba(0, 0, 0, 0.06);
}

.agt-switcher--flags .agt-switcher__item a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

/* Editör yer tutucu */
.agt-block-placeholder {
	padding: 12px;
	border: 1px dashed #7e8993;
	border-radius: 4px;
	text-align: center;
	color: #50575e;
	background: #f6f7f7;
}
