/**
 * Property Labels — appearance overrides.
 *
 * Used by the Architerra_RHC_Property_Labels module. Positions the
 * status label (Active / Pending / Sold / etc.) at the bottom-left of
 * the property card and bumps font/spacing.
 */

.rhea_properties_default .rhea-property-label {
	max-width: 90% !important;
	bottom: 0 !important;
	left: 0 !important;
	padding: 6px 12px !important;
	font-size: 16px !important;
	line-height: 20px !important;
}
