/* ==========================================================================
   DLL - dll-fiche-livre.css
   Fiche livre Catalogue (single-dll_livre.php) + Fiche produit Librairie
   Version 1.0 - 2026-06-27
   ========================================================================== */

/* FICHE LIVRE CATALOGUE */
.dll-livre-hero { background: linear-gradient(135deg, var(--dll-vn-deep) 0%, var(--dll-vn) 100%); padding: 3rem 0 2.5rem; min-height: 480px; }
.dll-livre-hero__inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 220px 1fr 280px; gap: 2.5rem; align-items: start; }

.dll-livre-col--cover { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.dll-livre-cover { width: 100%; }
.dll-livre-cover__img { width: 100%; max-width: 200px; display: block; border-radius: 4px; box-shadow: 0 8px 32px rgba(0,0,0,.45), 0 2px 8px rgba(0,0,0,.3); transition: transform .3s ease, box-shadow .3s ease; }
.dll-livre-cover__img:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.5); }
.dll-livre-cover__placeholder { width: 100%; max-width: 200px; height: 280px; background: var(--dll-vn); border: 1px solid rgba(184,149,42,.3); border-radius: 4px; display: flex; align-items: center; justify-content: center; padding: 1rem; text-align: center; color: var(--dll-iv); font-size: .85rem; font-style: italic; }
.dll-livre-badge-wrap { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; justify-content: center; }
.dll-livre-badge { background: var(--dll-do); color: #fff; font-family: 'Source Sans 3', sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .08em; padding: .25rem .7rem; border-radius: 20px; text-transform: uppercase; }
.dll-livre-genre { color: var(--dll-bv); font-size: .8rem; font-family: 'Source Sans 3', sans-serif; }

.dll-livre-col--editorial { padding-top: .5rem; }
.dll-livre-editorial__title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: #fff; line-height: 1.2; margin: 0 0 1.2rem; }
.dll-livre-editorial__author-block { margin-bottom: 1.2rem; }
.dll-livre-editorial__by { font-family: 'Source Sans 3', sans-serif; font-size: .85rem; color: rgba(245,240,232,.6); margin-right: .35rem; }
.dll-livre-editorial__author { font-family: 'Source Sans 3', sans-serif; font-size: 1rem; font-weight: 600; color: var(--dll-do-light); }
.dll-livre-editorial__fonction { font-family: 'Source Sans 3', sans-serif; font-size: .82rem; color: var(--dll-bv); font-style: italic; margin: .3rem 0 0; }
.dll-livre-editorial__divider { width: 50px; height: 2px; background: var(--dll-do); margin: 1rem 0; border-radius: 1px; }
.dll-livre-editorial__resume { font-family: 'Source Sans 3', sans-serif; font-size: .92rem; line-height: 1.65; color: rgba(245,240,232,.82); display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 1.2rem; }
.dll-livre-editorial__audio { margin-top: 1.2rem; }
.dll-livre-audio-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--dll-bv); text-decoration: none; font-family: 'Source Sans 3', sans-serif; font-size: .85rem; border: 1px solid rgba(122,179,168,.4); border-radius: 20px; padding: .35rem .9rem; transition: background .2s, color .2s; }
.dll-livre-audio-link:hover { background: rgba(122,179,168,.12); color: #fff; }
.dll-livre-audio-icon { font-size: .7rem; }

.dll-livre-col--infos { position: sticky; top: 2rem; }
.dll-livre-card { background: rgba(36,48,40,.85); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; padding: 1.4rem 1.3rem; backdrop-filter: blur(4px); }
.dll-livre-card__formats { display: flex; gap: .5rem; margin-bottom: 1.2rem; }
.dll-livre-fmt { flex: 1; padding: .45rem .5rem; border-radius: 5px; font-family: 'Source Sans 3', sans-serif; font-size: .82rem; font-weight: 600; border: 1px solid rgba(255,255,255,.12); background: transparent; color: rgba(245,240,232,.5); text-align: center; }
.dll-livre-fmt--active { background: var(--dll-do); border-color: var(--dll-do); color: #fff; }
.dll-livre-fmt--disabled { opacity: .4; }
.dll-livre-card__meta { list-style: none; margin: 0 0 1rem; padding: 0; display: flex; flex-direction: column; }
.dll-livre-card__meta li { display: flex; justify-content: space-between; align-items: baseline; padding: .45rem 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.dll-meta-lbl { font-family: 'Source Sans 3', sans-serif; font-size: .78rem; color: var(--dll-bv); text-transform: uppercase; letter-spacing: .05em; }
.dll-meta-val { font-family: 'Source Sans 3', sans-serif; font-size: .88rem; color: var(--dll-iv); text-align: right; }
.dll-meta-val--isbn { font-size: .75rem; color: rgba(245,240,232,.55); }
.dll-livre-card__prix { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--dll-do-light); margin: .8rem 0; font-weight: 700; }
.dll-livre-card__prix .woocommerce-Price-amount { color: inherit; }
.dll-livre-card__btn-acheter { display: block; width: 100%; background: var(--dll-do); color: #fff; border: none; border-radius: 6px; padding: .75rem 1rem; font-family: 'Source Sans 3', sans-serif; font-size: .92rem; font-weight: 700; letter-spacing: .03em; text-align: center; text-decoration: none; white-space: nowrap; transition: background .2s, transform .15s; }
.dll-livre-card__btn-acheter:hover { background: #c9a030; transform: translateY(-1px); color: #fff; }
.dll-livre-card__ebook-notice { font-family: 'Source Sans 3', sans-serif; font-size: .75rem; color: rgba(245,240,232,.35); text-align: center; margin: .8rem 0 0; font-style: italic; }

/* Corps editorial */
.dll-livre-body { background: var(--dll-iv); padding: 3rem 0; }
.dll-livre-body__inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.dll-livre-body__main { max-width: 780px; }
.dll-livre-section { margin-bottom: 3rem; }
.dll-livre-section__title { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--dll-vn); margin-bottom: 1.2rem; padding-bottom: .5rem; border-bottom: 2px solid var(--dll-do); display: inline-block; }
.dll-livre-section__body { font-family: 'Source Sans 3', sans-serif; font-size: .95rem; line-height: 1.75; color: #3a3a3a; }
.dll-livre-audio__player { width: 100%; height: 40px; accent-color: var(--dll-do); margin-top: .5rem; }

/* Bibliothèques */
.dll-livre-biblio__list { margin-bottom: 1rem; }
.dll-livre-biblio__item { font-family: 'Source Sans 3', sans-serif; font-size: .92rem; color: var(--dll-vn); padding: .3rem 0; }
.dll-livre-biblio__links { display: flex; flex-direction: column; gap: .6rem; }
.dll-livre-biblio__link { display: inline-flex; align-items: center; gap: .5rem; font-family: 'Source Sans 3', sans-serif; font-size: .9rem; color: var(--dll-vn); text-decoration: none; padding: .5rem .8rem; border: 1px solid rgba(45,59,53,.2); border-radius: 5px; transition: background .2s, border-color .2s; max-width: 340px; }
.dll-livre-biblio__link:hover { background: rgba(45,59,53,.06); border-color: var(--dll-do); color: var(--dll-vn); }
.dll-livre-biblio__link--search { color: var(--dll-bv); border-color: rgba(122,179,168,.3); }
.dll-livre-biblio__link--search:hover { border-color: var(--dll-bv); }
.dll-livre-biblio__empty { font-family: 'Source Sans 3', sans-serif; font-size: .88rem; color: #888; font-style: italic; margin-bottom: 1rem; }

/* Suggestions */
.dll-livre-suggestions { background: var(--dll-vn-deep); padding: 2.5rem 0; }
.dll-livre-suggestions--coll { background: var(--dll-iv-deep); }
.dll-livre-suggestions__inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.dll-livre-suggestions__title { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--dll-iv); margin-bottom: 1.5rem; }
.dll-livre-suggestions--coll .dll-livre-suggestions__title { color: var(--dll-vn); }
.dll-livre-suggestions__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1.5rem; }
.dll-sugg-card { display: flex; flex-direction: column; gap: .6rem; }
.dll-sugg-card__cover { width: 100%; aspect-ratio: 2/3; object-fit: cover; border-radius: 3px; box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.dll-sugg-card__title { font-family: 'Source Sans 3', sans-serif; font-size: .82rem; color: var(--dll-iv); margin: 0 0 .4rem; line-height: 1.3; }
.dll-livre-suggestions--coll .dll-sugg-card__title { color: var(--dll-vn); }
.dll-sugg-card__link { font-family: 'Source Sans 3', sans-serif; font-size: .78rem; color: var(--dll-bv); text-decoration: none; border-bottom: 1px solid rgba(122,179,168,.3); }
.dll-sugg-card__link:hover { color: var(--dll-do-light); }

/* FICHE PRODUIT LIBRAIRIE */
.dll-single-product { background: var(--dll-iv); }
.dll-sp-inner { max-width: 1100px; margin: 0 auto; padding: 3rem 2rem; display: grid; grid-template-columns: 280px 1fr; gap: 3rem; align-items: start; }
.dll-sp-cover__img { width: 100%; max-width: 260px; border-radius: 4px; box-shadow: 0 8px 32px rgba(0,0,0,.25); }
.dll-sp-title { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--dll-vn); margin: 0 0 .8rem; }
.dll-sp-auteur { font-family: 'Source Sans 3', sans-serif; font-size: .95rem; color: #555; margin-bottom: 1.2rem; }
.dll-sp-auteur__by { margin-right: .3rem; }
.dll-sp-auteur__name { font-weight: 600; color: var(--dll-vn); }
.dll-sp-prix { margin-bottom: 1rem; }
.dll-sp-formats { display: flex; gap: .5rem; margin-bottom: 1rem; }
.dll-sp-fmt { flex: 1; padding: .4rem; border-radius: 5px; font-family: 'Source Sans 3', sans-serif; font-size: .82rem; font-weight: 600; border: 1px solid rgba(45,59,53,.2); background: transparent; color: #888; text-align: center; }
.dll-sp-fmt--active { background: var(--dll-do); border-color: var(--dll-do); color: #fff; cursor: default; }
.dll-sp-fmt--disabled { opacity: .45; cursor: not-allowed; }
.dll-sp-dispo { font-size: .85rem; margin-bottom: .8rem; }
.dll-sp-dispo--stock { color: #4a9a6a; }
.dll-sp-dispo--rupture { color: #9a4a4a; }
.dll-sp-ebook-notice { font-size: .78rem; color: #aaa; font-style: italic; margin: .5rem 0; }
.dll-sp-meta { list-style: none; padding: 0; margin: 1.5rem 0; border-top: 1px solid rgba(45,59,53,.1); }
.dll-sp-meta li { display: flex; justify-content: space-between; padding: .4rem 0; border-bottom: 1px solid rgba(45,59,53,.08); }
.dll-sp-lbl { font-size: .78rem; color: #888; text-transform: uppercase; letter-spacing: .05em; }
.dll-sp-val { font-size: .88rem; color: var(--dll-vn); }
.dll-sp-editorial-link { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(45,59,53,.1); }
.dll-sp-link-editorial { font-family: 'Source Sans 3', sans-serif; font-size: .85rem; color: var(--dll-bv); text-decoration: none; }
.dll-sp-link-editorial:hover { color: var(--dll-do); }

/* Responsive */
@media (max-width: 960px) {
  .dll-livre-hero__inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .dll-livre-col--cover  { align-items: center; }
  .dll-livre-cover__img  { max-width: 160px; }
  .dll-livre-col--infos  { position: static; }
  .dll-sp-inner { grid-template-columns: 1fr; gap: 1.5rem; }
}
@media (max-width: 640px) {
  .dll-livre-hero { padding: 2rem 0 1.5rem; }
  .dll-livre-hero__inner { padding: 0 1rem; }
  .dll-livre-cover__img  { max-width: 140px; }
  .dll-livre-card { padding: 1.1rem 1rem; }
  .dll-livre-suggestions__grid { grid-template-columns: repeat(2, 1fr); }
  .dll-sp-inner { padding: 1.5rem 1rem; }
}


}

@media (max-width: 768px) {
    .dll-single-product .related.products ul.products,
    .woocommerce-page .related ul.products {
        grid-template-columns: repeat(2, minmax(140px, 1fr)) !important;
    }
}

/* ===== FICHE PRODUIT LIBRAIRIE — Niveau 1 structure 2026-06-27 ===== */

.woocommerce div.product, .woocommerce-page div.product { display: block !important; }

.dll-sp-inner {
    display: grid !important;
    grid-template-columns: 300px 1fr !important;
    gap: 3rem !important;
    align-items: start !important;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    background: var(--dll-iv);
}
.dll-sp-cover { width: 300px !important; max-width: 300px !important; }
.dll-sp-cover img { width: 100% !important; max-width: 300px !important; height: auto !important; display: block !important; border-radius: 4px; box-shadow: 0 6px 24px rgba(0,0,0,.20); }
.dll-sp-summary { min-width: 0; }
.dll-sp-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.75rem; font-weight: 700; color: var(--dll-vn); line-height: 1.25; margin: 0; }
.dll-sp-auteur { font-family: 'Source Sans 3', sans-serif; font-size: 1rem; color: #555; margin: 0; }
.dll-sp-auteur__name { font-weight: 600; color: var(--dll-vn); }
.dll-sp-prix .woocommerce-Price-amount, .dll-sp-prix .price { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--dll-do); }
.dll-sp-formats { display: flex; gap: .75rem; margin: .5rem 0; }
.dll-sp-fmt { flex: 1; max-width: 180px; padding: .5rem .75rem; border-radius: 5px; font-family: 'Source Sans 3', sans-serif; font-size: .85rem; font-weight: 600; border: 1.5px solid rgba(45,59,53,.2); background: transparent; color: #888; text-align: center; }
.dll-sp-fmt--active { background: var(--dll-do) !important; border-color: var(--dll-do) !important; color: #fff !important; }
.dll-sp-fmt--disabled { opacity: .45; cursor: not-allowed; }
.dll-sp-dispo { font-family: 'Source Sans 3', sans-serif; font-size: .875rem; }
.dll-sp-dispo--stock { color: #3a7a55; }
.dll-sp-dispo--rupture { color: #9a4a4a; }
.dll-sp-ebook-notice { font-size: .78rem; color: #aaa; font-style: italic; margin: 0; }
.dll-sp-meta { list-style: none; padding: 0; margin: .5rem 0; border-top: 1px solid rgba(45,59,53,.1); }
.dll-sp-meta li { display: flex; justify-content: space-between; padding: .4rem 0; border-bottom: 1px solid rgba(45,59,53,.07); }
.dll-sp-lbl { font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; color: #888; font-family: 'Source Sans 3', sans-serif; }
.dll-sp-val { font-size: .875rem; color: var(--dll-vn); font-family: 'Source Sans 3', sans-serif; text-align: right; }
.dll-sp-editorial-link { margin-top: .5rem; padding-top: .75rem; border-top: 1px solid rgba(45,59,53,.1); }
.dll-sp-link-editorial { font-family: 'Source Sans 3', sans-serif; font-size: .85rem; color: var(--dll-bv); text-decoration: none; }
.dll-sp-link-editorial:hover { color: var(--dll-do); text-decoration: underline; }
.dll-single-product .single_add_to_cart_button.button { width: 100%; background: var(--dll-vn) !important; color: #fff !important; border: none; border-radius: 5px; padding: .85rem 1rem; font-family: 'Source Sans 3', sans-serif; font-size: 1rem; font-weight: 700; cursor: pointer; margin-top: .5rem; display: block; text-align: center; transition: background .2s; }
.dll-single-product .single_add_to_cart_button.button:hover { background: var(--dll-do) !important; }

/* Produits similaires */
.dll-single-product .related.products { max-width: 1100px; margin: 2rem auto 0; padding: 0 2rem 3rem; }
.dll-single-product .related.products h2 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--dll-vn); margin-bottom: 1.5rem; padding-bottom: .5rem; border-bottom: 2px solid var(--dll-do); display: inline-block; }
.dll-single-product .related.products ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 1.5rem !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
.dll-single-product .related.products ul.products li.product { display: flex !important; flex-direction: column !important; min-width: 0 !important; overflow: hidden !important; }
.dll-single-product .related.products ul.products li.product img { width: 100% !important; height: auto !important; display: block; border-radius: 3px; }
.dll-single-product .related.products ul.products li.product .woocommerce-loop-product__title { font-family: 'Source Sans 3', sans-serif; font-size: .875rem; font-weight: 600; line-height: 1.3; color: var(--dll-vn); margin: .5rem 0 .25rem; white-space: normal !important; word-break: normal !important; overflow-wrap: break-word !important; }
.dll-single-product .related.products ul.products li.product .price { font-size: .875rem; color: var(--dll-do); font-weight: 700; }

/* Responsive */
@media (max-width: 900px) {
    .dll-sp-inner { grid-template-columns: 1fr !important; gap: 1.5rem !important; padding: 1.5rem 1rem; }
    .dll-sp-cover { width: auto !important; max-width: 240px !important; margin: 0 auto; }
    .dll-single-product .related.products ul.products { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
    .dll-sp-title { font-size: 1.4rem; }
}

/* Fix: neutraliser float+width WC natif sur li.product — produits similaires */
.dll-single-product .related ul.products li.product,
.woocommerce .dll-single-product .related ul.products li.product,
.woocommerce-page .dll-single-product .related ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    clear: none !important;
}


/* ===== FICHE PRODUIT LIBRAIRIE — Niveau 2 transactionnel 2026-06-27 ===== */

/* Grille principale */
.dll-sp-inner {
    grid-template-columns: 300px 1fr !important;
}

/* Colonne gauche */
.dll-sp-col-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Badge audio sur la couverture */
.dll-sp-audio-badge {
    position: absolute;
    top: .75rem;
    left: .75rem;
    background: rgba(26,38,32,.85);
    color: var(--dll-do-light);
    font-family: 'Source Sans 3', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .05em;
    padding: .3rem .7rem;
    border-radius: 3px;
}
.dll-sp-cover { position: relative; }

/* Bloc infos pratiques */
.dll-sp-trust {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    padding: 1rem;
    background: #f9f7f2;
    border: 1px solid rgba(45,59,53,.1);
    border-radius: 6px;
}
.dll-sp-trust__item {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: .82rem;
    color: #444;
    line-height: 1.4;
}
.dll-sp-trust__icon { font-size: 1rem; flex-shrink: 0; margin-top: .1rem; }
.dll-sp-trust__item strong { display: block; font-weight: 600; color: var(--dll-vn); }
.dll-sp-trust__item small { color: #777; }

/* Badge collection */
.dll-sp-badge-coll {
    display: inline-block;
    font-family: 'Source Sans 3', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--dll-do);
    margin-bottom: .5rem;
}

/* Titre */
.dll-sp-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 700;
    color: var(--dll-vn);
    line-height: 1.2;
    margin: 0 0 .5rem;
}

/* Auteur */
.dll-sp-auteur {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .95rem;
    color: #555;
    margin: 0 0 1rem;
}
.dll-sp-auteur__name {
    font-weight: 700;
    color: var(--dll-vn);
}

/* Disponibilité */
.dll-sp-dispo-wrap {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.dll-sp-dispo-badge {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: .8rem;
    font-weight: 700;
    padding: .25rem .7rem;
    border-radius: 20px;
}
.dll-sp-dispo-badge::before { content: '●'; font-size: .6rem; }
.dll-sp-dispo-badge--stock   { background: #e8f5ee; color: #2d7a4f; }
.dll-sp-dispo-badge--commande { background: #fff3e0; color: #c17a00; }
.dll-sp-dispo-text {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .82rem;
    color: #666;
}

/* Label FORMAT */
.dll-sp-formats-label {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: #888;
    margin-bottom: .4rem;
}

/* Formats Papier / Numérique */
.dll-sp-formats {
    display: flex;
    gap: .75rem;
    margin-bottom: 1rem;
}
.dll-sp-fmt {
    flex: 1;
    max-width: 160px;
    padding: .65rem .85rem;
    border-radius: 6px;
    border: 1.5px solid rgba(45,59,53,.2);
    background: transparent;
    cursor: default;
    text-align: center;
}
.dll-sp-fmt__name {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: .2rem;
}
.dll-sp-fmt__price {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .9rem;
    font-weight: 700;
}
.dll-sp-fmt__sub {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .72rem;
    color: inherit;
    opacity: .8;
}
.dll-sp-fmt--active {
    background: var(--dll-iv-deep);
    border-color: var(--dll-vn);
    color: var(--dll-vn);
}
.dll-sp-fmt--active .dll-sp-fmt__price { color: var(--dll-do); }
.dll-sp-fmt--disabled {
    opacity: .45;
    border-style: dashed;
    color: #888;
}

/* Prix */
.dll-sp-prix {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--dll-vn);
    margin: .75rem 0;
    display: flex;
    align-items: baseline;
    gap: .75rem;
    flex-wrap: wrap;
}
.dll-sp-prix .woocommerce-Price-amount { color: inherit; font-size: inherit; }
.dll-sp-prix-ttc {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .75rem;
    color: #888;
    font-weight: 400;
}

/* Zone panier WooCommerce */
.dll-sp-cart-zone { margin-bottom: .75rem; }
.dll-sp-cart-zone .quantity { margin-right: .5rem; }
.dll-sp-cart-zone .single_add_to_cart_button.button {
    background: var(--dll-do) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: .85rem 1.5rem !important;
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: .03em !important;
    cursor: pointer !important;
    transition: background .2s !important;
    text-transform: uppercase !important;
}
.dll-sp-cart-zone .single_add_to_cart_button.button:hover {
    background: #c9a030 !important;
}

/* Bouton audio */
.dll-sp-btn-audio {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    padding: .75rem 1rem;
    border: 1.5px solid var(--dll-bv);
    border-radius: 5px;
    color: var(--dll-bv);
    font-family: 'Source Sans 3', sans-serif;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: .75rem;
    transition: background .2s, color .2s;
    box-sizing: border-box;
}
.dll-sp-btn-audio:hover { background: rgba(122,179,168,.1); color: var(--dll-vn); }

/* Lien fiche éditoriale */
.dll-sp-link-editorial {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: .85rem;
    color: var(--dll-bv);
    text-decoration: none;
    margin-bottom: 1.25rem;
}
.dll-sp-link-editorial:hover { color: var(--dll-do); text-decoration: underline; }

/* À propos du livre */
.dll-sp-about {
    padding: 1rem 0;
    border-top: 1px solid rgba(45,59,53,.1);
    margin-bottom: 1rem;
}
.dll-sp-about__label {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--dll-do);
    margin-bottom: .6rem;
}
.dll-sp-about__text {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .9rem;
    line-height: 1.65;
    color: #3a3a3a;
}

/* Tableau bibliographique */
.dll-sp-biblio {
    background: #fff;
    border: 1px solid rgba(45,59,53,.12);
    border-radius: 5px;
    overflow: hidden;
}
.dll-sp-biblio__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: .55rem .85rem;
    border-bottom: 1px solid rgba(45,59,53,.07);
    gap: 1rem;
}
.dll-sp-biblio__row:last-child { border-bottom: none; }
.dll-sp-biblio__lbl {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #888;
    flex-shrink: 0;
}
.dll-sp-biblio__val {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .875rem;
    color: var(--dll-vn);
    text-align: right;
}
.dll-sp-biblio__val--stock   { color: #2d7a4f; font-weight: 600; }
.dll-sp-biblio__val--commande { color: #c17a00; font-weight: 600; }

/* Responsive */
@media (max-width: 900px) {
    .dll-sp-inner { grid-template-columns: 1fr !important; }
    .dll-sp-col-left { align-items: center; }
    .dll-sp-cover { max-width: 240px; }
    .dll-sp-trust { max-width: 400px; }
    .dll-sp-prix { font-size: 1.6rem; }
}


/* ===== FICHE PRODUIT LIBRAIRIE — 3 colonnes sidebar 2026-06-27 ===== */

/* Grille principale 3 colonnes */
.dll-single-product .dll-sp-wrap {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 300px;
    gap: 2.5rem;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
}

/* ── COL 1 : Couverture ─────────────────────────────────────────── */
.dll-sp-col--cover {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.dll-sp-cover { position: relative; }
.dll-sp-cover__img {
    width: 100%;
    display: block;
    border-radius: 4px;
    box-shadow: 0 6px 24px rgba(0,0,0,.18);
}
.dll-sp-cover__placeholder {
    width: 100%; height: 340px;
    background: var(--dll-vn);
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    padding: 1rem; text-align: center;
    color: var(--dll-iv); font-size: .9rem; font-style: italic;
}
.dll-sp-audio-badge {
    position: absolute;
    top: .6rem; left: .6rem;
    background: rgba(26,38,32,.88);
    color: var(--dll-do-light);
    font-family: 'Source Sans 3', sans-serif;
    font-size: .7rem; font-weight: 700; letter-spacing: .04em;
    padding: .25rem .6rem; border-radius: 3px;
}

/* Infos pratiques */
.dll-sp-trust {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    padding: .9rem;
    background: #f8f6f1;
    border: 1px solid rgba(45,59,53,.1);
    border-radius: 5px;
}
.dll-sp-trust__item {
    display: flex; align-items: flex-start; gap: .5rem;
    font-family: 'Source Sans 3', sans-serif; font-size: .78rem; color: #444; line-height: 1.35;
}
.dll-sp-trust__icon { font-size: .9rem; flex-shrink: 0; margin-top: .1rem; }
.dll-sp-trust__item strong { display: block; font-weight: 600; color: var(--dll-vn); font-size: .8rem; }
.dll-sp-trust__item small { color: #777; }

/* ── COL 2 : Éditorial ──────────────────────────────────────────── */
.dll-sp-col--editorial {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.dll-sp-badge-coll {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .7rem; font-weight: 700; letter-spacing: .12em;
    color: var(--dll-do);
}
.dll-sp-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    font-weight: 700; color: var(--dll-vn);
    line-height: 1.2; margin: 0;
}
.dll-sp-auteur {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .95rem; color: #555; margin: 0;
}
.dll-sp-auteur__link {
    font-weight: 700; color: var(--dll-vn); text-decoration: none;
}
.dll-sp-auteur__link:hover { color: var(--dll-do); text-decoration: underline; }
.dll-sp-resume {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .92rem; line-height: 1.65; color: #3a3a3a;
    padding-bottom: .75rem;
    border-bottom: 1px solid rgba(45,59,53,.1);
}
.dll-sp-link-editorial {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .85rem; color: var(--dll-bv); text-decoration: none;
    display: inline-flex; align-items: center; gap: .35rem;
}
.dll-sp-link-editorial:hover { color: var(--dll-do); text-decoration: underline; }
.dll-sp-description {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .9rem; line-height: 1.7; color: #3a3a3a;
}

/* ── COL 3 : Sidebar ────────────────────────────────────────────── */
.dll-sp-col--sidebar {
    position: sticky;
    top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Blocs sb-card */
.dll-sp-sb {
    border: 1px solid rgba(45,59,53,.15);
    border-radius: 6px;
    overflow: hidden;
}
.dll-sp-sb__head {
    background: var(--dll-vn);
    color: var(--dll-iv);
    font-family: 'Source Sans 3', sans-serif;
    font-size: .78rem; font-weight: 700; letter-spacing: .08em;
    padding: .55rem .85rem;
    text-transform: uppercase;
}
.dll-sp-sb__body {
    background: #fff;
    padding: 1rem .85rem;
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

/* Disponibilité */
.dll-sp-dispo-wrap { margin-bottom: .1rem; }
.dll-sp-dispo-badge {
    display: inline-flex; align-items: center; gap: .3rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: .78rem; font-weight: 700;
    padding: .2rem .6rem; border-radius: 20px;
}
.dll-sp-dispo-badge::before { content: '●'; font-size: .55rem; }
.dll-sp-dispo-badge--stock   { background: #e8f5ee; color: #2d7a4f; }
.dll-sp-dispo-badge--commande { background: #fff3e0; color: #c17a00; }

/* Label FORMAT */
.dll-sp-sb__formats-label {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .68rem; font-weight: 700; letter-spacing: .1em; color: #999;
}

/* Formats dans sidebar */
.dll-sp-sb__formats { display: flex; gap: .5rem; }
.dll-sp-fmt {
    flex: 1;
    padding: .5rem .4rem;
    border-radius: 5px;
    border: 1.5px solid rgba(45,59,53,.18);
    text-align: center; cursor: default;
}
.dll-sp-fmt__name {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .78rem; font-weight: 700;
}
.dll-sp-fmt__price {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .82rem; font-weight: 700; margin: .15rem 0;
}
.dll-sp-fmt__sub {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .65rem; color: inherit; opacity: .75;
}
.dll-sp-fmt--active {
    background: var(--dll-iv-deep);
    border-color: var(--dll-vn);
    color: var(--dll-vn);
}
.dll-sp-fmt--active .dll-sp-fmt__price { color: var(--dll-do); }
.dll-sp-fmt--disabled { opacity: .4; border-style: dashed; color: #888; }

/* Prix */
.dll-sp-prix {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem; font-weight: 700; color: var(--dll-vn);
}
.dll-sp-prix .woocommerce-Price-amount { color: inherit; font-size: inherit; }

/* Zone panier */
.dll-sp-cart-zone .single_add_to_cart_button.button,
.dll-sp-cart-zone button[type="submit"] {
    width: 100% !important;
    background: var(--dll-do) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: .8rem 1rem !important;
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: .95rem !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background .2s !important;
    display: block !important;
}
.dll-sp-cart-zone .single_add_to_cart_button.button:hover,
.dll-sp-cart-zone button[type="submit"]:hover {
    background: #c9a030 !important;
}
.dll-sp-cart-zone .cart { display: flex; flex-direction: column; gap: .5rem; }
.dll-sp-cart-zone .quantity input { width: 60px; text-align: center; }

/* Bouton audio sidebar */
.dll-sp-btn-audio {
    display: flex; align-items: center; justify-content: center; gap: .4rem;
    padding: .65rem .8rem;
    border: 1.5px solid var(--dll-bv);
    border-radius: 5px;
    color: var(--dll-bv);
    font-family: 'Source Sans 3', sans-serif;
    font-size: .85rem; font-weight: 600;
    text-decoration: none;
    transition: background .2s, color .2s;
}
.dll-sp-btn-audio:hover { background: rgba(122,179,168,.1); color: var(--dll-vn); }

/* Bloc Informations */
.dll-sp-sb--infos .dll-sp-sb__body { padding: 0; gap: 0; }
.dll-sp-sb__row {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: .45rem .85rem;
    border-bottom: 1px solid rgba(45,59,53,.07);
}
.dll-sp-sb__row:last-child { border-bottom: none; }
.dll-sp-sb__lbl {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: #888;
    flex-shrink: 0;
}
.dll-sp-sb__val {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .82rem; color: var(--dll-vn); text-align: right;
}
.dll-sp-sb__val--isbn { font-size: .72rem; color: #666; }

/* ── Responsive mobile ───────────────────────────────────────────── */
@media (max-width: 1024px) {
    .dll-single-product .dll-sp-wrap {
        grid-template-columns: 220px minmax(0,1fr) 260px;
        gap: 1.75rem;
    }
}
@media (max-width: 800px) {
    .dll-single-product .dll-sp-wrap {
        grid-template-columns: 1fr;
        padding: 1.5rem 1rem;
        gap: 1.25rem;
    }
    .dll-sp-col--cover { align-items: center; }
    .dll-sp-cover { max-width: 220px; }
    .dll-sp-col--sidebar { position: static; }
    .dll-sp-col--editorial { order: 2; }
    .dll-sp-col--sidebar   { order: 3; }
    .dll-sp-col--cover     { order: 1; }
}

/* Fix produits similaires — sélecteurs élargis hors dll-sp-wrap */
.single-product .related ul.products,
.woocommerce.single-product .related ul.products,
.dll-single-product .related ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.single-product .related ul.products li.product,
.woocommerce.single-product .related ul.products li.product,
.dll-single-product .related ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    clear: none !important;
    min-width: 0 !important;
}
.single-product .related ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .875rem; font-weight: 600; line-height: 1.3;
    white-space: normal !important; word-break: normal !important; overflow-wrap: break-word !important;
}
.single-product .related {
    max-width: 1200px; margin: 2rem auto 0; padding: 0 2rem 3rem;
}
.single-product .related > h2 {
    font-family: 'Playfair Display', serif; font-size: 1.3rem;
    color: var(--dll-vn); margin-bottom: 1.5rem;
    padding-bottom: .5rem; border-bottom: 2px solid var(--dll-do); display: inline-block;
}
@media (max-width: 768px) {
    .single-product .related ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Override spécifique woocommerce-layout.css pour produits similaires */
.woocommerce.single-product ul.products li.product,
.woocommerce-page.single-product ul.products li.product,
body.single-product .woocommerce ul.products li.product,
body.single-product ul.products.columns-4 li.product,
body.single-product ul.products.columns-3 li.product,
body.single-product ul.products.columns-2 li.product {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body.single-product .related ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 1.75rem !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
    clear: both !important;
}

/* ===== DESCRIPTION + SECTION ÉDITORIALE v69 ===== */

/* Description — bornée et centrée */
.dll-sp-desc-section {
    background: var(--dll-iv);
    border-top: 1px solid rgba(45,59,53,.1);
}
.dll-sp-desc-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    /* Aligner avec colonne centrale (280px cover + 2.5rem gap) */
    padding-left: calc(280px + 2.5rem + 2rem);
    padding-right: calc(300px + 2.5rem + 2rem);
    box-sizing: border-box;
}
.dll-sp-desc-body {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .95rem;
    line-height: 1.75;
    color: #3a3a3a;
}
.dll-sp-desc-body p { margin-bottom: 1rem; }
.dll-sp-desc-body h3, .dll-sp-desc-body h4 {
    font-family: 'Playfair Display', serif;
    color: var(--dll-vn);
    margin: 1.25rem 0 .5rem;
}

/* Section éditoriale — recommandations */
.dll-sp-reco {
    background: var(--dll-vn-deep);
    padding: 3rem 0;
}
.dll-sp-reco__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
.dll-sp-reco__header {
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 1rem;
}
.dll-sp-reco__title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--dll-iv);
    margin: 0 0 .25rem;
    font-weight: 700;
}
.dll-sp-reco__subtitle {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .82rem;
    color: rgba(245,240,232,.5);
    margin: 0;
}

/* Grille recommandations — 4 max, pas de carte orpheline */
.dll-sp-reco__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2rem;
}

/* Carte recommandation */
.dll-sp-reco__card {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.dll-sp-reco__card-link {
    display: block;
    text-decoration: none;
}
.dll-sp-reco__cover {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    display: block;
    border-radius: 3px;
    box-shadow: 0 4px 16px rgba(0,0,0,.35);
    transition: transform .25s ease, box-shadow .25s ease;
}
.dll-sp-reco__card-link:hover .dll-sp-reco__cover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,.45);
}
.dll-sp-reco__cover-placeholder {
    width: 100%;
    aspect-ratio: 2 / 3;
    background: var(--dll-vn);
    border-radius: 3px;
    border: 1px solid rgba(184,149,42,.2);
}
.dll-sp-reco__meta {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}
.dll-sp-reco__book-title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}
.dll-sp-reco__book-title a {
    color: var(--dll-iv);
    text-decoration: none;
}
.dll-sp-reco__book-title a:hover { color: var(--dll-do-light); }
.dll-sp-reco__author {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .78rem;
    color: rgba(245,240,232,.55);
    margin: 0;
}
.dll-sp-reco__price {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .85rem;
    font-weight: 700;
    color: var(--dll-do-light);
    margin: 0;
}
.dll-sp-reco__price .woocommerce-Price-amount { color: inherit; }
.dll-sp-reco__buy {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .75rem;
    color: var(--dll-bv);
    text-decoration: none;
    display: inline-block;
    margin-top: .1rem;
}
.dll-sp-reco__buy:hover { color: var(--dll-do-light); text-decoration: underline; }

/* Responsive */
@media (max-width: 900px) {
    .dll-sp-desc-inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .dll-sp-reco__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .dll-sp-reco__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

/* ===== FIX zone blanche + description bornée v69b ===== */

/* Grille : aligner les colonnes en haut, pas en stretch */
.dll-single-product .dll-sp-wrap {
    align-items: start !important;
}

/* Colonne gauche : auto-hauteur, pas d'étirement */
.dll-sp-col--cover {
    align-self: start !important;
    position: sticky;
    top: 1.5rem;
}

/* Colonne éditoriale : auto-hauteur */
.dll-sp-col--editorial {
    align-self: start !important;
    min-height: 0 !important;
}

/* Description bornée : padding aligné sur col centrale */
.dll-sp-desc-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 2.5rem 2rem !important;
    padding-left: calc(280px + 2.5rem + 2rem) !important;
    padding-right: calc(300px + 2.5rem + 2rem) !important;
    box-sizing: border-box !important;
}

/* Responsive : description pleine largeur sur mobile */
@media (max-width: 900px) {
    .dll-sp-desc-inner {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .dll-sp-col--cover {
        position: static;
    }
}

/* ===== FINITION DA v70 ===== */

/* 1. Bouton panier — pleine largeur, texte une ligne */
.dll-sp-sb--commander .dll-sp-cart-zone,
.dll-sp-sb--commander .woocommerce-cart-form,
.dll-sp-sb--commander form.cart { width: 100%; }

.dll-sp-sb--commander .single_add_to_cart_button,
.dll-sp-sb--commander button[type="submit"],
.dll-sp-sb--commander .button.alt,
.dll-single-product .dll-sp-col--sidebar .single_add_to_cart_button {
    width: 100% !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    text-align: center !important;
    font-size: .88rem !important;
    padding: .75rem 1rem !important;
    background: var(--dll-do) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: .03em !important;
    cursor: pointer !important;
    transition: background .2s !important;
    box-sizing: border-box !important;
}
.dll-sp-sb--commander .single_add_to_cart_button:hover,
.dll-single-product .dll-sp-col--sidebar .single_add_to_cart_button:hover {
    background: #c9a030 !important;
}

/* Quantité dans la sidebar */
.dll-sp-sb--commander .quantity { margin-bottom: .5rem; }
.dll-sp-sb--commander .quantity input.qty {
    width: 60px; text-align: center; padding: .4rem;
    border: 1px solid rgba(45,59,53,.2); border-radius: 4px;
    font-family: 'Source Sans 3', sans-serif; font-size: .9rem;
}

/* 2. Masquer divs WC vides dans la colonne centrale */
.dll-sp-col--editorial .woocommerce-product-gallery,
.dll-sp-col--editorial .woocommerce-breadcrumb,
.dll-sp-col--editorial div:empty { display: none !important; }

/* 3. Grille — align-items: start forcé */
.dll-single-product .dll-sp-wrap {
    align-items: start !important;
    grid-template-rows: auto !important;
}
.dll-sp-col--cover,
.dll-sp-col--editorial,
.dll-sp-col--sidebar {
    align-self: start !important;
    height: auto !important;
    min-height: 0 !important;
}

/* 4. Section collection — limiter à 4 cartes, grille 4 colonnes fixes */
.dll-sp-reco__grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.75rem !important;
}
/* Masquer la 5ème carte si elle existe */
.dll-sp-reco__card:nth-child(n+5) { display: none !important; }

/* 5. Description — conteneur propre */
.dll-sp-desc-section {
    background: var(--dll-iv);
    border-top: 1px solid rgba(45,59,53,.1);
}
.dll-sp-desc-inner {
    max-width: 720px !important;
    margin: 0 auto !important;
    padding: 2.5rem 2rem !important;
    box-sizing: border-box !important;
}
.dll-sp-desc-body {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .95rem; line-height: 1.8; color: #3a3a3a;
}
.dll-sp-desc-body p { margin-bottom: 1rem; }

/* 6. Responsive */
@media (max-width: 900px) {
    .dll-sp-reco__grid { grid-template-columns: repeat(2, 1fr) !important; }
    .dll-sp-reco__card:nth-child(n+5) { display: none !important; }
}
@media (max-width: 480px) {
    .dll-sp-reco__grid { grid-template-columns: 1fr !important; }
}

/* ===== FINITION v71 — description centrale + fond crème collection ===== */

/* Description dans la colonne centrale */
.dll-sp-desc-col {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .9rem;
    line-height: 1.75;
    color: #3a3a3a;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(45,59,53,.1);
}
.dll-sp-desc-col p { margin-bottom: .85rem; }
.dll-sp-desc-col p:last-child { margin-bottom: 0; }

/* Section "Dans la collection" — fond crème au lieu de vert nuit */
.dll-sp-reco {
    background: var(--dll-iv-deep) !important;
    padding: 3rem 0;
    border-top: 1px solid rgba(45,59,53,.1);
}
.dll-sp-reco__title {
    color: var(--dll-vn) !important;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 .25rem;
}
.dll-sp-reco__subtitle {
    color: rgba(45,59,53,.5) !important;
    font-family: 'Source Sans 3', sans-serif;
    font-size: .82rem;
}
.dll-sp-reco__header {
    border-bottom-color: rgba(45,59,53,.15) !important;
}
/* Titres des cartes — texte sombre sur fond crème */
.dll-sp-reco__book-title a {
    color: var(--dll-vn) !important;
}
.dll-sp-reco__book-title a:hover { color: var(--dll-do) !important; }
.dll-sp-reco__author { color: rgba(45,59,53,.55) !important; }
.dll-sp-reco__buy { color: var(--dll-bv) !important; }
.dll-sp-reco__buy:hover { color: var(--dll-do) !important; }

/* ===== FINITION v72 — titre desc + couvertures compactes + liens ===== */

/* Titre "À propos du livre" */
.dll-sp-desc-col__title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--dll-do);
    margin: 0 0 .85rem;
    padding: 0;
}

/* Couvertures de la section collection — plus compactes */
.dll-sp-reco__cover,
.dll-sp-reco__cover-placeholder {
    aspect-ratio: 2 / 3 !important;
    max-height: 240px !important;
    object-fit: cover !important;
}

/* Cartes plus compactes */
.dll-sp-reco__card { gap: .5rem !important; }
.dll-sp-reco__meta { gap: .2rem !important; }

.dll-sp-reco__book-title {
    font-size: .82rem !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}
.dll-sp-reco__author {
    font-size: .75rem !important;
    margin: 0 !important;
}
.dll-sp-reco__price {
    font-size: .82rem !important;
    margin: 0 !important;
}

/* Lien "Voir en librairie" — sobre et aligné */
.dll-sp-reco__buy {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: .75rem !important;
    color: var(--dll-bv) !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: .25rem !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color .2s, color .2s !important;
}
.dll-sp-reco__buy:hover {
    color: var(--dll-do) !important;
    border-bottom-color: var(--dll-do) !important;
}

/* Section collection — padding réduit */
.dll-sp-reco { padding: 2.25rem 0 !important; }
.dll-sp-reco__header { margin-bottom: 1.5rem !important; padding-bottom: .75rem !important; }
.dll-sp-reco__grid { gap: 1.5rem !important; }

/* Mobile — vérification */
@media (max-width: 800px) {
    /* Ordre : couverture > titre/auteur > commander > description */
    .dll-sp-col--cover     { order: 1; }
    .dll-sp-col--editorial { order: 2; }
    .dll-sp-col--sidebar   { order: 3; }
    .dll-sp-reco__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .dll-sp-reco__cover,
    .dll-sp-reco__cover-placeholder {
        max-height: 180px !important;
    }
}
@media (max-width: 480px) {
    .dll-sp-reco__grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
}

/* ===== FIX couvertures section collection — contain sans rogner ===== */
.dll-sp-reco__cover {
    width: 100% !important;
    height: 240px !important;
    max-height: 240px !important;
    object-fit: contain !important;
    object-position: center !important;
    background: var(--dll-iv) !important;
    border-radius: 3px !important;
    display: block !important;
}
.dll-sp-reco__cover-placeholder {
    width: 100% !important;
    height: 240px !important;
    background: var(--dll-iv) !important;
    border-radius: 3px !important;
    border: 1px solid rgba(45,59,53,.1) !important;
}
@media (max-width: 800px) {
    .dll-sp-reco__cover,
    .dll-sp-reco__cover-placeholder {
        height: 180px !important;
        max-height: 180px !important;
    }
}

/* ===== FIX couvertures collection — fond transparent sur fond crème v74 ===== */
.dll-sp-reco__cover {
    background: transparent !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.12) !important;
}
.dll-sp-reco__card-link {
    background: transparent !important;
}

/* ===== FIX cadre couvertures collection v75 — hauteur naturelle sans zone vide ===== */
.dll-sp-reco__cover {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
    background: transparent !important;
    display: block !important;
    border-radius: 3px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.15) !important;
}
/* Conteneur du lien — contraindre la largeur */
.dll-sp-reco__card-link {
    display: block !important;
    background: transparent !important;
    line-height: 0 !important;
}
/* Hauteur uniforme via le conteneur : centrer les couvertures */
.dll-sp-reco__card {
    display: flex !important;
    flex-direction: column !important;
    gap: .5rem !important;
}


/* ================================================================
   DLL-ALIAS-PATCH v1.0 - 2026-06-27
   Alignement HTML (single-dll_livre.php) <-> CSS (dll-fiche-livre.css)
   + Corrections DA/UI : lisibilite, contrastes, libelles, sidebar
   ================================================================ */

/* --- ALIASES SELECTEURS : HTML -> CSS --- */

/* Titre : __titre (HTML) alias __title (CSS) */
.dll-livre-editorial__titre {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 1.2rem;
}

/* Auteur : __auteur (HTML) alias __author (CSS) */
.dll-livre-editorial__auteur {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--dll-do-light);
}

/* "par" : __par (HTML) alias __by (CSS) */
.dll-livre-editorial__par {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.85rem;
  color: rgba(245,240,232,0.6);
  margin-right: 0.35rem;
}

/* Sidebar col : --sidebar (HTML) alias --infos (CSS) */
.dll-livre-col--sidebar {
  width: 280px;
  flex-shrink: 0;
}

/* Bloc sidebar : dll-sb-bloc (HTML) alias dll-livre-card (CSS) */
.dll-sb-bloc {
  background: var(--dll-vn-deep);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}

/* Titre bloc sidebar */
.dll-sb-bloc__titre {
  background: var(--dll-vn-deep);
  border-bottom: 1px solid rgba(184,149,42,0.25);
  padding: 0.75rem 1.25rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dll-iv);
  letter-spacing: 0.03em;
  margin: 0;
}

/* Liste meta sidebar : dll-sb-meta (HTML) alias dll-livre-card__meta (CSS) */
.dll-sb-meta {
  list-style: none;
  margin: 0;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.dll-sb-meta li {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 0.5rem;
}
.dll-sb-meta li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Labels meta */
.dll-meta-lbl {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dll-do);
  white-space: nowrap;
  min-width: 4rem;
  flex-shrink: 0;
}

/* Valeurs meta */
.dll-meta-val {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.88rem;
  color: var(--dll-iv);
  font-weight: 500;
}
.dll-meta-val--isbn {
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: rgba(245,240,232,0.7);
}

/* --- ZONE DESCRIPTION CENTRALE --- */
/* Si la description est vide, fallback visible */
.dll-livre-editorial__divider {
  width: 2.5rem;
  height: 2px;
  background: var(--dll-do);
  margin: 1rem 0 1.5rem;
}

/* Zone description / resume si presente */
.dll-livre-editorial__resume,
.dll-livre-editorial__desc {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(245,240,232,0.82);
  max-width: 560px;
  margin-bottom: 1.5rem;
}

/* --- CORRECTIONS AUTEUR SIDEBAR : empêcher debordement --- */
.dll-sb-auteur-photo {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.dll-sb-auteur-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dll-iv);
  padding: 0.6rem 1.25rem 0.2rem;
  display: block;
}
.dll-sb-auteur-role {
  font-size: 0.75rem;
  color: var(--dll-do-light);
  padding: 0 1.25rem 0.75rem;
  display: block;
  font-style: italic;
}

/* Nom auteur flottant - corriger overflow */
.dll-sb-bloc--auteur .dll-sb-bloc__titre {
  white-space: normal;
  word-break: break-word;
}

/* --- SECTION BASSE : Du meme auteur --- */
.dll-livre-body {
  background: var(--dll-vn-deep);
  padding: 3rem 0 4rem;
}
.dll-livre-body__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.dll-livre-suggestions__title,
.dll-livre-section__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--dll-iv);
  margin: 0 0 1.75rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(184,149,42,0.3);
}

/* Carte suggestion : editorial, pas WooCommerce */
.dll-sugg-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
  max-width: 220px;
}
.dll-sugg-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184,149,42,0.4);
}
.dll-sugg-card__cover {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  display: block;
}
.dll-sugg-card__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--dll-iv);
  padding: 0.75rem 0.85rem 0.4rem;
  line-height: 1.3;
}
.dll-sugg-card__link {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--dll-do-light);
  padding: 0 0.85rem 0.85rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}
