/**
* @author    Greentic <contact@greentic.net>
* @copyright Since 2021 Greentic
* @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

.comment-answer-item {
    clear: both;
    padding: 20px;
    margin: 20px;
    background: #eee;
}
.comment-answer-item .comment-answer-date {
    opacity: 0.6;
}
.comment-answer-item .comment-answer-author {
    font-style: italic;
    font-weight: bold;
}