.preview-item {
	background:transparent; border-radius:10px; margin-bottom:10px;
}
.profile_thumb {
	background:#e8bd70; border-radius:10px;
}

.unsupported-preview {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:14px;
	border-radius:10px;
	box-sizing:border-box;
	border:1px solid rgba(232, 189, 112, 0.45);
	background:
		linear-gradient(180deg, rgba(73, 61, 38, 0.94) 0%, rgba(45, 38, 26, 0.98) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 236, 190, 0.12),
		0 10px 24px rgba(0, 0, 0, 0.18);
	text-align:center;
	line-height:1.45;
	word-break:keep-all;
	color:#f3ead7;
	font-size:14px;
}

/*
.add-more-button {
	background:transparent; border-radius:10px; 
}
*/
