/* در فایل css یا داخل <style> */
#like-count, #dislike-count {
    transition: all 0.3s ease;
}

/* فایل CSS: news/static/news/comment.css */
.reply-form textarea, .reply-form input {
    font-size: 14px;
}

.reply-form button {
    font-size: 13px;
    padding: 2px 10px;
}

.card {
    border-radius: 1rem;
}

.comment {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #f8f9fa;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.actions a {
    margin-left: 10px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .comment {
        font-size: 0.9rem;
    }
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 80%;
}
