.pm-properties {
	display: grid;
	gap: 1.25rem;
	margin: 1.5rem 0;
}

.pm-cols-2 {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pm-cols-3 {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pm-cols-4 {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.pm-card {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.pm-thumb {
	position: relative;
	display: block;
	background: #f6f6f6;
	min-height: 160px;
	overflow: hidden;
}

.pm-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pm-thumb__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
	height: 100%;
	padding: 2rem;
	font-size: 0.9rem;
}

.pm-badge {
	display: inline-block;
	background: #eef2ff;
	color: #2f2a99;
	padding: 0.2rem 0.6rem;
	border-radius: 999px;
	font-size: 0.78rem;
	margin-right: 0.35rem;
	margin-bottom: 0.35rem;
}

.pm-badge--muted {
	background: #f2f2f2;
	color: #4a4a4a;
}

.pm-badge--outline {
	background: transparent;
	color: #4a4a4a;
	border: 1px solid #e0e0e0;
}

.pm-badge--featured {
	background: #ffe8d5;
	color: #a95000;
}

.pm-card-body {
	padding: 1rem 1.1rem 1.25rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.pm-badges {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}

.pm-title {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
}

.pm-title a {
	color: inherit;
	text-decoration: none;
}

.pm-title a:hover {
	text-decoration: underline;
}

.pm-meta,
.pm-prices {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-size: 0.9rem;
	color: #4a4a4a;
	margin-bottom: 0.4rem;
}

.pm-sale-price {
	font-weight: 700;
	color: #1d4ed8;
}

.pm-actual-price {
	text-decoration: line-through;
	color: #888;
}

.pm-excerpt {
	margin: 0.5rem 0 0.75rem;
	color: #555;
	flex: 1;
}

.pm-readmore {
	display: inline-block;
	color: #1d4ed8;
	text-decoration: none;
	font-weight: 600;
	margin-top: auto;
}

.pm-readmore:hover {
	text-decoration: underline;
}

.pm-gallery {
	display: flex;
	gap: 0.5rem;
	margin: 0.5rem 0;
}

.pm-gallery__item img {
	border-radius: 6px;
	display: block;
}

.pm-single {
	margin: 2rem 0;
}

.pm-single__title {
	margin: 0 0 0.5rem;
}

.pm-single__header {
	margin-bottom: 1rem;
}

.pm-single__featured img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.pm-single__content {
	margin: 1.5rem 0;
	line-height: 1.6;
}

.pm-section {
	margin: 1.5rem 0;
}

.pm-feature-list {
	list-style: disc;
	padding-left: 1.25rem;
	margin: 0.5rem 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0.4rem 1rem;
}

.pm-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0.75rem;
}

.pm-gallery__item {
	overflow: hidden;
	border-radius: 8px;
}

.pm-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
