.emts-data-table-wrapper {
	overflow-x: auto;
}

.emts-data-table {
	width: 100%;
	border-collapse: collapse;
}

.emts-data-table th,
.emts-data-table td {
	padding: 12px 16px;
	border: 1px solid #e0e0e0;
	text-align: left;
}

.emts-data-table th {
	background-color: #f8f8f8;
	font-weight: 600;
}


.emts-data-table-wrapper {
	margin-bottom: 1rem;
}

.emts-table-search {
	padding: 8px 12px;
	width: 100%;
	max-width: 250px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.emts-pagination-wrapper {
	text-align: right;
}

.emts-pagination-controls {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}

.emts-pagination-controls button {
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	cursor: pointer;
	border-radius: 3px;
}

.emts-pagination-controls button.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.emts-page-display {
	padding: 0 6px;
}

.emts-table-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}