.components-fixed-bottom-render {
  position: fixed;
  bottom: 0;
  z-index: 10;
  display: flex;
  padding: 10px 15px;
  background-color: white;
  box-shadow: 0 0 2px rgba(0,0,0, 0.1);
  width: 100%;
  left: 0;
  > * {
    flex: 1;

    & + * {
      margin-left: 15px;
    }

  }

  .components-simple-button-render:nth-child(1) {
    .btn {
      border: 1px solid #eee;
      background: #fff;
      color: #333;
    }
  }

  &:empty {
    display: none;
  }
}
