table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
thead {
  background-color: #333860;
  color: #ffffff;
  text-align: left;
}
th, td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* 4th column = Description → make it wider */
.lucent-tasks-table th:nth-child(4),
.lucent-tasks-table td:nth-child(4) {
  width: 30%;
}

/* 5th column = URL links → blue */
.lucent-tasks-table td:nth-child(5) a {
  color: blue;
}
