/* Angeglichen an das Kurznachrichten-Widget (plkn-kn-widget). */
.plu-uh-widget {
	border: none;
	padding: 0;
	margin-bottom: 4px;
}

.plu-uh-widget-title {
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0.2em;
}

.plu-uh-widget-subtitle {
	margin: 0 0 0.75em;
	font-size: 0.8rem;
	color: #666666;
	text-transform: none;
	letter-spacing: normal;
}

.plu-uh-widget-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.plu-uh-widget-list li {
	display: flex;
	gap: 0.6em;
	margin: 0 0 0.6em;
	font-size: 0.85rem;
	line-height: 1.35;
}

.plu-uh-widget-list li:last-child {
	margin-bottom: 0;
}

.plu-uh-widget-list a {
	text-decoration: none;
}

.plu-uh-widget-time {
	color: #8a1c1f;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	font-size: 0.85rem;
}

.plu-uh-widget-empty {
	font-size: 0.9em;
	opacity: 0.75;
}

.plu-uh-widget-more {
	display: inline-block;
	margin-top: 0.35em;
	font-family: "PT Sans", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
}
