// select field modified css
.sp-smart-post-tab-panel {
  .sp-smart-post-select-field {
    &.sp-smart-post-d-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .sp-smart-post-header {
      display: flex;
      align-items: center;
      .sp-smart-post-select-component-title {
        margin-right: 8px;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
      }
    }
  }
}
.sp-smart-post-select-field {
  &.h-32 {
    .components-select-control__input {
      max-height: 32px !important;  
      min-height: 32px !important;
      height: 32px !important;
      text-transform: capitalize;
    }
  }
  // .components-select-control__input {
  //   text-transform: capitalize;
  // }
}

.sp-is-pro {
  .sp-smart-pro-text {
    margin-left: 0;
  }
  .sp-smart-post-header{
    color: #00000080;
  }
  .components-select-control {
    opacity: .6;
    pointer-events: none;
  }
}