/**
 * @Author   Gileba
 * @license	GNU/GPL http://www.gnu.org/copyleft/gpl.html
 **/

.sorted::after {
	font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
	margin-left: 5px;
}

.sorted.asc::after {
	content: "\f15d";
}

.sorted.desc::after {
	content: "\f881";
}
