I would appreciate help in altering the chapter style of this document so that the grey backdrop has slightly rounded edges, and the horizontal space between the right edge of the backdrop and the words "A chapter" can be varied.
\documentclass[11pt,a4paper]{report}
\usepackage[margin=2.5cm]{geometry}
\usepackage{xcolor}
\usepackage[calcwidth]{titlesec}
\usepackage{blindtext}
\usepackage{scrextend}
\usepackage{microtype}
\usepackage[leqno]{amsmath}
\usepackage{etoolbox}
\usepackage{lipsum}
\usepackage[Bjornstrup]{fncychap} % <===================================
\colorlet{chapbgcolor}{gray!50}% shaded background color for chapters
\colorlet{chapnumcolor}{black!55}% color for numbers in chapters
\begin{document}
\sloppy
\chapter{A chapter}
Some text
\end{document}
