/* frontend candle comment styles */

.comment-candle {
    margin-top:2rem;
    display:flex;
}

.comment-candle-candle {
    margin:0 1rem;
    /*width:160px;*/
    flex: 0 0 135px;
}

.candle-author {
    margin-bottom:1rem;
}
.candle-author small {
    font-size:90%;
}

.comment-candle-content {
    flex-shrink: 1;
}