.dll-sugg-card__link:hover { color: var(--dll-do); }

/* Grille suggestions - une seule carte : centree, pas perdue */
.dll-livre-suggestions__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

/* --- SECTION BIBLIO / BIBLIOTHEQUE --- */
.dll-livre-section {
  margin-bottom: 2.5rem;
}
.dll-livre-biblio__empty {
  color: rgba(245,240,232,0.45);
  font-style: italic;
  font-size: 0.88rem;
}

/* --- BADGE COLLECTION + GENRE --- */
.dll-livre-badge-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}
.dll-badge-collection {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dll-do);
  border: 1px solid rgba(184,149,42,0.5);
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
}
.dll-badge-genre {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.55);
  border: 1px solid rgba(245,240,232,0.15);
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
}



/* ================================================================
   DLL-FINITION-DA-v1 - 2026-06-27
   Passe finition : bloc auteur sidebar, contrastes, suggestions,
   responsive desktop/tablette/mobile
   ================================================================ */

/* ---------------------------------------------------------------
   1. BLOC AUTEUR SIDEBAR — fix flex row -> column + proportions
   --------------------------------------------------------------- */

/* Conteneur : empiler photo AU-DESSUS du nom, pas côte à côte */
.dll-sb-auteur {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

/* Photo : pleine largeur, ratio portrait maîtrisé */
.dll-sb-auteur__avatar {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top center;
  display: block;
  flex-shrink: 0;
}

/* Info (nom + rôle) : sous la photo, bien indenté */
.dll-sb-auteur__info {
  padding: 0.75rem 1.25rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
  box-sizing: border-box;
}

/* Nom auteur : une seule ligne max, ellipsis si trop long */
.dll-sb-auteur__nom {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dll-iv);
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
/* Lien auteur dans le nom */
.dll-sb-auteur__nom a {
  color: inherit;
  text-decoration: none;
}
.dll-sb-auteur__nom a:hover { color: var(--dll-do-light); }

/* Rôle / fonction sous le nom */
.dll-sb-auteur__role,
.dll-sb-auteur__fonction {
  font-size: 0.72rem;
  color: var(--dll-do-light);
  font-style: italic;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Titre bloc auteur : "L auteur" -> typographie propre */
.dll-sb-bloc--auteur .dll-sb-bloc__titre {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

/* ---------------------------------------------------------------
   2. CONTRASTES — lisibilité textes discrets sur fond sombre
   --------------------------------------------------------------- */

/* Message fallback description */
.dll-livre-editorial__resume-empty {
  color: rgba(245, 240, 232, 0.55);
  font-style: italic;
  font-size: 0.88rem;
  margin: 0;
}

/* Liens section bibliotheque */
.dll-livre-biblio__link {
  color: rgba(245, 240, 232, 0.75);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 0.88rem;
}
.dll-livre-biblio__link:hover { color: var(--dll-do-light); }

/* Texte informatif bibliotheque */
.dll-livre-biblio__empty,
.dll-livre-section__body p {
  color: rgba(245, 240, 232, 0.60);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Prix et lien librairie */
.dll-livre-card__prix {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dll-iv);
  padding: 0.5rem 1.25rem 0.25rem;
}
.dll-livre-card__prix .woocommerce-Price-amount {
  color: var(--dll-iv) !important;
}
.dll-livre-card__btn-acheter {
  display: block;
  margin: 0.25rem 1.25rem 1rem;
  padding: 0.55rem 1rem;
  background: var(--dll-do);
  color: var(--dll-vn-deep) !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.dll-livre-card__btn-acheter:hover {
  background: var(--dll-do-light);
  color: var(--dll-vn-deep) !important;
}

/* Lien "Voir la fiche" dans suggestions */
.dll-sugg-card__link {
  color: rgba(212, 176, 96, 0.80);
}
.dll-sugg-card__link:hover { color: var(--dll-do); }

/* "Voir dans la librairie DLL" */
.dll-livre-card__ebook-notice,
.dll-livre-card__wc-link {
  color: rgba(245, 240, 232, 0.65);
  font-size: 0.80rem;
}

/* Labels sidebar — legèrement rehaussés */
.dll-meta-lbl {
  color: var(--dll-do) !important;
  opacity: 1;
}

/* ---------------------------------------------------------------
   3. SECTION "DU MEME AUTEUR" — editorial, une seule carte assumee
   --------------------------------------------------------------- */

/* Wrapper body hors hero */
.dll-livre-body {
  background: var(--dll-vn-deep);
  padding: 3rem 0 4rem;
}
.dll-livre-body__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Titre section */
.dll-livre-suggestions__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--dll-iv);
  margin: 0 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(184, 149, 42, 0.3);
  letter-spacing: 0.01em;
}

/* Grille : flex, pas grid — s'adapte à 1 ou N cartes */
.dll-livre-suggestions__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  align-items: flex-start;
}

/* Carte suggestion — éditoriale */
.dll-sugg-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  overflow: hidden;
  width: 180px;
  flex-shrink: 0;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.dll-sugg-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 149, 42, 0.45);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.dll-sugg-card__cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}
