/**
 * Estilos do seletor de idiomas (front-end) do AI Auto Translator.
 */

.aat-switcher-wrapper {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: inherit;
	font-size: 14px;
}

.aat-switcher-label {
	font-weight: 600;
}

.aat-language-select {
	padding: 4px 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	cursor: pointer;
}

.aat-language-select:focus {
	outline: none;
	border-color: #888;
}

/* Exibição automática: flutuante no canto inferior direito */
.aat-floating-switcher {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
	background: #fff;
	padding: 8px 14px;
	border-radius: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* Exibição automática: início da página (logo após <body>) */
.aat-header-switcher {
	display: flex;
	justify-content: flex-end;
	padding: 8px 20px;
	background: #f7f7f7;
	border-bottom: 1px solid #e2e2e2;
}

/* Exibição automática: antes/depois do conteúdo de posts e páginas */
.aat-before-content-switcher,
.aat-after-content-switcher {
	margin: 16px 0;
}
