.mdr-agenda-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
}

.mdr-agenda-card {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.mdr-agenda-thumb {
	background: #f5f5f5;
	min-height: 180px;
}

.mdr-agenda-thumb--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}

.mdr-agenda-thumb img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

.mdr-agenda-thumb--placeholder img {
	object-fit: contain;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 150px;
}

.mdr-agenda-body {
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.mdr-agenda-terms {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.mdr-agenda-badge {
	background: var(--mdr-badge-bg, #ff9500);
	color: #fff;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
}

.mdr-agenda-badge-ghost {
	background: var(--mdr-badge-bg, #f5f5f5);
	color: #fff;
}

.mdr-agenda-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
}

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

.mdr-agenda-estado {
	font-size: 12px;
	font-weight: 700;
	color: #b42318;
	text-transform: uppercase;
}

.mdr-agenda-excerpt {
	margin: 0;
	color: #444;
	font-size: 14px;
}

.mdr-agenda-meta {
	font-size: 13px;
	color: #333;
	display: grid;
	gap: 4px;
}

.mdr-agenda-meta strong {
	color: #111;
	font-weight: 700;
}

.mdr-agenda-actions {
	margin-top: auto;
}

.mdr-agenda-sentinel {
	height: 1px;
}
