.cr-records-wrapper {
	max-width: 100%;
}
.cr-filters {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.cr-filters label {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-weight: 600;
}
.cr-records-table {
	width: 100%;
	border-collapse: collapse;
}
.cr-records-table th,
.cr-records-table td {
	border-bottom: 1px solid rgba(0,0,0,.15);
	padding: 8px 10px;
	text-align: left;
}
.cr-records-table tbody tr.cr-row-clickable {
	cursor: pointer;
}
.cr-records-table tbody tr.cr-row-clickable:hover {
	background: rgba(0,0,0,.03);
}
.cr-history-block {
	background: rgba(0,0,0,.04);
	padding: 14px 16px;
	margin: 0 0 10px;
}
.cr-history-block .cr-history-title {
	font-weight: 700;
	margin: 0 0 8px;
}
.cr-history-block table {
	width: 100%;
	border-collapse: collapse;
}
.cr-history-block th, .cr-history-block td {
	padding: 6px 8px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	text-align: left;
}
.cr-empty-msg {
	opacity: .7;
}
.cr-be-flag {
	font-size: 1em;
	margin-right: 2px;
}
.cr-ht-badge {
	font-size: .75em;
	font-weight: 700;
	opacity: .7;
	border: 1px dashed currentColor;
	padding: 1px 5px;
	border-radius: 3px;
	margin-left: 6px;
}
