Featured badges and difficulty labels are hidden behind course image due to z-index inline style.
Hi,
I'm currently using Masteriyo Pro version 2.18.3.
In the file `/templates/single-course/featured-image.php`, the course image container `
` has an inline style `z-index: 10;`.
Because of this, elements like `
` and `
`, which are rendered above it in the markup, are visually hidden behind the image. This leads to an incorrect layout where important labels are not visible to the user.
Thank you for your attention.