.published-document-navbar-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    border-radius: 9px;
    transition: background-color .15s ease, color .15s ease, transform .15s ease;
}

.published-document-navbar-link:hover,
.published-document-navbar-link:focus,
.published-document-navbar-link.is-active {
    background: #edf5ff;
    color: #0b5ed7 !important;
    transform: translateY(-1px);
}

.published-document-sidebar-link.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, #0d6efd 0%, #4d8df7 100%);
    box-shadow: 0 5px 13px rgba(13, 110, 253, .22);
}
