.multi-check {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.check-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border);
  background: var(--surface-alt);
}

.check-pill input {
  margin: 0;
}

.table-wrap {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: auto;
  max-height: 240px;
}

.simple-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.simple-table th,
.simple-table td {
  padding: 6px 8px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.simple-table th {
  position: sticky;
  top: 0;
  background: var(--surface-alt);
  z-index: 1;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.table-actions {
  display: flex;
  gap: 6px;
}

.link-button {
  background: transparent;
  border: none;
  color: var(--interactive);
  cursor: pointer;
  padding: 0;
  font-weight: 500;
  text-decoration: underline;
}

.link-button:hover {
  color: #1d4ed8;
}

.perito-marker {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #111827;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.4);
}

.perizia-marker {
  width: 22px;
  height: 22px;
  border-radius: var(--radius-md);
  background: var(--interactive-light);
  color: var(--interactive);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  border: 2px solid var(--interactive);
  box-shadow: var(--shadow-sm);
}