.dll-sugg-card__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--dll-iv);
  padding: 0.65rem 0.8rem 0.3rem;
  line-height: 1.35;
  margin: 0;
}
.dll-sugg-card__link {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0.8rem 0.75rem;
}

/* Cas une seule carte : message editorial discret a droite */
.dll-livre-suggestions__grid:has(.dll-sugg-card:only-child)::after {
  content: "";
  display: block;
}
/* Note : le fallback "une seule carte" est géré par flex-wrap naturellement */

/* ---------------------------------------------------------------
   4. RESPONSIVE — tablette (max 900px) et mobile (max 600px)
   --------------------------------------------------------------- */

@media (max-width: 900px) {
  /* Hero : passer de 3 colonnes à 2 (cover + contenu), sidebar en dessous */
  .dll-livre-hero__inner {
    grid-template-columns: 180px 1fr !important;
    grid-template-rows: auto auto !important;
  }
  /* Sidebar passe sur toute la largeur en dessous */
  .dll-livre-col--sidebar {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }
  /* Sidebar interne : flex-row sur tablette pour les infos */
  .dll-livre-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .dll-sb-bloc {
    flex: 1 1 240px;
    min-width: 200px;
  }
  .dll-sb-bloc--auteur {
    flex: 0 0 240px;
  }
  /* Photo auteur réduite sur tablette */
  .dll-sb-auteur__avatar {
    height: 160px;
  }
}

