Template:WMF News Card/styles.css

.wmf-news-card-container {
	min-height: 472px;
}

.wmf-news-card-title {
	font-family: 'Helvetica Neue', 'Helvetica', 'Liberation Sans', 'Arial', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 150%;
	color: #202122;
}

.wmf-news-card-image {
	width: 314px;
	height: 210px;
}

.wmf-news-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wmf-news-card-textbox {
	display: inline-block;
	width: 452px;
	min-height: 260px;
	background: #FFFFFF;
	margin-left: 18px;
	margin-top: -62px;
}

.wmf-news-card-textbox > p {
	font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
	font-size: 1.125rem;
	line-height: 175%;
	color: #202122;
	padding: 17px 32px 32px 25px;
}

.wmf-news-card-textbox > div {
	margin-bottom: 22px;
	padding-left:25px;
}