.ai-altgen-comment-translation {
    margin-top: 0.5rem;
}

.ai-altgen-comment-summary {
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.2;
    margin-top: 0.55rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #1f2937;
    text-decoration: none;
    font-weight: 600;
}

.ai-altgen-comment-summary::-webkit-details-marker {
    display: none;
}

.ai-altgen-comment-summary::marker {
    content: '';
}

.ai-altgen-comment-summary:hover,
.ai-altgen-comment-summary:focus {
    background: #eef2f7;
}

.ai-altgen-comment-details[open] .ai-altgen-comment-summary {
    margin-bottom: 0.5rem;
}

.ai-altgen-comment-translated {
    margin-top: 0.25rem;
}

.ai-altgen-comment-original {
    margin-top: 0.25rem;
}

.ai-altgen-comment-disclaimer {
    display: block;
    font-size: 0.9rem;
    margin-top: 0.35rem;
    opacity: 0.75;
}
