/* PINK STYLES */

:root {
	--pro--color-red: #DF286F;
	--pro--color-red-secondary: #AD0C52;
	--pro--color-red-rgb: 223, 40, 111;
}

.property-status {
	background: linear-gradient(90deg, rgba(173,12,82,1) 0%, rgba(223,40,111,1) 100%);
}