
.editor-styles-wrapper .block-editor-block-list__layout .references, body.frontend .references {
	padding: 32px 0 35px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .references, body.frontend .references {
		padding: 55px 0 60px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .references__inner, body.frontend .references__inner {
	display: flex;
	flex-flow: column;
	margin: 0 auto;
	max-width: 247px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .references__inner, body.frontend .references__inner {
		max-width: 945px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .references .reference, body.frontend .references .reference {
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .references .reference, body.frontend .references .reference {
		margin-bottom: 30px;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .references .reference p, body.frontend .references .reference p {
	color: #231f20;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .references .reference p, body.frontend .references .reference p {
		color: #58595b;
	}
}

.editor-styles-wrapper .block-editor-block-list__layout .references .reference.underline, body.frontend .references .reference.underline {
	position: relative;
}

.editor-styles-wrapper .block-editor-block-list__layout .references .reference.underline:after, body.frontend .references .reference.underline:after {
	background-color: #231f20;
	bottom: -12px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .references .reference.underline:after, body.frontend .references .reference.underline:after {
		background-color: #58595b;
	}
}
