/* Thesis Projects Block
   Base sheet styles come from teaching-staff.css (already globally loaded).
   This file only adds list-specific styles.
--------------------------------------------------------------- */

/* List inside the sheet */

.ts-sheet--theses-list .ts-sheet__inner {
	max-width: 860px;
}

.thesis-projects__list {
	list-style: none;
	margin: 1.5em 0 0;
	padding: 0;
}

.thesis-projects__entry {
	padding: 0.55em 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	line-height: 1.45;
}

.thesis-projects__entry:last-child {
	border-bottom: none;
}

.thesis-projects__name {
	margin-right: 0.3em;
}

.thesis-projects__title {
	color: inherit;
}

a.thesis-projects__title {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
}

a.thesis-projects__title:hover {
	text-decoration-style: solid;
}

.thesis-projects__year {
	color: inherit;
}
