/**
 * @author alisch berlec hönow <info@abh.eu>
 * @version 4.6.6
 *
 * Mdj Component: Press
 */

.press {
	--grid-horizontal-spacing: var( --one-line--regular );
}



.press__files,
.press__images {
	display: flex;
}



.press-file {
	display: flex;
}



.press-file__preview {
	width: 2.5em;
	flex-shrink: 0;
}

	.press-file__preview img {
		height: 1em;
		width: auto;
	}



.press-file__title {
	white-space: nowrap;
	text-overflow: ellipsis;

	overflow: hidden;
	margin-right: var( --grid-horizontal-spacing );
}



.press-file__meta {
	display: flex;
	flex-shrink: 0;
	margin-left: auto;
}

	.press-file__size {
		width: 4em;
	}



/* ------------------------- */
@media ( max-width: 1199px ) {

	.press__files {
		margin-top: var( --bottom-sp );
	}
}