/**
 * Paragraph block style: Small Print
 */
.editor-styles-wrapper .is-style-small-print,
.is-style-small-print {
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 799px) {
	.editor-styles-wrapper .is-style-small-print,
	.is-style-small-print {
		font-size: 11px;
	}
}
