.teacher-written-tests-list > .teacher-support-item.is-archived {
    --teacher-item-accent: rgba(112, 124, 139, 0.72);
    --teacher-item-accent-soft: rgba(145, 156, 169, 0.28);
    --teacher-item-surface-top: rgba(241, 244, 247, 0.94);
    --teacher-item-surface-bottom: rgba(233, 237, 241, 0.9);
    border-color: rgba(128, 140, 154, 0.3);
    filter: saturate(0.28);
    opacity: 0.7;
}

.teacher-written-tests-list > .teacher-support-item.is-archived:hover,
.teacher-written-tests-list > .teacher-support-item.is-archived:focus-visible {
    opacity: 0.86;
}

.teacher-written-tests-action--danger {
    border-color: rgba(190, 67, 67, 0.34);
    color: #8d2626;
}

.teacher-written-tests-action--archive {
    border-color: rgba(105, 119, 136, 0.38);
    color: #4f5d6c;
}

.teacher-written-tests-action--reactivate {
    border-color: rgba(34, 132, 94, 0.42);
    background: rgba(246, 255, 251, 0.98);
    color: #176a4d;
}
