@import "~antd/es/style/themes/variable.less";

.ze-analyzer {
  .ze-analyzer-selector {
    margin: 0 12px;
    width: max-content;
    .ant-select-selection-item{
      color: var(--ant-primary-color);
    }
  }
  .ze-analyzer-block {
    background: #f7f7f8;
    padding: 16px 24px;
    border-radius: 12px;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 16px;
    strong {
      margin: 0 4px;
    }
    .ant-tag-processing {
      color: var(--ant-primary-color);
      background: var(--ant-primary-1);
      border: none;
      margin: 0 4px;
      border-radius: 10px;
    }
  }
}
