.mw-download-box {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 12px 0;
	padding: 10px 14px;
	background: linear-gradient(#f6f6f6, #ececec);
	border: 1px solid #bfc3c7;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	max-width: 620px;
}

.mw-download-box__icon {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f3f3f3;
	border: 1px solid #c9c9c9;
}

.mw-download-box__icon img {
	display: block;
	max-width: 48px;
	max-height: 48px;
}

.mw-download-box__body {
	flex: 1;
	min-width: 0;
	line-height: 1.35;
}

.mw-download-box__title {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 700;
}

.mw-download-box__title a {
	color: #0645ad;
	text-decoration: none;
}

.mw-download-box__title a:hover {
	text-decoration: underline;
}

.mw-download-box__meta {
	font-size: 12px;
	color: #202122;
}

.mw-download-box__meta a {
	color: #0645ad;
	text-decoration: none;
}

.mw-download-box__meta a:hover {
	text-decoration: underline;
}