/* Climastery Forum — nút dịch bài viết (giống Facebook "Dịch văn bản này") */

.cm-translate-bar {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0 4px;
}

.cm-translate-btn {
	appearance: none;
	background: transparent;
	border: 0;
	padding: 0;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	color: var(--cf-navy-2, #00438b);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s ease;
}

.cm-translate-btn::before {
	content: "";
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	border-radius: 50%;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='m477-80 153-400h100l153 400h-96l-35-96H608l-35 96h-96Zm-37-224L282-562l57-153h128l57 153-158 258Zm-60-296H240q-33 0-56.5-23.5T160-680q0-33 23.5-56.5T240-760h140v-40h-60v-80h200v80h-60v40h140q33 0 56.5 23.5T680-680q0 33-23.5 56.5T600-600h-60l-160 200Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='m477-80 153-400h100l153 400h-96l-35-96H608l-35 96h-96Zm-37-224L282-562l57-153h128l57 153-158 258Zm-60-296H240q-33 0-56.5-23.5T160-680q0-33 23.5-56.5T240-760h140v-40h-60v-80h200v80h-60v40h140q33 0 56.5 23.5T680-680q0 33-23.5 56.5T600-600h-60l-160 200Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cm-translate-btn:hover {
	color: var(--cf-orange, #e26d35);
	text-decoration: underline;
}

.cm-translate-btn.is-loading {
	opacity: 0.6;
	cursor: wait;
}

.cm-translate-credit {
	font-size: 11px;
	color: var(--cf-muted, #8a94a6);
}
