.ovb-zp-meta {
	display: grid;
	grid-template-columns: max-content 1fr;
	column-gap: 0.75rem;
	row-gap: 0.15rem;
	margin: 0.35rem 0 0;
	font-size: 0.9em;
	line-height: 1.35;
	color: #555;
}

.ovb-zp-meta dt {
	margin: 0;
	font-weight: 600;
}

.ovb-zp-meta dd {
	margin: 0;
}

.zp-Zotpress,
.zp-Browse,
.zp-List,
.zpSearchResultsContainer,
.zpSearchResultsItem {
	max-width: 100%;
	font-family: inherit;
	white-space: normal;
}

.zpSearchResultsContainer {
	margin-top: 1.25rem;
}

.zpSearchResultsItem {
	padding: 0.85rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.zpSearchResultsItem.hidden {
	display: none !important;
}

.zpSearchResultsItem .csl-entry,
.zpSearchResultsItem > div:not(.zp-Entry-Image) {
	max-width: 100%;
	white-space: normal;
	overflow-wrap: anywhere;
}

.zp-Zotpress-SearchBox {
	margin: 0 0 1rem;
}

.zp-Zotpress-SearchBox-Input {
	box-sizing: border-box;
	width: 100%;
	max-width: 42rem;
	padding: 0.55rem 0.7rem;
	border: 1px solid rgba(0, 0, 0, 0.3);
	font: inherit;
}
