/*
Theme Name: Twenty Seventeen Child
Template: twentyseventeen
Version: 1.0.0
*/

.dlm-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 1.6rem;
	margin: 1.5rem 0 2rem;
}

.dlm-grid .dlm-download-box {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

.dlm-grid .dlm-thumb {
	height: 180px;
	overflow: hidden;
	background: #eee;
}

.dlm-grid .dlm-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: 0;
}

.dlm-grid .dlm-download-box-content {
	display: flex;
	flex-direction: column;
	gap: .6rem;
	flex: 1;
	padding: 1.1rem 1.2rem 1.3rem;
}

.dlm-grid .dlm-download-box-content h3 {
	font-size: 1.05rem;
	line-height: 1.3;
	margin: 0;
}

.dlm-grid .dlm-excerpt {
	font-size: .85rem;
	line-height: 1.55;
	color: #6b6b6b;
	flex: 1;
	margin: 0;
}

.dlm-grid .dlm-excerpt p {
	margin: 0;
}

.dlm-grid .dlm-meta {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: .5rem;
	font-family: Consolas, Menlo, monospace;
	font-size: .72rem;
	color: #6b6b6b;
	border-top: 1px solid #ddd;
	padding-top: .5rem;
}

.dlm-grid .dlm-download-box-content a {
	display: block;
	text-align: center;
	background: #1a1a1a;
	color: #fff;
	border: 1px solid #1a1a1a;
	border-radius: 0;
	padding: .7rem;
	margin-top: .2rem;
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: .01em;
	text-decoration: none;
}

.dlm-grid .dlm-download-box-content a:hover,
.dlm-grid .dlm-download-box-content a:focus {
	background: #000;
	color: #fff;
}

.dlm-grid > .wp-block-group__inner-container {
	display: contents;
}
