.pdt-85c83379-wrapper {
	border: 1px solid #2a2a2a;
	border-radius: 12px;
	overflow: hidden;
	background: #161616;
	color: #fff;
	font-family: inherit;
}

.pdt-85c83379-table-scroll {
	overflow-x: auto;
}

.pdt-85c83379-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	min-width: 600px;
}

.pdt-85c83379-header th {
	padding: 20px 24px;
	color: #999;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #2a2a2a;
	white-space: nowrap;
}

.pdt-85c83379-row {
	border-bottom: 1px solid #2a2a2a;
	border-left: 3px solid transparent; /* for highlight */
	transition: background-color 0.2s ease, border-left-color 0.2s ease;
}

.pdt-85c83379-row:last-child {
	border-bottom: none;
}

.pdt-85c83379-row:hover {
	background-color: #1a1a1a;
}

.pdt-85c83379-row.is-highlighted {
	border-left-color: #f25341;
	background-color: #1a1a1a;
}

.pdt-85c83379-row td {
	padding: 20px 24px;
	vertical-align: middle;
	color: #e0e0e0;
	font-size: 16px;
}

/* Specific styling for typical columns based on the image */
.pdt-85c83379-row td:nth-child(1) {
	font-weight: 700;
	color: #fff;
}

.pdt-85c83379-row td:nth-child(2) {
	color: #24d15e; /* Green color for prices */
	font-weight: 600;
}

.pdt-85c83379-row td:nth-child(3),
.pdt-85c83379-row td:nth-child(4) {
	color: #888;
}

/* Badge styling */
.pdt-85c83379-badge {
	display: inline-block;
	background-color: #f25341;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: 4px;
	margin-left: 12px;
	vertical-align: middle;
}

/* Action link */
.pdt-85c83379-action-link {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	transition: opacity 0.2s;
}

.pdt-85c83379-action-link:hover {
	opacity: 0.8;
}
