/*! 
18th February 2026
New amends by chris@p4pcreative.com

A change to the property status ribbon.

*/

figure.cp-property__figure{
	overflow: hidden;
	container-type: inline-size;
	
	figcaption.cp-property__figcaption {
		top: 0%;
		left: 0%;
		transform: rotate(-45deg);
		transform-origin: 10ch 10ch;
		text-align: center;
		line-height: 1;
		max-height: 1.75em;
		max-width: 20ch;
	}
}