
.sharad-like-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-family: 'IRANSans', sans-serif;
    direction: rtl;
    margin-top: 10px;
}

.sharad-like-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 50px;
    border: 2px solid #f0b90b;
    background: linear-gradient(135deg, #0a1f44 0%, #f0b90b 100%);
    box-shadow: 0 0 8px rgba(240, 185, 11, 0.7);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sharad-like-btn:hover {
    background: linear-gradient(135deg, #f0b90b 0%, #0a1f44 100%);
    color: #0a1f44;
}

.sharad-like-count-positive,
.sharad-like-count-negative {
    font-weight: normal;
    color: white;
}

.comment-author .fn {
    position: relative;
    padding-left: 40px;
    font-weight: bold;
    color: #0a1f44;
}

/* دایره رنگی کنار نام کاربری */
.comment-author .fn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0b90b 0%, #0a1f44 100%);
    box-shadow: 0 0 8px rgba(240, 185, 11, 0.6);
}
