.wp-block-avatar {
	// This block has customizable padding, border-box makes that more predictable.
	box-sizing: border-box;
	line-height: 0;
	img {
		box-sizing: border-box;
	}

	&.aligncenter {
		text-align: center;
	}
}
