.hw-widget-most-commented {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
}

.hw-widget-most-commented .hw-widget-title {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 14px;
}

.hw-most-commented-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    text-decoration: none;
    color: #111827;
}

.hw-most-commented-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.hw-most-commented-content {
    display: flex;
    flex-direction: column;
}

.hw-most-commented-user {
    font-weight: 600;
    font-size: 13px;
}

.hw-most-commented-excerpt {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

.hw-most-commented-count {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 4px;
}