/* Auto Publication Updater — front-end list. */
.publiton-publications details.publiton-year {
	margin-bottom: 0.6em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 0.6em;
}

.publiton-publications summary {
	cursor: pointer;
	font-size: 1.15em;
	font-weight: 600;
	padding: 0.3em 0;
}

.publiton-publications summary .publiton-count {
	font-weight: 400;
	opacity: 0.6;
	font-size: 0.85em;
}

.publiton-publications ul {
	list-style: none;
	margin: 0.5em 0 0.5em 0.2em;
	padding: 0;
}

.publiton-publications li {
	margin-bottom: 0.9em;
	line-height: 1.5;
}

.publiton-publications .publiton-title {
	font-weight: 600;
	text-decoration: none;
}

.publiton-publications a.publiton-title:hover {
	text-decoration: underline;
}

.publiton-publications .publiton-meta {
	display: block;
	font-size: 0.9em;
	opacity: 0.75;
}

/* Pro: citation stats summary. */
.publiton-publications .publiton-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	margin: 0 0 1.2em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.publiton-publications .publiton-stat {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.publiton-publications .publiton-stat-value {
	font-size: 1.7em;
	font-weight: 700;
}

.publiton-publications .publiton-stat-label {
	font-size: 0.8em;
	opacity: 0.65;
}

/* Pro: citations-per-year chart. */
.publiton-publications .publiton-chart {
	margin: 0 0 1.4em;
}

.publiton-publications .publiton-chart svg {
	display: block;
	width: 100%;
	height: auto;
	max-height: 220px;
}

.publiton-publications .publiton-bar {
	fill: currentColor;
	opacity: 0.55;
}

.publiton-publications .publiton-bar:hover {
	opacity: 0.85;
}

.publiton-publications .publiton-axis {
	fill: currentColor;
	opacity: 0.6;
	font-size: 11px;
}

/* Pro: "Cited by N" badge. */
.publiton-publications .publiton-cited {
	display: inline-block;
	font-size: 0.75em;
	font-weight: 600;
	opacity: 0.7;
	white-space: nowrap;
}

/* Pro: export links. */
.publiton-publications .publiton-export {
	margin-top: 1em;
	font-size: 0.9em;
	opacity: 0.85;
}

.publiton-publications .publiton-export-label {
	font-weight: 600;
	margin-right: 0.3em;
}
