.ref-table-wrap {
	overflow-x: auto;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
	margin-bottom: 8px;
}

.ref-data-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.ref-data-table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #e3f2fd;
	color: #1565c0;
	font-weight: 600;
	padding: 10px 12px;
	text-align: left;
	border-bottom: 2px solid #90caf9;
	white-space: nowrap;
}

.ref-data-table tbody td {
	padding: 8px 12px;
	border-bottom: 1px solid #eeeeee;
	vertical-align: top;
	color: #424242;
	line-height: 1.5;
}

.ref-data-table tbody tr:hover {
	background: #f5f9ff;
}

.ref-data-table tbody tr:last-child td {
	border-bottom: none;
}

.ref-data-table code {
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 12px;
	background: #f5f5f5;
	padding: 1px 5px;
	border-radius: 3px;
	word-break: break-all;
}

.ref-data-table .ref-muted {
	color: #757575;
	font-size: 13px;
}

.ref-empty {
	padding: 40px 20px;
	text-align: center;
	color: #757575;
	font-size: 15px;
}

.ref-count {
	font-size: 13px;
	color: #757575;
	margin-left: auto;
}

@media (max-width: 600px) {
	.ref-data-table {
		font-size: 13px;
	}
}
