.sds-public-root .sds-loading,
.sds-public-root .sds-empty-message {
	opacity: 0.65;
	font-style: italic;
}

.sds-public-scores {
	margin: 1.5em 0;
	font-family: inherit;
}
.sds-public-title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 0.5em;
}
.sds-public-subtitle {
	font-size: 0.65em;
	font-weight: 400;
	opacity: 0.75;
}
.sds-public-table-scroll { overflow-x: auto; }
.sds-public-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95em;
}
.sds-public-table th,
.sds-public-table td {
	padding: 8px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: left;
}
.sds-public-table thead th {
	border-bottom: 2px solid rgba(0,0,0,0.2);
	font-weight: 600;
}
.sds-public-table .sds-col-pos { width: 2.5em; text-align: center; }
.sds-public-table .sds-col-olf { text-align: center; opacity: 0.75; }
.sds-public-table .sds-col-totaal { font-weight: 700; text-align: center; }
.sds-public-table .sds-col-plaats { text-align: center; }
.sds-public-table .sds-hondnaam { opacity: 0.75; }
.sds-public-table .sds-col-max { font-weight: 400; opacity: 0.7; font-size: 0.9em; }

.sds-status-pill {
	display: inline-block;
	margin-left: 8px;
	padding: 1px 8px;
	border-radius: 10px;
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	background: rgba(0,0,0,0.08);
}
.sds-status-gediskwalificeerd { background: #fcedee; color: #b32d2e; }
.sds-status-retired { background: rgba(0,0,0,0.08); text-decoration: line-through; }
.sds-status-bezig { background: #fef2df; color: #8a5a00; }
.sds-status-voltooid { background: #e6f6e9; color: #1a7a2e; }

.sds-live-indicator {
	font-size: 0.75em;
	opacity: 0.6;
	margin-top: 0.4em;
}

@media (max-width: 600px) {
	.sds-public-table { font-size: 0.85em; }
	.sds-public-table th, .sds-public-table td { padding: 6px 6px; }
}

/* ---------------- [sheepdog_trials] ---------------- */

.sds-wedstrijden-groep {
	margin: 0 0 1.75em;
}
.sds-wedstrijden-groep-titel {
	margin-bottom: 0.5em;
}
.sds-wedstrijden-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.sds-wedstrijd-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 10px 14px;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 6px;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}
.sds-wedstrijd-item:hover {
	background: rgba(0,0,0,0.035);
	border-color: rgba(0,0,0,0.25);
}
.sds-wedstrijden-groep-vandaag .sds-wedstrijd-item {
	border-color: rgba(0,120,60,0.4);
}
.sds-wedstrijd-datum {
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	opacity: 0.7;
}
.sds-wedstrijd-naam {
	font-weight: 600;
	font-size: 1.05em;
}
.sds-wedstrijd-locatie {
	font-size: 0.85em;
	opacity: 0.75;
}
.sds-wedstrijd-meta {
	font-size: 0.85em;
	opacity: 0.75;
}
.sds-wedstrijd-klasses-mini {
	display: flex;
	flex-direction: column;
	gap: 1px;
	margin-top: 4px;
}
.sds-wedstrijd-klasse-mini {
	font-size: 0.85em;
	opacity: 0.75;
}
.sds-klasse-meta {
	font-size: 0.85em;
	opacity: 0.75;
	margin: -0.3em 0 0.8em;
}
.sds-klasse-meta-item {
	margin: 0;
}
.sds-klasse-meta-item + .sds-klasse-meta-item {
	margin-top: 0.15em;
}
.sds-klasse-extra-info {
	font-size: 0.9em;
	margin: -0.3em 0 0.8em;
	white-space: pre-line;
}

.sds-back-link {
	display: inline-block;
	margin-bottom: 1em;
	text-decoration: none;
}
.sds-wedstrijd-header {
	margin-bottom: 1.5em;
}
.sds-wedstrijd-header h2 {
	margin-bottom: 0.2em;
}
.sds-wedstrijd-klasses .sds-public-scores:first-child {
	margin-top: 0;
}

.sds-support-link {
	margin-bottom: 1.5em;
	text-align: center;
	font-size: 0.85em;
}
.sds-support-link a {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(0,0,0,0.06);
	text-decoration: none;
	opacity: 0.8;
}
.sds-support-link a:hover {
	opacity: 1;
}
