/* Uses Newsey/BuzzEditor’s native format-item markup so the Meme option matches the Create menu. */
.ak-header-create-dropdown-content .buzzeditor-post-format-list .cwmp-newsey-meme-item {
    border-color: rgba(104, 52, 174, .18);
}
.ak-header-create-dropdown-content .buzzeditor-post-format-list .cwmp-newsey-meme-item:hover,
.ak-header-create-dropdown-content .buzzeditor-post-format-list .cwmp-newsey-meme-item:focus {
    background: rgba(104, 52, 174, .08);
}
.ak-header-create-dropdown-content .cwmp-newsey-meme-item .ak-icon {
    color: #6a3bb0;
}
