.mmf-post-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(30, 34, 68, 0.09);
	border-radius: 20px;
	background: var(--mmf-archive-surface);
	box-shadow: 0 18px 48px rgba(30, 34, 68, 0.08);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
