#filter-ai-edit-post-image-container {
  margin-top: 1em;

  & .filter-ai-button .components-dropdown-menu__toggle {
    border: 1px solid;
    color: #2271b1;
    background: #f6f7f7;
    padding: 0 10px !important;
    border-radius: 3px;
    height: 30px;

    &:hover {
      background: #f0f0f1;
      color: #0a4b78;
    }

    & img {
      max-width: 12px;
    }
  }
}
