/* sadly necessary as this isn't recognised by the LESS compiler */
.fr-blog-post-list-widget .ui-carousel:not(.ui-carousel--overlay-arrow) .ui-carousel__internal {
	grid-template-areas:
		"carousel carousel carousel" 
		"back next .";
}
