$inspector-column-max-width: 330px;

.inspector-column {
  max-width: $inspector-column-max-width;
}

.inspector {
  z-index: 3;

  &-container {
    text-align: left;
    user-select: none;
    padding-bottom: $toolbar-height;

    .form-group {
      padding: 0 0.5rem;

      > label {
        font-size: 0.8125rem;
      }
    }

    .inspector-font-size {
      font-size: 0.875rem;
    }
  };
  &-header {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    &-title {
      flex-grow: 0;
      font-weight: 600;
      letter-spacing: -0.02em;
      flex-grow: 0;
    };
  }
}
