/* === RTL + إعدادات عامة === */
#tablepress-1 {
	direction: rtl;
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	overflow-x: auto !important;
	white-space: nowrap;
}

/* === رؤوس الأعمدة === */
#tablepress-1 thead th {
	background-color: #073B3A;
	color: #ffffff !important;
	font-weight: bold;
	padding: 12px 15px;
	text-align: center;
	border: 1px solid #ddd;
}

/* === الصفوف === */
#tablepress-1 tbody tr {
	text-align: center !important;
	transition: background-color .3s ease;
	min-height: 35px !important;
}

/* الصفوف الزوجية */
#tablepress-1 tbody tr:nth-child(even) td {
	background-color: #105c5b !important;
}

/* الصفوف الفردية */
#tablepress-1 tbody tr:nth-child(odd) td {
	background-color: #dbdb81 !important;
}

/* === الخلايا === */
#tablepress-1 td {
	padding: 10px 15px;
	border: 1px solid #ddd;
	text-align: center !important;
}

/* === Hover — يغلّف كل شيء === */
#tablepress-1 tbody tr:hover td {
	background-color: #073B3A !important;
	color: #fff !important;
}

/* === العمود الأول (تلوين ثابت) === */
#tablepress-1 td.column-1 {
	background-color: #073B3A !important;
	color: #ffffff !important;
	font-weight: bold;
}

/* في حالة وجود روابط داخل العمود الأول */
#tablepress-1 td.column-1 a {
	color: #ffffff !important;
	font-weight: bold;
}

/* === العنوان (Caption) === */
#tablepress-1 caption {
	caption-side: bottom;
	text-align: center;
	font-size: 14px;
}

/* === ترقيم الصفحات (Pagination) === */
#tablepress-1 .tablepress-pagination {
	text-align: center;
	margin-top: 20px;
}

#tablepress-1 .tablepress-pagination .page-link {
	padding: 8px 12px;
	margin: 0 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
}

#tablepress-1 .tablepress-pagination .page-link:hover {
	background-color: #ddd;
}

#tablepress-1 tbody tr:nth-child(odd) td {
	background-color: #FFF9CC !important; /* Light Yellow */
	color: #073B3A !important;
}

#tablepress-1 tbody tr:nth-child(even) td {
	background-color: #E6F4F1 !important; /* Mint Green */
	color: #073B3A !important;
}