.file-coverage-details-pane {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba( 248, 248, 248 ,  1 );
  background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  z-index: 10;
  display: flex;
  flex-direction: column; }
  .file-coverage-details-pane .details-pane .bolt-header-default {
    padding-top: 24px; }
  .file-coverage-details-pane .details-pane .file-coverage-details-box {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    color: rgba( 0, 0, 0 ,  1 );
    color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
    margin-top: 11px; }
    .file-coverage-details-pane .details-pane .file-coverage-details-box .coverage-percentage {
      font-size: 17px; }
    .file-coverage-details-pane .details-pane .file-coverage-details-box .indicator-icon {
      margin-left: 16px;
      margin-right: 2px;
      font-size: 12px; }
    .file-coverage-details-pane .details-pane .file-coverage-details-box .coverage-details {
      margin-left: 16px; }
  .file-coverage-details-pane .editor-container {
    flex-grow: 1;
    background-color: rgba( 255, 255, 255 ,  1 );
    background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
    margin-right: 32px;
    margin-left: 32px; }
    .file-coverage-details-pane .editor-container .bolt-default-horizontal-spacing {
      padding-left: inherit;
      padding-right: inherit; }
  .file-coverage-details-pane .editor-pane {
    width: 100%;
    height: 100%; }
    .file-coverage-details-pane .editor-pane .monaco-editor.vs .line-numbers {
      color: rgba(0, 0, 0, .55);
      color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
    .file-coverage-details-pane .editor-pane .monaco-editor.vs-dark .line-numbers {
      color: rgba( 102, 102, 102 ,  1 );
      color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 ); }
  .file-coverage-details-pane .monaco-menu .icon {
    height: 24px; }
