/* FILE: editor-block/blocks/_pullquote.scss */

.wp-block-pullquote {

	blockquote {

		&:last-child {
			margin: 0;
		}

	}

}
