/* FILE: blocks/_file.scss */

.wp-block-file {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 2em;
	border-width: 1px;
	border-style: solid;
}
