.ud-deska .ud-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
.ud-deska .ud-table th,
.ud-deska .ud-table td {
	padding: 8px 12px;
	text-align: left;
	vertical-align: top;
	border: none;
}
.ud-deska .ud-table thead th {
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.ud-deska .ud-table tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.04);
}
.ud-deska .ud-datum {
	white-space: nowrap;
	width: 1%;
}
.ud-deska .ud-sep {
	opacity: 0.4;
}
.ud-deska .ud-pages {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	margin: 0 0 1.5em;
}
.ud-deska .ud-pages .ud-page {
	display: inline-block;
	min-width: 36px;
	padding: 6px 10px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	text-decoration: none;
	line-height: 1.2;
}
.ud-deska .ud-pages .ud-current {
	font-weight: 700;
	background: rgba(0, 0, 0, 0.08);
}
.ud-deska .ud-pages .ud-gap {
	padding: 0 2px;
}
.ud-deska .ud-archiv {
	margin-top: 2em;
}
.ud-deska .ud-archiv summary {
	cursor: pointer;
	font-weight: 600;
	padding: 8px 0;
}
.ud-deska .ud-archiv table {
	margin-top: 1em;
}
.ud-deska .ud-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 1.2em;
}
.ud-deska .ud-filters .ud-filter-search {
	flex: 1 1 220px;
	min-width: 160px;
	padding: 7px 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.ud-deska .ud-filters .ud-filter-kat {
	padding: 7px 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.ud-deska .ud-filters .ud-filter-reset {
	font-size: 0.9em;
	opacity: 0.7;
}
.ud-deska .ud-kat-badge {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 8px;
	font-size: 0.78em;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.08);
	white-space: nowrap;
}
.ud-deska .ud-notice {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 0.9em;
	opacity: 0.85;
}
