.test-card {
    cursor: pointer;
    transition: all .18s ease;
    border: 2px solid #dee2e6 !important;
    min-height: 50px;
    color: #697a8d;
    background: #fff;
    user-select: none;
}
.test-card:hover { border-color: #696cff !important; color: #696cff; }
.test-card.active {
    background: #696cff !important;
    color: #fff !important;
    border-color: #696cff !important;
}
.section-divider { border-left: 4px solid #696cff; padding-left: 12px; }