.mc-city-blog {
	max-width: 1100px;
	margin: 0 auto 2.5rem;
	padding: 0 1.25rem;
}

.mc-city-blog__eyebrow {
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #5c5c5c;
	margin: 0 0 10px;
	font-weight: 600;
}

.mc-city-blog__card {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	align-items: stretch;
	text-decoration: none;
	color: #111;
	border: 1px solid #ececec;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.2s ease;
}

.mc-city-blog__card:hover {
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.mc-city-blog__img {
	width: 100%;
	max-width: 280px;
	height: 160px;
	object-fit: cover;
	display: block;
	flex: 0 0 auto;
}

.mc-city-blog__body {
	padding: 1.1rem 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 1 200px;
}

.mc-city-blog__title {
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 0.5rem;
}

.mc-city-blog__cta {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
	text-decoration: underline;
}

@media (max-width: 600px) {
	.mc-city-blog__img {
		max-width: 100%;
		height: 180px;
	}
}
