/************************
 Work search form
************************/

#work-search-sort-order {
	margin-top: 5px;
	width: 100%;
}

.work-search {
	margin: 30px 0 20px 0;
}

.work-search li {
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	align-items: center;
	margin-bottom: 15px;
}

.work-search label {
	flex: 1 0 120px;
}

.work-search div {
	flex: 100 1 150px;
}

.work-search div > * {
	width: 150px;
}

#work-search-title {
	width: 100%;
}

#work-search-category {
	width: 100%;
	max-width: 200px;
}

/************************
 Work details
************************/

.on-this-page {
	position: absolute;
	top: 0px;
	right: 0px;
}

.work-details {
	margin-bottom: 15px;
}

.work-details-last {
	margin-bottom: 0px;
}

.work-details > li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.work-details li > *:first-child {
	flex: 1 0 160px;
	max-width: 200px;
	margin-right: 10px;
}

.work-details li > *:last-child {
	flex: 100 1 300px;
}

.work-details ol {
	margin: 0px;
	padding: 0;
	list-style-position: inside;
}

.work-detail-sub label {
	font-weight: normal !important;
	color: black;
/* 	margin-left: 30px;
	margin-right: -20px !important; */
}

/************************
 Next recordings
************************/

.work-recording-list:last-child {
	margin-bottom: 0;
}

.work-recording {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 15px;
}

.work-recording p {
	margin-bottom: 0px;
	line-height: 1.8rem;
	font-weight: bolder;
}

.work-recording p a {
	color: var(--header-text-1) !important;
}

.work-recording > *:last-child {
	margin-left: 10px;
}

.work-recording .icon-play-small {
	margin-right: 10px;
}

/************************
 Next / previous
************************/

.prev-next-work {
	line-height: 1.6em;
}

.prev-next-work li:first-child {
	margin-bottom: 15px;
}

.prev-next-work label {
	padding-right: 10px;
}
