.oj-submission-detail-row > td {
  background: #f8fafc;
}

.oj-table .oj-badge-button {
  border: 0;
}

.oj-submission-id-actions {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  white-space: nowrap;
}

.oj-submission-submitted-actions {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  white-space: nowrap;
}

.oj-submission-inline-detail {
  background: #f8fafc;
  border-left: 3px solid var(--oj-accent);
}

.oj-code-pre,
.oj-pre {
  border-radius: 6px;
}

.oj-code-pre {
  background: #0f172a;
  color: #e2e8f0;
  overflow-x: auto;
  white-space: pre;
}

.oj-inline-toggle {
  color: var(--oj-accent);
  font-weight: 750;
  padding: 0;
  text-decoration: none;
}
