.anthares-comments {
    margin-top: 14px;
    border: 1px solid #cfe9df;
    border-top: 3px solid #1b8f5a;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.anthares-comments-barra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    background: #f4faf7;
    border-bottom: 1px solid #e6e6e6;
}

.anthares-comments-toggle {
    background: none;
    border: none;
    color: #1b8f5a;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    padding: 4px 8px;
}

.anthares-comments-toggle:hover {
    text-decoration: underline;
}

.anthares-comments-painel {
    padding: 14px;
}

.anthares-comment-form textarea,
.anthares-comment-form .anthares-comment-texto {
    width: 100%;
    box-sizing: border-box;
}

.anthares-comment-form-linha {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.anthares-comment-contador {
    color: #666;
    font-size: 12px;
}

.anthares-comment-feedback {
    margin-top: 6px;
    font-size: 13px;
}

.anthares-comment-feedback.erro {
    color: #c0392b;
}

.anthares-comment-feedback.sucesso {
    color: #1b8f5a;
}

.anthares-comments-lista {
    margin-top: 16px;
}

.anthares-comment {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.anthares-comment:last-child {
    border-bottom: none;
}

.anthares-comment-autor-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 64px;
    flex-shrink: 0;
    text-align: center;
}

.anthares-comment-autor-col img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.anthares-comment-nome {
    font-size: 11px;
    font-weight: bold;
    margin-top: 4px;
    line-height: 1.2;
    word-break: break-word;
}

.anthares-comment-corpo {
    flex: 1;
    min-width: 0;
}

.anthares-comment-stats {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    padding-left: 12px;
    border-left: 1px solid #f0f0f0;
}

.anthares-comment-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 40px;
    text-align: center;
}

.anthares-comment-stat-num {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.anthares-comment-stat-num.anthares-comment-stat-ranking {
    color: #b8860b;
}

.anthares-comment-stat-label {
    font-size: 9px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .02em;
    white-space: nowrap;
}

@media (max-width: 560px) {
    .anthares-comment {
        flex-wrap: wrap;
    }
    .anthares-comment-stats {
        border-left: none;
        border-top: 1px solid #f0f0f0;
        padding-left: 0;
        padding-top: 8px;
        margin-top: 8px;
        margin-left: 76px;
        justify-content: flex-start;
    }
}

.anthares-comment-texto-exibido p {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.4;
}

.anthares-comment-data {
    color: #999;
    font-size: 11px;
}

.anthares-comments-vazio {
    color: #666;
    font-size: 13px;
    margin: 0;
}

.anthares-comment-login {
    margin: 0;
}

.anthares-comment-limite {
    margin: 0;
    padding: 10px 12px;
    background: #fdf1f1;
    border-left: 3px solid #c0392b;
    color: #a93226;
    font-size: 13px;
    border-radius: 4px;
}