.wp-block-wrd-figure {
	counter-reset: wp-block-wrd-figure var(--wp-block-wrd-figure__start);

	p {
		position: relative;
		margin-bottom: 1.5rem;

		&:last-child {
			margin-bottom: 0px;
		}

		&::before {
			counter-increment: wp-block-wrd-figure;
			content: var(--wp-block-wrd-figure__prefix) counter(wp-block-wrd-figure);
			margin-right: 0.5rem;
			font-size: 0.75em;
			color: #4a88d0;
			white-space: nowrap;
			position: relative;
			bottom: 0.25em;
		}
	}
}
