/* Retrait suspendu des styles CSL */
.zp-Entry .csl-bib-body,
.zp-Entry .csl-entry {
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-indent: 0 !important;
    line-height: 1.45 !important;
}

/* Une référence */
.zp-Entry {
    padding: 10px 0 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ececec;
}

/* ISBN */
.zp-ISBN {
    display: block;
    margin: 2px 0 8px;
    color: #777;
    font-size: .90em;
    line-height: 1.4;
}

/* Titre du résultat */
.zp-Collection-Title {
    margin: 18px 0 14px;
    color: #333;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.3;
    text-transform: none;
}

/* Menus déroulants */
.zp-Browse select,
.zp-Zotpress select {
    min-height: 42px;
    padding: 8px 36px 8px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background-color: #fff;
    color: #444;
    font: inherit;
    line-height: 1.25;
}

.zp-Browse select:focus,
.zp-Zotpress select:focus {
    border-color: #bcbcbc;
    outline: none;
}

/* Bloc des tags */
.novae-tags {
    margin-top: 8px;
}

/* Badge */
.novae-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    margin: 0 6px 6px 0;
    padding: 3px 9px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #f6f6f6;
    color: #555;
    font-size: .83em;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

/* Survol des badges */
.novae-tag:hover {
    background: #ededed;
}

/* Lien ISBN vers Swisscovery */
.novae-isbn-link {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.novae-isbn-link:hover,
.novae-isbn-link:focus {
    color: #444;
    text-decoration-thickness: 2px;
}