@media (max-width: 600px) {
  /* Mobile : tout en colonne unique */
  .dll-livre-hero__inner {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    padding: 0 1rem !important;
  }
  /* Couverture centrée */
  .dll-livre-col--cover {
    display: flex;
    justify-content: center;
  }
  .dll-livre-cover {
    max-width: 160px;
  }
  .dll-livre-cover__img {
    width: 100%;
    height: auto;
  }
  /* Badges sous la cover */
  .dll-livre-badge-wrap {
    justify-content: center;
  }
  /* Titre adapté mobile */
  .dll-livre-editorial__titre {
    font-size: clamp(1.35rem, 5vw, 2rem) !important;
  }
  /* Sidebar pleine largeur */
  .dll-livre-col--sidebar {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }
  /* Sidebar blocs en colonne sur mobile */
  .dll-livre-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .dll-sb-bloc { flex: none; width: 100%; }
  /* Photo auteur pleine largeur mobile */
  .dll-sb-auteur__avatar {
    height: 180px;
    object-position: top center;
  }
  /* Section suggestions : scroll horizontal si nécessaire */
  .dll-livre-suggestions__grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    gap: 1rem;
  }
  .dll-sugg-card {
    width: 140px;
    flex-shrink: 0;
  }
  /* Body sections */
  .dll-livre-body__inner {
    padding: 0 1rem;
  }
  .dll-livre-hero {
    padding: 2rem 0 1.5rem !important;
    min-height: auto !important;
  }
}



/* ================================================================
   DLL-AUTEUR-FIX-v1 - 2026-06-27
   Correctif bloc auteur : selec BEM corrects + override dll-main.css
   ================================================================ */
.dll-sb-auteur {
  flex-direction: column !important;
  align-items: stretch !important;
  overflow: hidden;
}
.dll-sb-auteur__avatar {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block !important;
  flex-shrink: 0;
}
.dll-sb-auteur__info {
  padding: 0.75rem 1.25rem 0.85rem !important;
  display: block !important;
  overflow: hidden;
  box-sizing: border-box;
}
.dll-sb-auteur__nom {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.88rem !important;
  font-weight: 600;
  color: var(--dll-iv);
  margin: 0 !important;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  display: block !important;
}
.dll-sb-auteur__nom a { color: inherit; text-decoration: none; }
.dll-sb-auteur__nom a:hover { color: var(--dll-do-light); }

