/**
 * Friendly Property Huahin — property card overrides.
 */

/* Contain floats from post content above card buttons */
.property-item .archive-item .property-item-body {
	clear: both;
	overflow: hidden;
}

.property-item .archive-item .property-item-body::after {
	content: "";
	display: table;
	clear: both;
}

/* Side-by-side action buttons (matches archive listing layout) */
.property-item .archive-item .property-item-actions {
	clear: both;
	width: 100%;
}

.property-item .archive-item .property-item-actions .button-line {
	clear: none;
	text-align: center;
}

.property-item .archive-item .property-item-actions .archive-item {
	float: none;
}
