.rsssl-mixed-content-scan {
  .rsssl-mixed-content-placeholder {
    height:250px;
    div {
      background-color:var(--rsp-grey-200);
      margin:10px 0;
      height:20px;
    }
  }
  //.rsssl-shield-overlay {
  //  height:250px;
  //  align-items: center;
  //  justify-content: center;
  //  display:flex;
  //}

  .rsssl-field-wrap {
    .rdt_TableCell[data-column-id="2"] {
      display:grid;
    }
    .rdt_TableCol, .rdt_TableCell {
      min-width: 110px;

    }
  }

  .rsssl-progress-container {
    .rsssl-progress-bar {
      border-radius:5px;
      height:20px;
      background-color:var(--rsp-green);
    }
  }
  .rsssl-task-status{
    min-width: min-content;
    &.rsssl-warning {
      background-color: var(--rsp-yellow);
      color: var(--rsp-text-color);
    }
  }
  button.button{
    line-height: 1.5;
    min-height: 10px;
  }
  .rsssl-grid-item-content-footer{
    display: flex;
    gap: var(--rsp-spacing-s);

    .rsssl-show-ignored-urls-toggle {
      display: flex;
      align-items: center;
      justify-content: center;

      .components-base-control.components-toggle-control {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0;

        .components-base-control__field,
        .components-flex {
          display: flex;
          align-items: center;
          justify-content: center;
          width: auto;
        }
      }
    }
  }
  .rsssl-current-scan-action, .rsssl-mixed-content-description {
    margin:10px 5px;
    font-size: var(--rsp-fs-300);
  }
}
