/* Lamari Diarios v1.40.448 — descripción pública de Semillas justificada sin cortar palabras.
 * Alinea el bloque a izquierda y derecha, pero cada palabra se conserva completa y salta de línea entera.
 */
body.kd-seed-detail-page .kd-seed-detail-description,
body.kd-standalone-seeds-template.kd-seed-detail-page .kd-seed-detail-description,
body.kd-seed-detail-page .kd-seed-detail-description p,
body.kd-standalone-seeds-template.kd-seed-detail-page .kd-seed-detail-description p {
    text-align: justify;
    text-justify: inter-word;
    -webkit-hyphens: none;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
}
