.lkt-link-preview {
	border: 1px solid #AAA;
	padding-left: 3px;
	margin-top: 20px;
	max-width: 550px;
	min-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lkt-link-preview a {
	color: inherit;
	text-decoration: none;
}

.lkt-link-preview img {
	float: left;
	width: 35px;
	height: 35px !important; /*The !important is necessary here because the MyBBFancyBox plugin sets img height to auto*/
	margin-right: 5px;
	object-fit: cover;
}