.qs-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.qs-status {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
}

/* TABLE */
.qs-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.qs-table th,
.qs-table td {
    padding: 14px;
    border-bottom: 1px solid #eee;
}