/* Article detail — downloadprint override */
.sj-articledetail .sj-downloadprint {
    float: none !important;
    display: flex !important;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    position: static !important;
}

.sj-articledetail .sj-downloadprint li {
    float: none !important;
    padding: 0 !important;
}