.status-details-container {
  border: 1px solid rgba(0, 0, 0, .08);
  border: 1px solid var(--border-subtle-color,rgba(0, 0, 0, .08));
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.02);
  background: var(--palette-black-alpha-2,rgba(0, 0, 0, 0.02)); }

.pr-completion-status-header {
  padding-bottom: 12px;
  padding-top: 12px; }

.completion-details-list {
  list-style-position: inside;
  margin: 0 16px 16px; }
  .completion-details-list li {
    list-style: inherit; }

.spinner-status {
  width: 24px; }

.circle-icon {
  background: rgba(0, 0, 0, 0.06);
  background: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06));
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  border-radius: 14px;
  padding: 6px;
  margin: 0 4px; }

.auto-complete-icon {
  background: rgba(255, 255, 255, 1);
  background: var(--background-color,rgba(255, 255, 255, 1));
  border: 1px solid rgba(177, 133, 37, 1);
  border: 1px solid var(--status-warning-icon-foreground,rgba(177, 133, 37, 1));
  color: rgba(177, 133, 37, 1);
  color: var(--status-warning-icon-foreground,rgba(177, 133, 37, 1));
  padding: 5px; }

.preview-check-list .bolt-list-row {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }
  .preview-check-list .bolt-list-row:hover {
    background: rgba(0, 0, 0, 0.04);
    background: var(--palette-black-alpha-4,rgba(0, 0, 0, 0.04)); }

.preview-check-list .bolt-list-cell-content {
  white-space: normal; }

.bolt-list-row:last-of-type .dark-build-output:last-of-type {
  border-radius: 0 0 4px 4px; }

.dark-build-output {
  background: rgba(255, 255, 255, 1);
  background: var(--background-color,rgba(255, 255, 255, 1));
  padding: 4px 0; }
  .dark-build-output .error-text {
    color: rgb(233, 45, 61);
    color: var(--build-output-error-color,rgb(233, 45, 61));
    white-space: pre-wrap; }
  .dark-build-output .line-number {
    color: rgba( 166, 166, 166 ,  1 );
    color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
    text-align: end;
    width: 60px; }

.revert-button {
  margin-left: 8px; }
