/* Legacy/public listing styles only — panel shell lives in panel-shell.css */

.ma-properties-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 16px;
}

.ma-property-card {
	background: #fff;
	border: 1px solid #e2e6e4;
	border-radius: 10px;
	overflow: hidden;
}

.ma-property-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.ma-property-title {
	margin: 0;
	padding: 12px 14px 16px;
	font-size: 1rem;
}

.ma-property-title a {
	color: inherit;
	text-decoration: none;
}

.ma-notice,
.ma-empty {
	padding: 12px 0;
}
