.wpas-simple-ticket-list .ticket-list {
  list-style: none;
  padding: 0;
}

.ticket-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.ticket-item a {
  font-weight: 600;
  color: #0073aa;
}

.ticket-status {
  float: right;
  color: #888;
}
.status-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}
.status-open { background: #28a745; }
.status-pending { background: #ffc107; color: #333; }
.status-closed { background: #dc3545; }
