@charset "utf-8";

.document-list {
	border-top: 1px dashed rgba(0,0,0,0.4);
	list-style: none;
	padding: 30px 0 0;
}

.document-list li {
	margin-bottom: 0.75em;
}

.document-list .pdf i {
	color: #e34c85;
}

.document-list i {
	margin-right: 1em;
}


.archive {
	border-top: 1px dashed rgba(0,0,0,0.4);
	padding-top: 30px;
}

.archive-list {
	list-style: none;
	padding: 0;
}

.archive__item {
	margin-bottom: 1.5em;
}

.archive__date {
	display: block;
	font-size: 1.1rem;
	color: #999;
}

.archive__anchor {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (min-width: 768px) {
	
	.archive__item {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.archive__date {
		width: 25%;
	}
	
	.archive__anchor {
		width: 75%;
	}
}