.nabu-cockpit {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nabu-cockpit--error {
  border-color: #f3c2c2;
  background: #fff5f5;
}

.nabu-cockpit__title {
  margin: 0 0 4px;
  font-size: 18px;
}

.nabu-cockpit__subtitle {
  margin: 0 0 12px;
  color: #6a6a6a;
}

.nabu-cockpit__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.nabu-cockpit__table th,
.nabu-cockpit__table td {
  padding: 10px 8px;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  vertical-align: top;
}

.nabu-cockpit__table th {
  font-weight: 600;
  color: #333;
}

.nabu-cockpit__table a {
  color: #2c67b2;
  text-decoration: none;
}

.nabu-cockpit__table a:hover {
  text-decoration: underline;
}

.nabu-cockpit__status {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.nabu-cockpit__status--done {
  background: #e6f6ed;
  color: #067d35;
}

.nabu-cockpit__status--processing {
  background: #eef4ff;
  color: #1b4f9c;
}

.nabu-cockpit__status--queued {
  background: #fff6e5;
  color: #a06300;
}

.nabu-cockpit__status--failed {
  background: #fdecea;
  color: #a22;
}

.nabu-cockpit__status--unbekannt {
  background: #f2f2f2;
  color: #666;
}
