.mb-suggested-read {
	margin: 40px 0;
}

.mb-suggested-read__eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #D64F15;
	margin: 0 0 12px;
}

.mb-suggested-read__card {
	display: flex;
	align-items: center;
	gap: 20px;
	background: #f8f7f4;
	border-left: 4px solid #D64F15;
	border-radius: 8px;
	padding: 16px 20px;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s ease, transform 0.15s ease;
}

a.mb-suggested-read__card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

a.mb-suggested-read__card:visited {
	color: inherit;
}

.mb-suggested-read__media {
	flex-shrink: 0;
	width: 100px;
	height: 68px;
	border-radius: 6px;
	overflow: hidden;
}

.mb-suggested-read__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mb-suggested-read__body {
	flex: 1;
	min-width: 0;
}

.mb-suggested-read__cat {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #D64F15;
	margin-bottom: 4px;
}

.mb-suggested-read__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 4px;
	color: #1f2641;
}

.mb-suggested-read__meta {
	font-size: 13px;
	color: #6b7280;
	margin: 0;
}

.mb-suggested-read__empty {
	background: #f8f7f4;
	border: 2px dashed #d1d5db;
	border-radius: 8px;
	padding: 32px;
	text-align: center;
	color: #6b7280;
}

@media (max-width: 480px) {
	.mb-suggested-read__card {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding: 14px 16px;
	}

	.mb-suggested-read__media {
		width: 100%;
		height: 140px;
	}
}
