/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 05 2026 | 19:20:18 */
tbody.ha-table__body tr td:nth-child(2), tbody.ha-table__body tr td:nth-child(3){
    text-align:center !important;
}
tbody.ha-table__body tr.ha-table__body-row:nth-child(1) td {
    font-size:18px !important;
    font-weight:700 !important;
}
tbody.ha-table__body tr.ha-table__body-row:nth-child(odd) td .ha-table__body-row-cell-wrap{
	background:none !important;
}
/* Desktop pe hide */
@media (min-width: 768px){
	.ha-table__body .ha-table__body-row:nth-child(even){
		display:none;
	}
	thead.ha-table__head th {
		text-align: center !important;
	}
}
/* Mobile pe show */
@media (max-width: 767px){
	.ha-table__body .ha-table__body-row:nth-child(even){
		display:table-row;
	}
	.ha-table__body-row td[colspan="2"], tr.ha-table__head-column th.ha-table__head-column-cell[colspan="2"], .ha-table__body .ha-table__body-row:nth-child(even) td[colspan="1"] {
		display:none !important;
	}
}