/* Custom styles for Web Stories buttons in the admin bar */
#wpadminbar #wp-admin-bar-edit_webstories_button > .ab-item:before {
    content: '\f464'; /* Dashicon for edit */
    font-family: dashicons;
    top: 2px;
}

#wpadminbar #wp-admin-bar-view_webstories_button > .ab-item:before {
    content: '\f115'; /* Dashicon for visibility */
    font-family: dashicons;
    top: 2px;
}

.webstories-button-class {
    color: #ffffff !important; /* Ensure the text color is white for visibility */
}
