.image-preview {
	max-width: 100%;
	max-height: calc(128 * var(--spacing));
	margin: auto;
}

.image-filename {
	font-size: var(--text-lg);
	margin-top: calc(2 * var(--spacing));

	p {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}
