/* Subsystems Table inside cards */
.subsystems-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.8rem;
  border-top: 1px solid rgba(0, 229, 255, 0.15);
  font-family: var(--font-mono);
}

.subsystems-table td {
  padding: 0.45rem 0.2rem;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  vertical-align: middle;
}

.subsystems-table tr:last-child td {
  border-bottom: none;
}

.subsystems-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

.subs-child td {
  padding-left: 1.2rem !important;
  color: var(--text-secondary);
  font-size: 0.7rem !important;
}

.subsystems-table td:nth-child(2) {
  width: 60px;
  text-align: right;
  letter-spacing: 1px;
}
