/* Table-specific styles */

th.clickable {
    cursor: pointer;
}

.sort-caret::after {
    content: '\25B2'; /* Up caret */
    display: none;
}

.sort-caret.asc::after {
    display: inline;
    content: '\25B2'; /* Up caret */
}

.sort-caret.desc::after {
    display: inline;
    content: '\25BC'; /* Down caret */
}

/* YouTube link cell styling */
.youtube-link-cell {
    text-align: center;
}