.lfk-category-readmore {
    margin-bottom: 1.5rem;
}

.lfk-category-short,
.lfk-category-full {
    line-height: 1.7;
}

/* Etat fermé par défaut, y compris après un rafraîchissement AJAX. */
.lfk-category-readmore .lfk-category-short {
    display: block !important;
}

.lfk-category-readmore .lfk-category-full {
    display: none !important;
}

.lfk-category-readmore .lfk-readmore-button {
    display: inline-flex !important;
}

/* Etat ouvert uniquement après un clic volontaire sur Lire la suite. */
.lfk-category-readmore.lfk-is-expanded .lfk-category-short {
    display: none !important;
}

.lfk-category-readmore.lfk-is-expanded .lfk-category-full {
    display: block !important;
}

.lfk-category-readmore.lfk-is-expanded .lfk-readmore-button {
    display: none !important;
}

.lfk-readmore-button {
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 12px 22px;
    border: 0;
    border-radius: 8px;
    background: #1677ff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease;
}

.lfk-readmore-button:hover {
    background: #0f5fd1;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(22, 119, 255, 0.35);
}

.lfk-readmore-button:active {
    transform: translateY(0);
}

.lfk-readmore-button:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(22, 119, 255, 0.18);
}
