/* Soft visual grouping: Core, Extended, and practical papers. */
.igzpl-paper.igzpl-paper-number-1,
.igzpl-paper.igzpl-paper-number-3 {
	background: #eef7ff;
	box-shadow: inset 3px 0 #a9d4f5;
}

.igzpl-paper.igzpl-paper-number-2,
.igzpl-paper.igzpl-paper-number-4 {
	background: #f5f0ff;
	box-shadow: inset 3px 0 #cdbaf2;
}

.igzpl-paper.igzpl-paper-number-5,
.igzpl-paper.igzpl-paper-number-6 {
	background: #fff6e3;
	box-shadow: inset 3px 0 #efd08c;
}

.igzpl-paper[class*="igzpl-paper-number-"] {
	padding-left: 10px;
	padding-right: 8px;
}

/* Filled action buttons, with Download first and View second. */
.igzpl-library .igzpl-paper-actions a.igzpl-download,
.igzpl-library .igzpl-paper-actions a.igzpl-view {
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	justify-content: center;
	min-height: 34px;
	padding: 7px 11px;
}

.igzpl-library .igzpl-paper-actions a.igzpl-download {
	background: #5577e8;
}

.igzpl-library .igzpl-paper-actions a.igzpl-view {
	background: #19a978;
}

.igzpl-library .igzpl-paper-actions a.igzpl-download:hover,
.igzpl-library .igzpl-paper-actions a.igzpl-download:focus-visible {
	background: #3f60cf;
	color: #fff;
}

.igzpl-library .igzpl-paper-actions a.igzpl-view:hover,
.igzpl-library .igzpl-paper-actions a.igzpl-view:focus-visible {
	background: #11865f;
	color: #fff;
}

.igzpl-library .igzpl-paper-actions a .igzpl-size {
	color: rgba(255, 255, 255, .88);
}

.igzpl-special-document {
	background: #fafbfc;
	box-shadow: inset 3px 0 #d8e0e7;
	padding-left: 10px;
	padding-right: 8px;
}

.igzpl-library .igzpl-paper-list > .igzpl-paper {
	border-bottom: 1px solid #cbd6df;
}

.igzpl-library .igzpl-paper-list > .igzpl-paper:last-child {
	border-bottom: 0;
}
