/* Hide live preview and visit link button on entries page */

.publish-tab-actions .card > div:first-of-type {
    display: none !important;
}

.publish-tab-actions-footer .card > div:first-of-type {
    display: none !important;
}
