.ct-6936c44c-wrapper {
	overflow-x: auto;
}

.ct-6936c44c-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

.ct-6936c44c-table th,
.ct-6936c44c-table td {
	padding: 12px 15px;
	border: 1px solid #ddd;
	text-align: left;
}

/* Center align the first column */
.ct-6936c44c-table th:first-child,
.ct-6936c44c-table td:first-child {
	text-align: center;
}

.ct-6936c44c-table th {
	background-color: #f4f4f4;
	position: relative;
}

.ct-6936c44c-table th.sortable {
	cursor: pointer;
	user-select: none;
}

.ct-6936c44c-table th.sortable:hover {
	background-color: #ebebeb;
}

.ct-sort-icon {
	font-size: 0.8em;
	margin-left: 5px;
	opacity: 0.3;
}

.ct-6936c44c-image {
	display: block;
	max-width: 100%;
	cursor: pointer; /* Indicate it's clickable */
	transition: transform 0.2s ease;
}

.ct-6936c44c-image:hover {
	transform: scale(1.05);
}

/* Lightbox Styles */
.ct-6936c44c-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ct-6936c44c-lightbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}

.ct-6936c44c-lightbox-content {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	z-index: 10;
}

.ct-6936c44c-lightbox-img {
	max-width: 100%;
	max-height: 90vh;
	box-shadow: 0 4px 15px rgba(0,0,0,0.5);
	border-radius: 4px;
	display: block;
}

.ct-6936c44c-lightbox-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.3s ease;
}

.ct-6936c44c-lightbox-close:hover {
	color: #ccc;
}
