/* Voxel Timeline Translate — website link + result styling. Neutral, so it
   reads as a native timeline action rather than a brand element. */
.vtt-translate-link {
	display: inline-block;
	margin: 4px 0 2px;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--ts-accent-1, #2f6bff);
	text-decoration: none;
	cursor: pointer;
	opacity: 0.9;
}
.vtt-translate-link:hover { opacity: 1; text-decoration: underline; }
.vtt-translate-link.vtt-loading { opacity: 0.6; cursor: default; }

.vtt-translated {
	margin: 4px 0 2px;
	padding: 10px 12px;
	background: rgba(127, 127, 127, 0.08);
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.45;
	white-space: pre-wrap;
	color: inherit;
}
