/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

/* .wp-block-estcp-documents {
	margin-bottom: 1.5rem;
}
.wp-block-estcp-documents .wp-block-estcp-documents {
	margin-bottom: .5rem;
}
.wp-block-estcp-documents .wp-block-file__button {
	display: none !important;
}
.wp-block-estcp-documents .wp-block-estcp-documents .files {
	padding-left: 27px;
}
.wp-block-estcp-documents > .folder-title {
	color: rgb(0, 158, 218);
	font-size: 1.25rem;
	line-height: 1.1;
	margin-bottom: .5rem;
}
.wp-block-estcp-documents .wp-block-file,
.wp-block-estcp-documents .wp-block-estcp-documents .folder-title {
	position: relative;
	padding-left: 30px;
	line-height: 1.75rem;
	font-size: 1.125rem;
	margin-bottom: .375rem;
	color: rgb(15,50,65);
	cursor: pointer;
}
.wp-block-estcp-documents .wp-block-estcp-documents .folder-title {
	text-decoration: underline;
}
.wp-block-estcp-documents .folder-title::before,
.wp-block-estcp-documents .wp-block-file::before {
	font-family: 'Material Icons';
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: never;
	text-decoration: none;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.wp-block-estcp-documents .wp-block-estcp-documents .folder-title:hover {
	color: rgb(0, 158, 218);
	transition: color .2s linear;
}
.wp-block-estcp-documents .wp-block-file:hover {
	color: rgba(15,50,65,.55);
	transition: color .2s linear;
}
.wp-block-estcp-documents .wp-block-file::before {
	content: '\e171';
}
.wp-block-estcp-documents .wp-block-estcp-documents .folder-title::before {
	content: '\e148';
}
.wp-block-estcp-documents .wp-block-estcp-documents .folder-title.open::before {
	content: '\e15d';
} */
