/* Captured Pixels Document Table — base styles
   Intentionally minimal: colours, spacing, and layout are left plain
   so they can be restyled to match the site theme. */

.cpdt-table {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #e0e0e0;
}

.cpdt-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid #e0e0e0;
}

.cpdt-title {
	flex: 1 1 auto;
	font-weight: 600;
}

.cpdt-date {
	flex: 0 0 auto;
	min-width: 6.5rem;
	color: #666;
	font-size: 0.9em;
}

.cpdt-project-tag {
	flex: 0 0 auto;
	background: #c2571a;
	color: #fff;
	padding: 0.25rem 0.6rem;
	border-radius: 3px;
	font-size: 0.85em;
	text-decoration: none;
	white-space: nowrap;
}

.cpdt-project-tag:hover {
	opacity: 0.9;
}

.cpdt-pdf-indicator {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none;
	color: #333;
}

.cpdt-pdf-indicator:hover {
	background: #f2f2f2;
}

.cpdt-link-line {
	padding: 0.4rem 0;
}

.cpdt-link-line a {
	text-decoration: none;
	color: #1f2937;
	font-weight: 600;
}

.cpdt-link-line .cpdt-arrow {
	color: #c2571a;
}

.cpdt-empty {
	color: #666;
	font-style: italic;
}
