/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 01 2025 | 06:06:46 */
.sp-cdm-rc-file.sp-cdm-rc-list-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;

	.sp-cdm-rc-file-file {
		margin: 0;
	}
	.sp-cdm-rc-file-image {
		width: 40px;
		line-height: 0;

		img {
			width: 40px;
			height: 40px;
			aspect-ratio: 1;
			object-fit: contain;
		}
	}

}