// taxonomy component css
.sp-smart-post-taxonomy-panel-container {
  .sp-smart-post-taxonomies:not(:first-child) {
    margin-top: 12px;
  }

  .sp-smart-post-taxonomy-add-button {
    margin-top: 12px;
    background-color: var(--sp-smart-primary-2-400);
    color: #fff;
    padding: 8px 12px 8px 12px;
    border-radius: 2px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    border: none;
    cursor: pointer;
  }
}