.custom-citation-block {
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 18px;
    color: #707070;
    width: 100%;
}

.custom-citation-icon {
    width: 40px; /* Taille fixe pour l'icône */
    height: 40px; /* Taille fixe pour l'icône */
    display: inline-block;
    margin-right: 15px;
}

.custom-citation-line {
    width: 2px;
    height: 60px;
    background-color: #ccc;
    margin-right: 15px;
}

.custom-citation-text {
    line-height: 1.5;
    font-size: 1.2rem;
}
